/* Securty Scales Default Style Sheet */

body {
background-color: #00209F;
margin: 0; padding: 0;
font-family: "Garamond", "Times", serif;
font-size: 14px;
color: #1C1C1C;
}

#floatlogo {
	background-image: url(images/float_logo.gif);
	position: absolute;
	top: 5px;
	left: 50%;
	margin: 0 auto;
	width: 104px;
	height: 100px;
	z-index: 100;
}

#header h1 {
	display: none;
}

table.banner {
	width: 800px;
	margin: auto;
	border: 0;
	margin-top: 20px;
	color: #fff;
}

.topnav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}

td.top {
	background: #00209F url(images/top_middle.gif) repeat-x;
}

td.bottom {
	background: #00209F url(images/bottom_middle.gif) repeat-x;
}

table.navigation {
	width: 800px;
	height: 33px;
	background-color: #000;
	margin: auto;
	text-align: center;
	margin-top: 20px;
}

.navigation a {
	position: relative;
	top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	padding-right: 3px;
}	

.navigation a:hover {
	color: #fc6;
}

table.content {
	width: 800px;
	background-color: #fff;
	border: 2px solid #000;
	margin: auto;
	line-height: 20px;
}

td.subnav {
	background-color: #F3F6DD;
	border-right: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	padding-left: 10px;
}



td.text {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}

td.text a {
	font-family: "Garamond", "Times", serif;
	font-size: 14px;
	color:#00209F;
}

td.text a:hover {
	text-decoration: underline;
}


td.text h1 {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 18px;
	color:#666;
}

td.text h2 {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	color:#000;
}

td.text h2 a {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 18px;
	color:#00209F;
}

a.topic {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00209F;
	text-decoration: none;
	line-height: 30px;
	padding-left: 10px;
}

a.topic:hover {
	color: #000;
}

a.item {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	padding-left: 20px;
}

a.item:hover {
	color: #00209F;
}



.gotop {
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
}

.banner a:hover {
 color: #fc6;
}

em {
	color: red;
}

.highlight {
	font-weight: bold;
	color: #336;
}

p.footer, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.footer a:hover {
	color: #fc6;
}

table.normal {
	border-collapse: collapse;
	border-bottom: 0px none #fff;
	margin: 0px;
	padding: 0px;
}

table.normal td {
	border-bottom: 1px solid #666;
	font-size: 11px;
	padding: 3px;
}

table.normal a {
	font-size: 11px;
}

input.textarea, input.text {
	background-color: #fff;
	border-color: #ccc;
	padding: 2px 2px 2px 2px;
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	color: #010101;
}

select, radio {
	border: 0;
	padding: 0px;
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	color: #010101;
}