/* CSS Document */

html,body{
	height:100.1%;
	width:100%;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003399;
	text-align:center;
}
#container{
	margin:auto;
	width:780px;
	text-align:center;
	background-image:url(images/pagebg.jpg);
	background-repeat:repeat-y;
	background-position:top;
}
#header{
	width:780px;
}
#content{
	width:780px;
	background-image:url(images/pagebg.jpg);
	background-repeat:repeat-y;
	background-position:top;
}
#leftmenu{
	width:209px;
	float:left;
}
#mainpage{
	width:551px;
	padding-right:20px;
	float:right;
}
#content_title{
	padding-top:5px;
	padding-left:10px;
	font-size:16px;
	font-weight:bolder;
	text-align:left;
}
#content_text{
	padding-left:10px;
	padding-right:250px;
	text-align:left;
}
img{
	border:0px;
	margin-top:0px;
	padding-top:0px;
}
form{
	padding:0px;
	margin:0px;
}
#botpage{
	clear:both;
	width:780px;
	height:24px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
h1    {
	font-family:  Arial, sans serif; 
	font-weight: bolder; 
	font-style: normal;
	font-size: 150%; 
	line-height: 140%;
	margin-right: 14%;
	border-bottom: 1px solid rgb(0,0,0);
	margin-left: 1%;
	}
h2    {
	font-family:  Arial, sans serif; 
	font-weight: bolder; 
	font-style: normal;
	font-size: 150%; 
	line-height: 140%;
	margin-left: 1%;
	margin-right: 10px;
	}
p.footer {
	color: rgb(0,0,0);
	margin-left: 0px;
	padding-right: 15px;
	padding-left: 10px;
	padding-top: 5px;
	/* position: relative;
	top: 16px; */
	font-style: italic;
	font-size: 75%;
	text-align:right;
	}

p.footer a:link, p.footer a:visited {
	color: black;
	font-weight: bold;
	text-decoration: none;
	}

p.footer a:hover{
	color: white;
	font-weight: bold;
	text-decoration: none;
	}
	


table.ad1 img	{
	margin-left:4px;
	margin-top:4px;
	}
	
img.editorialRight	{
	float: right;
	border-top: 4px solid rgb(76,76,76);
	border-bottom: 4px solid rgb(76,76,76);
	margin-left: 3%;
	margin-right: 3%;
	position: relative;
	}

img.editorialLeft	{
	float: left;
	border-top: 4px solid rgb(76,76,76);
	border-bottom: 4px solid rgb(76,76,76);
	margin-left: 3%;
	margin-right: 3%;
	position: relative;
	}
	
input.adButton	{
	background-color: rgb(0, 51, 153);
	color: white;
	border: 1px solid black;
	padding-left: 5px;
	padding-right: 6px;
	}

input.buyButton	{
	background-color: rgb(0, 51, 128);
	color: white;
	border: 1px solid black;
	padding-left: 5px;
	padding-right: 6px;
	}
		
input.searchButton	{
	background-color: rgb(128, 51, 0);
	color: white;
	border: 1px solid black;
	padding-left: 5px;
	padding-right: 5px;
	}
li.editorial {
	}

ol	{
	margin-left: 21%;
	margin-right: 29%;
	}
.editorial {
	margin-left: 2%;
	margin-right: 2%;
	}
.editorial p	{
	margin-top: 11px;
	}
	
p.editorialRight	{
	margin-left: 63%;
	margin-right: 3%;
	}
div.leftColInner input, div.leftColInner select	{
	padding-left:1px;
	margin-bottom:5px;
	}


.leftSch	{
	text-align:center;
	padding-left:6px;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	}

.rightSch	{
	text-align:center;
	padding-left:6px;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	}

	
ul	{
	list-style-image: url(bullet.gif);
	}

ul.editorial {
	margin-left: 7%;
	margin-right: 29%;
	list-style-image: url(bullet.gif);
	}
div.leftCol input.rad	{
	float: none;
	margin:0px;
	margin-top:2px;
	}
td.alignRight	{
	text-align: right;
	padding-right: 0px;
	font-size:11px;
	font-weight:bold;
	}
textarea.error	{
	border: 1px solid rgb(200,0,0);
	background-color: rgb(255,234,234);
}
input.error	{
		border: 1px solid rgb(200,0,0);
		background-color: rgb(255,234,234);
	}

p.error, span.error	{
	color: rgb(200,0,0);
}

