A:LINK {
	color:#3366cc;
}
A:VISITED {
	color:#9966cc;
}

body {
/*	background:url(../images/bg-3x3.gif);*/
	background:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	vertical-align: top;
	width:100%;
	margin:auto;
	}

#container {
	width:100%;
	margin:auto;
	background:url(../images/headerWhiteBG.gif) top repeat-x;
	}

#sideNav {
	width:150px;
	border-bottom: 1px dashed #ababab;
	margin:0px 0px -1px 0px;
	padding:0px;
	list-style:none;
	font-size: 12px;
	}
#sideNav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}	
#sideNav li {
	border-top: 1px dashed #ababab; 
	padding-right: 3px;
	}
#sideNav a:link, #sideNav a:visited{
	padding:6px 10px 6px 0px;
	text-decoration:none;
	color:#CCCCCC; 
	display:block;
	background-repeat:no-repeat;
	background-position:right;
	font-size:12px;
	}
#sideNav a:hover{
	background-image:url(../images/nav-white.gif);	
	background-repeat:repeat;
	background-position:left;	
	text-decoration:none; 
	display:block;
	color:#CE0000;
	font-weight:bold;
	font-size:12px;
	}
#content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#CCCCCC;
	text-align:left;
	float:left;
	padding-left:30px;
	}

#content p {
	line-height:18px;
	}	
#content a {
	text-decoration:underline;
	color:#FFF;
	}
	
#content a:hover{
	text-decoration:underline; 
	color:#fC0;
	}
	
#content ul {
/*	margin-left:4em;*/
	list-style:none;
	}

#content h1 {
	font-size:16px;
	padding-top:20px;
/*padding-bottom:5px;*/
	border-bottom:1px #990000;
	}
	
#content h2 {
	font-size:14px;;
	font-weight:bold;
	color:#000000;
}

/* footer */

#footer {
	background:no-repeat bottom;
	color:#999999;
	font-size:8pt;
	text-align:center;
	}
#footer p {
	margin: 0;
	line-height:18px;
	}
#footer a {
	text-decoration:none;
	color:#999;
	}
#footer a:hover {
	color:#fff;
	text-decoration:none;
	}
	
#footer .rogers {
	color:#999;
	}
#footer .rogers a {
	text-decoration:underline;
	color:#999;

	}
#footer .rogers a:hover {
	color:#fff;
	text-decoration:underline;
	}
.clearfloat {
	clear:both;
	height:0;
	font-size:1px;
	}
.indent {
	padding:30px;
	}
