/* CSS Document */

body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	background: #99ccff url(../images/bgr.gif) top repeat-x;
	line-height: 1.5em;
}

h1{
	font: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 120%;
	margin: 0;
}

#container{
	margin: 1em auto;
	width: 760px;
	text-align: left;	
	background: #ffffff;
}


#header{
	height: 200px;
	background: #fff;
}

#mainnav{
	height: 39px;
	background:#00CCFF;
}

#content{
	background: #fff;
	margin-right: 200px;
	font: Arial, Helvetica, sans-serif;
}

.innertube{
	padding: 1em;
}

#rightcolumn{
	background: #CCCCCC;
	float: right;
	width: 180px;
	margin: 0;
	padding: 1em;
	line-height: 2em;
}

#rightcolumn a:link{
	color: #000099;
	text-decoration: none;
}

#rightcolumn a:hover{
	color: #006600;
	text-decoration: none;
}

#rightcolumn a:visited{
	color: #0099FF;
	text-decoration: underline;
}

#footer{
	background: #ffffff;
	clear: both;
	height: 50px;
	text-align: right;
	border-top: 1px solid #cccccc;
	margin: 1em 0 1em 0;
	padding-left: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}

#altnav{
	float: left;
}

#stylefour{
position:relative;
display:block;
height:39px;
font-size:11px;
font-weight:bold;
background:transparent url(../images/bgOFF.gif) repeat-x top left;
font-family:Arial,Verdana,Helvitica,sans-serif;
border-top:4px solid #0099ff;
}

#stylefour ul{margin:0;padding:0;list-style-type:none;width:760px;}
#stylefour ul li{display:block;float:left;margin:0;}
#stylefour ul li a{display:block;float:left;color:#666;text-decoration:none;padding:11px 20px 0 20px;height:23px;background:transparent url(images/bgDIVIDER.gif) no-repeat top right;}
#stylefour ul li a:hover,#stylefour ul li a.current{color:#0066cc;background:#fff url(../images/bgON.gif) no-repeat top right;}
