#body, p, td {
	font-family: arial, verdana, geneva;
	line-height: 1.3em;
	font-size: 0.95em;
}

#body {
	margin: 0;
	background-image: url(/img/bg.gif);
	background-position: center 168px;
	background-repeat: repeat-y;
	background-color: #CACACA;
}

h4 { margin-top: 0; font-weight: bold; font-size: 1.1em; }
.textsmall { font-size: 0.95em; }
.textsmallbold { font-weight: bold; font-size: 0.95em; }
.textsmall2 { font-size: 0.95em; }
.textsmallbold2 { font-weight: bold; font-size: 0.95em; }
.textsmallgrey { color: #4f4f4f; font-size: 0.95em; }
.textsmallgreybold { font-weight: bold; color: #4f4f4f; font-size: 0.95em; }
.textsmallblue { color: #2d709d; font-size: 0.95em; }
.textsmallbluebold { font-weight: bold; color: #2d709d; font-size: 0.95em; }
.quickjump { background-color:#2D709D; margin-bottom:3px}
.headline { font-size: 1.1em; }
.headlinestart { font-size: 1em; font-weight: bold; }
.hl { height:19px; width: 193px; margin: 0px; padding: 0px; vertical-align: hidden; }
.hl p { display:block; font-size: 0.95em; margin: 0px; padding: 3px 17px 3px 17px; font-weight: bold; letter-spacing: 0.08em; line-height: 1.5em; text-transform: uppercase; }
a { font-weight: bold; text-decoration: none; }
a:hover { text-decoration: underline;}

h2 { font-size: 1.2em; margin: 0 0 10px 0; }
h3 { font-size: 1em; margin: 0 0 10px 0; }

#head {
	margin: 0 auto;
	position: relative;
	width: 1000px;
	height: 168px;
	display: block;
	background-image: url(/img/head2.jpg);
	background-position: center top;
}

#aaa {
	display: block;
	overflow: hidden;
	float: right;
	width: 51px;
	height: 16px;
	margin: 4px 15px 0 0;
	background-image: url(/img/aaa.gif);
}

#aaa div {
	display: block;
	overflow: hidden;
	float: left;
	width: 15px;
	height: 16px;
	cursor: pointer;
	margin: 0;
}

#wrapper {
	margin: 0 auto;
	width: 980px;
}

#footer {
	margin: 0px auto;
	padding: 15px;
	width: 950px;
	display: block;
	background-color: #093565;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.8em;
	line-height: 1em;
}

#footer a, #footer a:link, #footer a:hover, #footer a:visited, #footer a:active {
	color: #FFFFFF;
	font-weight: normal;
}

a.bluebutton {
	display: block;
	margin: 5px 0px;
	padding: 5px 15px;
	display: inline-block;
	width: auto;
	background-color: #3F6184;
	color: #FFFFFF;
	font-size: 0.8em;
	line-height: 1em;
}

a.bluebutton:hover {
	text-decoration: none;
	background-color: #093565;
}

form { margin: 0; }

ul#navigation {
	position: static;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style-type: none;
	font-family: arial, verdana, geneva;
	font-size: 11px;
	font-weight: bold;
	line-height: 1em;
	display: block;
	float: left;
}

ul#navigation li {
	display: block;
	float: left;
	margin: 6px;
	list-style-type: none;
}

ul#navigation li a:link, ul#navigation li a:visited {
	
	color: #FFFFFF;
	text-decoration: none;
}

ul#navigation li a:hover, ul#navigation li.active a {
	color: #F3E012;
	text-decoration: none;
}

.right_img { float: right; display: block; border: 1px solid #cccccc; margin: 0 0 5px 8px; }
table.buttonbar td { line-height: 1em; margin: 0; padding:0;}

@media print {

	body {
		background: white;
		color: black;
		width: 600px;
		margin: 0px;
	}
	#head, #navigation, #footer, *.noprint {
		display: none;
	}
	a.bluebutton {
		background-color: #FFFFFF;
		border: 1px solid #dcdcdc;
		color: #000000;
	}

}
