/* CSS Document */

html {
	height:90%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: justify;	
}

a{
	color:#666666;
	text-decoration:none;
}

A:hover   {color: #0060b4; text-decoration: none; font-weight: bold;}



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


#o_container {
	/* Specifies width and left/right position of the page */
	position:absolute;
	width:785px;
	margin-left:-392.5px;
	left:50%;
	border:#0060b4 solid 1px;
}
#i_container {
	
}

#header {
	width:785px;
	border-bottom:#0060b4 solid 1px;
	background-image:url(../images/header.gif);
}

#topbar {
	height:13px;
	width:785px;
	background-image:url(/images/topbar_background1.gif);
	background-repeat:repeat-x;
}

#content_wrapper{
	width:785px;
	margin-top:0px;
	margin-bottom:0px;
	background-image:url(/images/content-wrapper-bg1.gif);
	background-repeat:repeat-y;
}

#c_left {
	width:162px;
	padding-top:20px;
	padding-left:35px;
	float:left;
}

#c_left ul {
	margin-left:-12px;
}

#c_left ul li {
	color:#0060b4;
	font-weight:bold;
	list-style-image:url(/images/list-image1.gif);
	list-style-type:none;
	padding-bottom:8px;
}

#c_left ul li a {
	color:#9e9e9b;
	text-decoration:none;
}

#c_left  a:hover {
	color:#0060b4;
}

#c_left li a.active {
	color:#0060b4;
}

#c_center {
	width:450px;
	padding-top:10px;
	float:left;
	margin-left:15px;
	color:#666666;
	
}

#c_center a{
	color:#666666;
	text-decoration:none;
}

#c_center A:hover   {color: #0060b4; text-decoration: none; font-weight: bold;}

#c_center td{
	color:#666666;
	font-size:11px;
}
	
#c_center h1{

	
}

#c_center h2 {
	color:#0060b4;
}


#c_right {
	padding-top:9px;
	
	float:right;
	width:146px;
	background-image:url(/images/rightpic_background1.gif);
	background-repeat:no-repeat;
}

#c_right a{
	color:#697b7d;
	text-decoration:none;
	padding-left:0px;
}



#footer {

}

#bottom_bar {
	background-image:url(/images/botmenu_background.gif);
	background-repeat:repeat-x;
	height:21px;
	width:785px;
}

#footmenu {
	color:#0060b4;
	text-align:center;
}

#footmenu ul{
	margin:0px;
	padding-top:10px;
	padding-bottom:10px
}

#footmenu ul li{
	display:inline;
	list-style-type:none;
	
	}

#footmenu ul li a{
	color:#0060b4;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
}
.clearer {
	clear:both;
	line-height:1px;
	height:1px;


}

#copyright {
	text-align:center;
	border-top:#0060b4 solid 0px;
	padding-top:5px;
	padding-bottom:5px;
}

.submenu {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #131210;
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-bottom-width: 0px;	
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color:#57a8f9;
	border-bottom-color: #57a8f9;
	padding-left:10px;
display: block;	
}
.submenu_active {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #131210;
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;	
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color:#57a8f9;
	border-bottom-color: #57a8f9;		
	padding-left:10px;	
	background-color: #EAF0E0;
}
