/* CSS Document */

* { margin:0; padding: 0; }

body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
/*	line-height: 16px;*/
	color: #333333;
/*	background: url(../images/colorbar.png) repeat-x top left;*/

}
/*body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	background: url(../images/colorbar.png) repeat-x top left;
}*/

/*
body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	background: url(../images/bg.gif) repeat-x top left; 
}
*/

p {
	margin: 0 0 8px 0;
}


#topHeader {
	height: 60px;
	padding: 1px 0 0 0;
}

#logo {
	position: relative;
	top: 0px;
	left: 0px;
	height: 60px;
	width: 167px;
}



#nav {
	position:absolute;
	top: 17px;
	left: 284px;
	height: 33px;
	vertical-align:middle;
	width: 604px;
	background-repeat:no-repeat;
	background-image:url(../images/top_nav_bar.png);
	font-size: 12px;
	color: #333333;
	line-height: 22px;
	font-weight: 600;
	font-family: Verdana;
	font-style: normal;
	text-align:center;
	vertical-align:top;
}

#nav22 {
	position:absolute;
	top: 17px;
	left: 284px;
	height: 33px;
	vertical-align:middle;
	width: 604px;
	background-repeat:no-repeat;
	/*	background-image:url(../images/top_nav_bar.png);*/
	font-size: 12px;
	color: #333333;
	line-height: 22px;
	font-weight: 600;
	font-family: Verdana;
	font-style: normal;
	text-align:center;
	vertical-align:top;
}


#topHeader #nav a {
	color: #0C507A;
/*	color: #4583AA;	*/
/*	color: #333333;*/	

}


#topHeader #nav a:hover {
	color: #FFFFFF;
	text-decoration:none;
	
}

#topHeader #nav #active a {
	font-weight: 600;
	color: #333333;
	text-decoration: underline;	
}


#topHeader #nav #active a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


#secondHeader {
	height: 24px;
	padding: 1px 0 0 0;
	font-weight: bold;
	font-size: 13px;
	font-style: normal;
	color: #999;
}

#secondHeader  a {
	font-size: 13px;
	font-weight: bold;
/*	color: #555;*/
}

/*#secondHeader  a:hover {
	color: #000;
}*/



/*#subNav li a{
	color: #FFFFFF;
	text-decoration: none;
}*/

#subNav li a:hover {
	text-decoration: none;
	color: #63BDED;
}

/*

#topHeader {
	height: 84px;
	padding: 30px 0 0 0;
}

#logo {
	position: relative;
	top: 0px;
	left: 20px;
	height: 84px;
	width: 167px;
}

#nav {
	position: absolute;
	top: 30px;
	right: 12px;
	height: 84px;
}

*/



#contact {
	position: absolute;
	right: 26px;
	top: 5px;
}


#footer #copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #999;
	text-align: center;
}
#container #prefooter table  a p {
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
.smallcaps {
	font-variant: small-caps;
}

