@charset "utf-8";
/* CSS Document */

body {
	background-color:#eeeeee;
	background-image:url(../assets/background.jpg);
	background-position:top right;
	background-repeat:repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#000000;
	margin:0;
	padding:0;
	
	}

a {
	color:#97000a;
	text-decoration:none;
	}
	
ul {
list-style:square;
}

#outerContent {
	background-color:#ffffff;
	border-color:#eeeeee;
	border-style:solid;
	border-width:thin;
	width:800px; 
	margin: 0 0 0 0;
	}

#headerLeft {
	border-right: 3px solid #990000;
	border-bottom: 3px solid #990000;
	background-image:url(../assets/h_logo.png);
	background-position:center top;
	background-repeat:no-repeat;

	clear:left;
	float:left;
	width:230px;
	height:170px;
	}
	
#headerLeft span {	
	display:none;
	}	
	
#headerRightTop {
	background-image:url(../assets/h_bg.png);
	background-repeat:no-repeat;
	margin-left:0;	
	clear:right;
	float:right;
	text-align:right;
	width:567px;
	height:113px;
	}

#headerRightTop span{

	padding:10px 10px 10px 10px;
	}

#headerRightMiddle {
	background-image:url(../assets/h_div.gif);	
	
	clear:right;
	float:right;
	width:567px;
	height:24px;

	}

#headerRightBottom {
	clear:right;
	float:right;
	width:567px;
	height:36px;
	
	line-height:36px;
	margin:0;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;

	}



#sidebar {
	border-right: 1px solid #970000;
	
	clear:left;
	float:left;
	text-align:center;
	width:200px;
	padding-top:5px;
	}	
	
#sidebar h2 {
	border-bottom:2px solid #990000;
	color:#990000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14pt;
	margin-left:15px;
	margin-right:15px;
	text-align:left;
	}	
	
	
#sidebar ul {
	margin:0 0 10px 0;
	padding:0;
	list-style-type:none;

	}
	
#sidebar li a:link, #sidebar li a:visited {
	color:#970000;
	display:block;
	text-decoration:none;
	padding:4px 0 4px 10px;
	border-bottom:#FFFFFF 1px solid;
	border-top:#FFFFFF 1px solid;	
	}
	
#sidebar li a:hover  {
	background-image:url(../assets/s_highlight.gif);
	background-position:center;
	background-repeat:no-repeat;
	color:#97000a;
	background-color:#dddddd;
	border-bottom:#000000 1px solid;
	border-top:#000000 1px solid;
	
	}
	
#sidebar li a:active {

	background-image:url(../assets/s_highlight.gif);
	background-position:center;
	background-repeat:no-repeat;
	color:#ffffff;
	background-color:#dbba14;

	}
	

	
#contentLeft {
	
	border-left: 1px solid #970000;
	clear:right;
	float:left;
	width:560px;
	padding-top:5px;
	padding-left:20px;
	text-align:left;
	}

	
#contentLeft h2 {
	border-bottom:#990000 2px solid;
	background-image:url(../assets/h2_cow.gif);
	background-position:right;
	background-repeat:no-repeat;
	color:#990000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14pt;
	}	
	
#contentLeft p {
	padding: 0 10px 5px 10px;
	}
	

/* Footer */
	
#footer {
	clear:both;
	

	}
	
#footer #footerNav {
	border-bottom:2px solid #990000;
	border-top:2px solid #990000;
	height:20px;
	}
	
#footer p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	}
	
#footer #footerNav p {
	color:#cc0000;
	height:20px;
	line-height:20px;
	margin:0;
	text-align:center;
	vertical-align:middle;
	}
	
#footer #footerLegal {
background-color:#FFFFFF;
	clear:both;
	line-height:15px;
	color:#666666;
	vertical-align:middle;
	}
	
#footer a:link, #footer a:visited {
	color:#666666;
	text-decoration:none;
	}
	
#footer a:hover, #footer a:active {
	color:#333333;
	text-decoration:underline;
	}
	
#footer #footerLegal p.copyright {
	background-image:url(../assets/gmclogo.gif);
	background-position:left;
	background-repeat:no-repeat;
	clear:left;
	float:left;
	padding-left:85px;
	text-align:left;
	}
	
#footer #footerLegal p.codeformat {
	background-image:url(../assets/cflogo.gif);
	background-position:right;
	background-repeat:no-repeat;
	clear:right;
	float:right;
	padding-right:80px;
	text-align:right;
	}
	