@import url('common.css');

/*########################################################################*/
/*                     MAIN LAYOUT STYLES                                 */
/*########################################################################*/

body{
	margin: 0px;
	padding: 0px;
	background-color: #DCBE82;
}

#container {
	margin: 0 auto 20px auto;
	padding: 0px;
	width: 1016px;
	background-repeat: repeat-y;
	background-color: #efeeee;
	background-image: url(../images/main_bg.gif);
	background-position: left;
	border: none;
	overflow-x: hidden; /* this is for <= IE6 to stop band of background colour on right side of div */
}



#header {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 271px;
}



#header img {
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 305px;
}
#leftcol {
	background-color:#EFEDEE;
	background-image:none;
	color:#000;
	float:left;
	margin:0 0 0 20px;
	width:210px;
}
#leftcol img {
border:none;
}

#pagecontent {
	float: left;
	margin-right: 30px;
	padding: 0;
	width: 495px;
	background: none;
}
#rightcol {
	float:right;
	margin: 10px 45px 0px 0px;
	width:180px;
	background: none;
	padding: 0px;

}



#rightcol p {
	font-size:10px;
}

#rightcol h2 {
	font-weight: bold;
	font-size: 14px;
}

#rightcol h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 13px;
}

#rightcol h4 {
	font-weight: bold;
	font-size: 12px;
}

#rightcol h5 {
	font-weight: bold;
	font-size: 11px;
}

#sponsoredby{
	margin-left: 260px;
	}

#footer {
	clear: both;
	height: 80px;
	margin:0px;
	padding: 0px;
	color: #333333;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	text-align: center;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#footer p {
	margin-right: 150px;
	padding-top: 20px;
}

/*########################################################################*/
/*                        ADDITIONAL LAYOUT TWEAKS                        */
/*########################################################################*/

h1.pagetitle {
	color:#990000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:bold;
	line-height: 36px;
	
}


#pagecontent img {
	margin: 6px;
	border:solid #666666 1px;
}



#pagecontent table.bodytext div, #pagecontent table.bodytext img {
	clear:none;
	margin:0;
	padding:0;
}

table.bodytext {
 width: 500px;
}





/*########################################################################*/
/*                            MENU STYLES                                 */
/*########################################################################*/


ul.menulist {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

li.toplevel {
	height:35px;
	background-image:url(../images/menu_bg.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-top: 12px;
	font-size: 18px;
	color: #0e2275;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	
}

li.toplevel a, li.secondlevel a {

	text-decoration:none;
	
}

ul.menulist li ul {
	margin-left: 5px;
	padding-left: 0px;
}

li.secondlevel {
	list-style: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	line-height: 18px;
}

li.toplevel a:link, li.toplevel a:visited, li.toplevel a:active, li.secondlevel a:link, li.secondlevel a:visited, li.secondlevel a:active,{
	
}

li.toplevel a:hover, li.secondlevel a:hover,{
	color: #CC0000;
}





div.sidenav {
	margin: 0;
	width: 100%;
	padding-left: 0;
	font-size: 11px;
	float:left;	
}

div.sidenav ul{
	margin: 0;
	padding-left: 0;
	list-style: none;
	width:150px;
}

div.sidenav li {
	margin: 5px 0;
	padding-left: 0;
}

li.siblingside a:link{
	color: #003300;
	font-style:italic;
}

li.siblingside a:visited{
	color: #003333;
	font-style:italic;
}

li.siblingside a:hover{
	color: #FF3300;
	font-style:italic;
}

li.childside a:link{
	color: #660000;
}

li.childside a:visited{
	color: #663333;
}

li.childside a:hover{
	color: #FF3300;
}

div.sidefeature{
	margin: 0;
	}



.normalweight {
font-weight: lighter;
}

hr  {
	height:1px;
}
