body {
	color: #232323;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding:0;
	background-color:#FFFFFF;
}

#noscript {
	background: #ffffcc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffcc00;
	padding: 10px;
	margin-bottom: 10px;
	color:#c80907;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#main {
	margin-left: auto;
	margin-right: auto;
	margin-top:30px;
	margin-bottom:20px;
	width:750px;
}


#header {
}	

#header #clock {
	text-transform: capitalize;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 7pt;
	color: #000;
}

#logocontainer {
	font-weight:bold;
	text-transform:uppercase;
}

#logo {
	color: #292929;
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
}

#logo a {
	color: #292929;
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	text-decoration: none;
}


#tagline {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}

#tagline2 {
	float:right;
	color: #999999;
	font-family: 'Trebuchet MS', Verdana;
	font-size: 14px;
	font-weight:bold;
	text-transform:uppercase;

}

#navcontainer { width: 160px; 
 }

#navcontainer ul
{
margin: 0;
padding-left: 0;
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:10pt;
}

#navcontainer a
{
display: block;
padding: 3px;
padding-left:10px;
width: 150px;

background-color: #345C89;

border-bottom: 1px solid #eee;
}



#navcontainer a:link, #navlist a:visited
{
color: #FFF;
text-decoration: none;
}

#navcontainer a:hover
{

background-color: #668EBB;
color: #fff;
}


#navcontainer #navlist li.active a {
background-color:#668EBB;

}


#wrapper {
	margin-top:20px;
	width:100%;
}	

#sidebar {
	float:left;
	width:160px;	
 	/*border: 1px solid #999999;*/
}

#content {
	float:right;
	width:577px;
	/*border: 1px solid #999999;*/
	font-size:10pt;
}	

	h1, h2 {
		color:#0B212F;
		border-bottom: 1px solid #ccc;
		font-family: arial, verdana, sans-serif;
	}
	
	h1 { font-size: 150%; font-weight: normal;
	margin:0;
	}
	h2 { 
	font-size: 120%; font-weight: bold; 
	margin: 1em 0 0.2em 0;
	}


#footer {
	color:#999999;
	font-size:7pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:50px;
	margin-top:50px;
}