html {
	font-size: 76%;
}
body {
	/*background-color: #e9e6df;*/
	background: #76b7e6 url(images/background.gif) repeat fixed top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #001f41;
	margin: 0;
	padding: 0;
}

#wrapper {
	background-color: #fff;
	width: 700px;
	margin: 5px auto 0;
	padding: 0;
	/*border-right: 1px solid #c0e5ff;
		border-left: 1px solid #c0e5ff;
		border-bottom: 3px solid #c0e5ff;*/
}

#banner {
	height: 85px;
	width: 700px;
	background-image: url(images/header.png);
}

#nav {
	float: left;
	padding: 20px 0;
	margin: -18px 0 20px 0;
	list-style: none;
	color: #004593;
	/*background: url(images/nav_bkg.gif) repeat-x;*/
	font-weight: bold;
	font-size: 0.84em;
	width: 180px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
	width: 150px;
}

html>body #nav { 
	width: 150px;
}

#nav_content {
	background-color: #f9feff;
}

ul {
	margin: 0;
}

#nav li {
	display: block;
	padding: 0;
	margin: 0;
}

#nav ul {
	background-color: #f9feff;
	padding: 0;
	text-transform: none;
	border-top: 1px dotted #c0e5ff;
}

#nav ul.sub_list {
	margin-top: -1px;
}

#nav ul.sub_list a {
	padding: 3px 0 3px 10px;
	font-size: 0.94em;
	margin: 0;
	font-weight: normal;
}

#nav a:link, #nav a:visited {
	font-family: Arial, "MS Trebuchet", "Trebuchet MS", sans-serif;
	/*font-style: italic;*/
	margin: 0;
	padding: 3px 5px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #c0e5ff;
}

#nav a:hover {
	background-color: #004593;
	color: #fff;
}

#nav td {
	padding: 0 0 0 0px;
	margin: 0 0 0px 0;
	color: #004593;
	vertical-align: middle;
}

#search_input {
	background: #fff url(images/search_icon.gif) center left no-repeat;
	background
	height: 1.6em;
	border: none;
	padding: 0.3em 0 0.3em 2.5em;
	
}

#content {
	margin-top: -18px;
	font-size: 0.9em;
	float: left;
	padding: 20px 15px;
	width: 530px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
	width: 480px;
}

html>body #content { 
	width: 480px;
}

.panel {
	background-color: #fff;
	width: 505px;
	padding: 10px 15px 15px 15px;
}

#content ul {
	margin: 0;
	padding: 0;
	list-style: disc outside;
}

#content li {
	margin: 0 0 0 15px;
	padding: 0 0 10px -10px;
	/*background: url(images/bullet_white.gif) no-repeat 0px 5px;*/
}

#content dl {
	margin: 1em 0 1em;
	padding: 0;
}

#content dt {
	font-weight: bold;
}

#content dd {
	margin: 0;
	padding: 0;
}

#footer {
	height: 1%;
	clear: both;
	/*background-color: #f9feff;*/
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 0.7em;
	/*border-top: 1px solid #cbeaff;*/
	line-height: 8px;
}

#footer p {
	margin: 0;
	padding: 10px;
}

#footer a:link, #footer a:visited {
	font-size: 1.1em;
}

#footer a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	font-family: Arial, "MS Trebuchet", "Trebuchet MS", sans-serif;
	margin: 0;
	padding: 0;
	color: #004593;
	font-weight:bold;
	font-style: italic;
}

h1 {
	font-size: 2em;
}

h2 {
	/*color: #000;*/
	font-size: 1.8em;
}

h3 {
	/*color: #000;*/
	font-size: 1.4em;
}

p {
	margin: 1em 0 1em;
	padding: 0;
}

a {
	outline: none;
}

a:link {
	color: #004593;
}

a:visited {
	color: #004593;
}

a:hover {
	text-decoration: none;
	color: #477db9;
}

.img_right {
	float: right;
	margin: 0 0 0 10px;
}

#footer .FinePrint {
	font-size: 0.6em;
}
#footer a.FinePrint:visited {
}
#footer a.FinePrint:link {
	font-size: 0.9em;
}
#footer a.FinePrint:hover {
}