@charset "UTF-8";
/* CSS Document */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, ul, li {
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
body {line-height:1.5;}
ul, ul li { margin: 0; padding: 0;}
a img {border:none;}

#container {
	width: 970px;
	margin: 0px auto;
	padding: 0px 10px 0px 10px;	
		}



/*------Header-----*/


#logo {
	padding:20px 0px 0px 2px;
	margin-bottom:12px;
	
}

/*------Navigation-----*/

#navcontainer {
	width: 940px;
	height: 43px;
	border-top: 1px solid #999;
	
}

#navigation {
	margin: 0;
	padding: 0;
}

#navigation ul, #navigation li {
	display: inline;
	list-style-type: none;

}

#navigation a:link, #navigation a:visited {
	float: left;
	padding: 5px 10px 20px 7px;
	margin-right:5px;
	text-decoration: none;
	border-top: 5px solid #FFF;
	display: inline;
}


#navigation a:hover {
	border-top: 5px solid #00ACCD;	
	
}

#navigation li a#current {
	border-top: 5px solid #00ACCD;	
}


/*------Body-----*/

#content {
	margin: 0px 0px 0px 0px;
	overflow: auto;
	width: 100%;
}

#maincol {
	float:left;
	width: 620px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: inline;
}



#sidebar {
	margin-right: 22px;
	width:327px;
	float:right;
	overflow:hidden
	
}

/*------Footer-----*/

#footer {
	clear:both;
	margin-bottom:50px;
	margin-top: 40px;	
	font-family:Arial, Helvetica, sans-serif;

}



#footercontainer {
	width: 940px;
	height: 39px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color:#F3F7FF;
}

#footgation {
	margin: 0;
	padding: 0;
}

#footgation ul, #footgation li {
	display: inline;
	list-style-type: none;

}

#footgation a:link, #footgation a:visited {
	float: left;
	padding: 8px 10px 0px 7px;
	margin-right:5px;
	text-decoration: none;
	border-top: 5px solid #F3F7FF;	
}


#footgation a:link#current, #footgation a:hover {
	border-top: 5px solid #00ACCD;	
	
}



#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height:20px;
	margin-top:20px;
	color:#555;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height:20px;
	color:#222;
}

#footer a:link, #footer a:visited {
	text-decoration:none;
}

#footer a:hover {
	color: #00ACCD;
	text-decoration: underline;	
}

#footer li a#current {
	border-top: 5px solid #00ACCD;	
}

