﻿/* CSS */
#masthead {
}

#link a:hover {
	color:#ABDA41;
	text-decoration: none;
}
#link2 a:hover {
	color:#0A51A1;
	text-decoration: none;
}

/*#link a:hover {
	background: #0A51A1;
	color:#FFFFFF;
	text-decoration: none;
}*/

#top_nav {
  	width: 800px;
	margin: 0 auto;
}
/*#top_nav {
	margin: 0 auto;
	padding: 0;
}*/

#top_nav ul {
    float: left;
	margin: 0;
	list-style: none;
	line-height: normal;
	padding: 0px 0 0 10px;
}

#top_nav li {
	float: left;
}

#top_nav a {
	display: block;
	margin-right: 1px;
	padding: 10px 12px 14px 12px;
	background: #D8DBCD;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#top_nav .current_page_item a {
	background: #0A51A1;
	text-decoration: none;
}

#top_nav a:hover {
	background: #ABDA41;
	text-decoration: none;
}

#top_nav .current_page_item a {
}

#container {
	width: 750px;
	margin: 0 auto;
}
#container3 {
	position: relative;
	width: 100%;
}
#container3 a:hover {
	background: #ABDA41;
	color:#FFFFFF;
	text-decoration: none;
}
/*#link a:hover {
	background: #0A51A1;
	color:#FFFFFF;
	text-decoration: none;
}*/

/*
#container {
	position: relative;
	width: 100%;
}
*/

#container2 {
	position: relative;
	width: 100%;
}

#container2 ul {
    float: left;
	margin: 0;
	list-style: none;
	line-height: normal;
}

#container2 li {
	float: left;
}

#container2 a {
	text-decoration: none;
	font-family: Arial;
	font-size: 10pt;
	font-weight:bold;
	color:#0A51A1;
}

#container2 a:hover {
	color:#FFFFFF;
}


#left_col {
	width: 200px;
}

#page_content {
	margin-left: 200px;
}

#footer {
}

