/* Common 
-------------------------------------------*/
body,tr,tt,blockquote,button,dd,dt,li,ol,ul,p,table,tbody,td,
input,textarea,select {
	font: 12px Verdana,Arial,Helvetica,sans-serif;
}
body {
	background-color: #A1A1A1;
	color: #000;
	margin: 0;
	text-align: center;
}
#container {
	width: 900px;
	border-left: 1px solid #737373;
	border-right: 1px solid #737373;
	background-color: #FFFFFF;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
/* Header and Footer 
-------------------------------------------*/
#header {
	width: 100%;
	height: 93px;
	background: url("../images/header_background.jpg") no-repeat;
}
#header img {
	border: 0;
	margin: 18px 0 0 10px;
	float: left;
}
#searchform {
	float: right;
	margin: 25px 15px 0 0;
	color: #003e70;
}
#searchform form {
	margin: 5px 0 0 0;
	padding: 0;
}
#footer {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	background: url("../images/footer.gif") no-repeat;
	width: 902px;
	height: 94px;
	text-align: center;
	padding-top: 30px;
}
/* Navigation 
-------------------------------------------*/
#nav1 ul,
#nav2 ul {
	margin: 0;
	padding: 0;
}
#nav1 li,
#nav2 li {
	float: left;
	margin: 0;
	list-style-type: none;	
}
/* Nav 1 */
#nav1 {
	width: 100%;
	height: 27px;
	padding: 1px 0;
	background: url("../images/nav1_background.jpg") top left repeat-x;
}
#nav1 li a{
	width: 146px;
	background: url("../images/nav1_button_inactive.jpg") top left no-repeat;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #FFF;
	padding: 5px 0 8px 0;
}
#nav1 li.active a {
	background: url("../images/nav1_button_active.jpg") top left no-repeat;
	color: #003158;	
}
/* Nav 2 */
#nav2 {
	width: 100%;
	height: 27px;
	background-color: #D3D3D3;
}
#nav2 li a {
	width: 144px;
	padding: 6px 0 7px 0;
	background: url("../images/nav2_button_inactive.jpg") no-repeat;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #003158;	
}
#nav2 li.active a {
	background: url("../images/nav2_button_active.jpg") no-repeat;
	font-weight: bold;	
}