@charset "UTF-8";

a {
	outline:none;
}

.a {
	color: #336699;
	text-decoration: none;
	outline:none;
}
.a:active {
	color: #336699;
	text-decoration: none;
}
.a:visited {
	color: #336699;
	text-decoration: none;
}
.a:hover {
	color: #336699;
	text-decoration: underline;
}
.wrapper #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.wrapper #header {
	background: #ffffff; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.wrapper #header #logo {
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
}
.wrapper #header #bnrrt {
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	width: 809px;
	height: 207px;
	float: right;
}
.wrapper #header #bnrrt #topbluebnr {
	margin: 0;
	padding: 0;
	background-color: #6f7fa5;
	width: 809px;
	height: 35px;
}	
.wrapper #header #bnrrt #navigation {
	margin: 0;
	padding: 0;
	background-image: url(/ui/images/nav_nautilus_bg.gif);
	background-repeat: no-repeat;
	width: 809px;
	height: 140px;
}
.wrapper #header #bnrrt #navigation #menutext {
	margin: 118px 0 0 0;
	padding: 0;
	float: right;
}
.wrapper #header #bnrrt #toptanbnr {
	margin: 0;
	padding: 4px 0 0 0;
	background-color: #ebe0b6;
	width: 809px;
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-align: right;
	color: #003366;
	line-height: 2em;
	clear: right;
}
.wrapper #header #bnrrt #toptanbnr a {
	color: #003366;
	text-decoration: none;
}
.wrapper #header #bnrrt #toptanbnr a:active {
	color: #003366;
	text-decoration: none;
}
.wrapper #header #bnrrt #toptanbnr a:visited {
	color: #003366;
	text-decoration: none;
}
.wrapper #header #bnrrt #toptanbnr a:hover {
	color: #003366;
	text-decoration: underline;
}
.wrapper #mainContent {
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-decoration: none;
	color: #3a1a03;
	line-height: 1.4em;
	float: left;
}
.wrapper #mainContent a {
	color: #336699;
	text-decoration: none;
	font-weight: bold;
}
.wrapper #mainContent a:active {
	color: #336699;
	text-decoration: none;
}
.wrapper #mainContent a:visited {
	color: #336699;
	text-decoration: none;
}
.wrapper #mainContent a:hover {
	color: #336699;
	text-decoration: underline;
}
.wrapper #rightcolumn {
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	width: 170px;
	float: right;
}
.wrapper #rightcolumnnews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	text-decoration: none;
	color: #3a1a03;
	line-height: 1.4em;
}
.wrapper #rightcolumnnews a {
	color: #336699;
	text-decoration: none;
}
.wrapper #rightcolumnnews a:active {
	color: #336699;
	text-decoration: none;
}
.wrapper #rightcolumnnews a:visited {
	color: #336699;
	text-decoration: none;
}
.wrapper #rightcolumnnews a:hover {
	color: #336699;
	text-decoration: underline;
}
.wrapper #rightcolumnnewstitle {
	padding: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
	color: #071d3c;
	line-height: 1.4em;
}
.wrapper #rightnav {
	padding: 4px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 214px;
	float: right;
}
.wrapper #rightnavtext {
	padding: 8px 18px 8px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	background: #f5efda;
	text-decoration: none;
	color: #071d3c;
	border-bottom: 1px solid #ffffff;
}
.wrapper #rightnavtext a {
	color: #071d3c;
	text-decoration: none;
}
.wrapper #rightnavtext a:active {
	color: #071d3c;
	text-decoration: none;
}
.wrapper #rightnavtext a:visited {
	color: #071d3c;
	text-decoration: none;
}
.wrapper #rightnavtext a:hover {
	color: #003366;
	text-decoration: underline;
}
.wrapper #rightnavtitle {
	padding: 5px 18px 5px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ebe0b6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-decoration: none;
	color: #071d3c;
}
.wrapper #rightnavtitle a {
	color: #071d3c;
	text-decoration: none;
}
.wrapper #rightnavtitle a:active {
	color: #071d3c;
	text-decoration: none;
}
.wrapper #rightnavtitle a:visited {
	color: #071d3c;
	text-decoration: none;
}
.wrapper #rightnavtitle a:hover {
	color: #003366;
	text-decoration: underline;
}
.wrapper #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	text-align: right;
	color: #666666;
	line-height: 1em;
	border-top: solid;
	border-top-width: 1px;
	border-top-color: #cccccc;
}
.wrapper #footer a {
	color: #336699;
	text-decoration: none;
}
.wrapper #footer a:active {
	color: #336699;
	text-decoration: none;
}
.wrapper #footer a:visited {
	color: #336699;
	text-decoration: none;
}
.wrapper #footer a:hover {
	color: #336699;
	text-decoration: underline;
}
.wrapper #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 15px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	text-decoration: none;
	color: #071d3c;
	line-height: 1.2em;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color: #071d3c;
	line-height: 1em;
}
.searchbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-align: center;
	text-decoration: none;
	color: #003366;
	background-color: #e7e5dc;
	border: solid;
	border-color: #003366;
	border-width: 1px;
	padding: 2px 3px 2px 3px;
	margin-left: 2px;
	margin-right: 7px;
}
.searchbutton a {
	color: #003366;
	text-decoration: none;
}
.searchbutton a:active {
	color: #003366;
	text-decoration: none;
}
.searchbutton a:visited {
	color: #003366;
	text-decoration: none;
}
.searchbutton a:hover {
	color: #cccccc;
	text-decoration: underline;
}
.formfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}
.picture {
	margin: 0 20px 0 0;
	padding: 3px;
	border: solid;
	border-width: 1px;
	border-color: #cccccc;
}