@import url(/css/forms.css);
img, div {
	behavior: url(css/iepngfix.htc)
}
/* Reset.css */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* CSS Document */

body {
	background:#C0C0C0;
}
#wrapper {
	background:#666666;
	width:955px;
	margin-left:auto;
	margin-right:auto;
	padding-top:4px;
}
#inner_wrapper {
	background:url(/images/wrapper_inner_back.gif) #E7F4CB no-repeat center top;
	width:947px;
	margin-left:auto;
	margin-right:auto;
	padding-top:3px;
}
#logo {
	float:left;
	margin-top:16px;
	margin-left:20px;
}
#header_right {
	background:url(/images/menu_left_back.gif) no-repeat left;
	float: right;
	margin-top:65px;
	padding-right:10px;
	padding-left:9px;
	width:479px; /* increase to widen nav*/
}
#header_bottom {
	background:url(/images/right_box_back.gif) no-repeat right;
	width:479px;  /* increase to widen nav*/
	height:26px;
}
#tagline {
	text-align:right;
	padding-right:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	padding-bottom:12px;
	height:15px;
}
#search {
	float:right;
	padding-right:30px;
	margin-top:3px;
	color: #fff;
}
#search a:hover {
	text-decoration:underline;
}
#search_box {
	background:url(/images/search_back.gif) no-repeat;
	border:0px solid;
}
#go_button {
	width:18px;
	height:18px;
	background:url(/images/button_go.gif) no-repeat top left;
}
#go_button:hover {
	background-position:bottom;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	text-decoration:none;
}
.link:hover {
	text-decoration:underline;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
}
#header_top {
	background:url(/images/menu_right_back.gif) no-repeat right bottom;
	padding-right:5px;
}
/* Menu */
#menu_bar {
	background:url(/images/menu_back.gif) repeat-x right;
	width:470px;  /* increase to widen nav*/
	text-align:center;
	height:33px;
	line-height:30px;
}
#navigation {
	padding-left:5px;
	padding-top:1px;
}

#navigation li {
	list-style: none;
	float: left;
	background:#013F7A;
	position: relative;
}

#navigation li {
	list-style: none;
	background:url(/images/bullet_back.gif) no-repeat center right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	display:inline;
	padding-right:10px;
	padding-left:10px;
}

#navigation li a {
	display: block;
	font-weight:normal;
	text-decoration: none;
	color:#cdc;
}

#navigation li a:hover {
	color:#AFBF89;
	text-decoration:none;
}

#navigation li a.active {
	color:#fff;
	text-decoration:none;
}


#navigation li ul li {
	list-style: none;
	background:none;
	padding-left:0;
	padding-right:0;
}
#navigation li.last {
	background:none;
}

/* Sub */
#navigation li ul {
	list-style: none;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	background:#013F7A;
	display: none;
	height: auto;
	left: 0;
	margin: 0;
	position: absolute;
	top: 100%;
	width:7em;
}
#navigation li:hover ul {
	display: block;
}
#navigation li ul li {
	border-bottom: 1px solid #3333FF;
	border-right: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width:100%;
}
#navigation li ul li a {
	padding-left: .3em;
}
#navigation li ul li a:hover {
	background-color:#66CCFF !important;
	display: block;
	height: 100%;
}
.noBorder {
	border: none;
}
#sidebar {
	float:left;
	width:149px;
	padding-right:53px;
}
#content {
	margin-top:30px;
	padding-left:22px;
}
#center_content {
	font-family:Verdana, Geneva, sans-serif;
	line-height:16px;
	width:426px;
	float:left;
	color:#63655F;
	font-size:12px;
	margin-bottom:30px;
}
#center_content h1 {
	font-size:16px;
	/*color:#526E16;*/
	color:4E4F51;
	margin:0;
}
	
#center_content ul {
	margin:5px 0 0 15px;
}

#center_content p, #center_content li {
	margin-top:9px;
}

#right {
	float:left;
	width:246px;
	padding-left:40px;
}
.clearme {
	clear:both;
}
#footer {
	float:right;
}
#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	line-height:20px;
	padding-right:8px;
}


