html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	color: #888;
	height: 100%;
	background: #003D71 url(../images/bg.jpg) repeat-x;
	font: 76% Tahoma, sans-serif;
}
a {
	text-decoration: none;
	color: #11A0CF;
	font-size: 1em;
	font-weight: bold;
	padding: 2px 4px;
}
a:hover {
	background: #002444;
}
acronym {
	border-bottom: 1px dotted #F28A32;
	cursor: help;
}
#container {
	height: 100%;
	min-height: 100%;
	position: relative;
	text-align: center;
}
#header {
	background: url(../images/header_top.jpg) no-repeat  right 5px;
	width: 749px;
	margin: 0 auto;
	padding: 0;
	height: 100px;
}
#menu {
	background: url(../images/header_bottom.jpg) no-repeat 0 70px;
	text-align: left;
	padding: 45px 0 30px 20px;
		height: 181px;
		float: left;
		width: 729px;
}
#tagline {
	margin-left: 205px !important; margin-left: 110px;
	margin-top: -120px;
	clear: both;
	padding:0;
	font-size: 30px;
	color: White;
	float: left;
}

#logo {
	margin: -170px 0 0 10px;
	padding: 0;
	float: left;
}
#logo a, #logo a:hover {
		padding: 0;
}

#header ul {
	margin: 0 40px;
	padding: 0;
}
#header li {
	display: inline;
	list-style-type: none;
	margin: 0 5px;
	font-size: 1.2em;
	background: url(../images/nav.gif) no-repeat;
	width: 114px;
	height: 25px;
	float: left;
	text-align: center;
}
#header li a {
	display: block;
	width: 100%;
	color: #fff;
	padding-top: 7px;
}
#header li a.on, #header li a:hover {
	color: #f28a32;
	height: 20px;
	background: #003D71;
}


#content {
	clear: both;
	width: 700px;
	margin: 0 auto;
	padding-top: 190px !important; padding-top: 30px;
	padding-bottom: 50px;
}


* html #content {
	padding-bottom: 60px;
}
#content:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
h2 {
	font-size: 1.8em;
	color: White;
	font-weight: bold;
	margin: 20px 0;
	clear: both;
}
h3 {
	color: #F28A31;
	font-size: 1.3em;
}

p {
	line-height: 130%;
}
#content ul {
	margin: 0px 0;
	padding: 0 0 0 10px;
}
#content li {
	list-style-type: none;
	background: url(../images/sgn.gif) no-repeat 0 13px;
	padding: 10px 0 0 18px;
}
blockquote {
	margin: 20px 0;
	padding: 10px 20px;
	border-top: 1px solid #00172A;
	border-bottom: 1px solid #00172A;
	background: #002444;
}
blockquote p {
	margin: 0;
	text-indent: 0;
}
#left {
	float: left;
	width: 225px;
	text-align: left;
	margin-right: 35px;
}
#right {
	float: right;
	width: 438px;
	text-align: left;
}
#footer {
	clear: both;
	width: 100% !important;
	padding: 10px 0;
	background-color: #00172A;
	color: #999;
	font-size: 11px;
	border-top: 10px solid #002444;
	text-align: center;
}	
#footer p { margin: 10px;  }	
#footer a:hover {
	background-color: Black;
	
}

#test {
	margin-left: 305px !important; margin-left: 210px;
	margin-top: -120px;
}