html, body {
	font-family: "Lucida Sans Unicode", "Tahoma", sans-serif;
	background:#203745;
}

body{
	margin: 0;
	padding: 0;
	background: #203745;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;

}

#hold {
	width:100%;
	overflow:hidden; /* Float Containment for modern browsers*/
	background:#FFFFFF url(images/top-bg.jpg) repeat-x;
	margin: 0;

}
* html #hold {
	overflow:hidden;
	height:1%;
	margin: 0;
} /*haslayout for IE6*/
}

a:link, a:visited, a:active, a:hover{
	text-decoration: none;
}
h1 {
	font-size: 3.5em;
	font-weight: normal;
	margin: 0px;
}
h1 a {
	color: #000000;
	text-decoration: none;
}
h2 {
	font-size: 0.8em;
	font-weight: normal;
	margin: 0px;
}
h2 strong {
	color: #FF4444;
}
form {
	margin: 6px 0px 0px 12px;
}
h3 {
	font-size: 1em;
}
h3 label {
	cursor: pointer;
	font-size: 1em;
	margin-top: 0px;
}

img{
	border: none;
}

.normal {
	font-weight: normal !important;
}
.input {
	font-size: 1.2em;
	color: #245577;
	background-color: #EEEEEE;
	background-image: url('../img/input.gif');
	background-repeat: repeat-x;
	width: 590px;
	margin: 0px 0px 12px 0px;
	padding: 4px;
	border: 1px solid #AAAAAA;
	font-weight: bold;
}
.button {
	font-family: "Lucida Sans Unicode", "Tahoma", sans-serif;
	margin: 0 0 0 -2px;
	padding: 4px;
	cursor: pointer;
}
.orange{
	color:#F58100;
	font-weight:bold;
}

.blue {
	color:#203745;
	font-weight:bold;
}


#header{
	width: 770px;
	margin: 0 auto;
	height: 160px;
	padding-top: 0px;
}

#header h1{
	margin-top: 35px;
}

#header h2{
	font-size: 18px;
	color: #ffffff;
	margin-top: 10px;
}

#header h2 strong{
	color: #F58100;
	
}

#nav{
	font-weight:bold;
	color:#F58100;
	margin: 0 auto;
	width: 770px;
	height: 20px;
}

#nav h3 {
	font-size: 12px;
	color: #245577;
	background: url(images/nav-bg.jpg) no-repeat;
	padding-left: 20px;
	
}

#content-body{
	background: #FFFFFF;
	width: 100%;
}

#content{
	width: 770px;
	margin: 0 auto;
	padding: 5px 0 20px 0;
	font-size: 1em;
}

#content #welcome{
	font-size: 1.8em;

}

#content h3{
	margin-top: 0px;
	font-size: 1.2em;
}

#content .bigblue {
	color:#203745;
	font-weight:bold;
	font-size: 2em;
}

#content p{
	font-size:1em;
	text-align: justify;

}

#content a{
	text-decoration:underline;
	color: #203745;
}
#content hr{
	color: #EAEAEA;
	width: 600px;
	margin: 1px;
}
#content table{
	margin: 1px;
}

#content ul{

}
#content ul li{
	list-style: url(images/bullet.gif);
	list-style-position: outside;

}
#content img .right{
 float:right; 
 margin-left:5px; 
}
#content img .left{
 float:left; 
 margin-right:5px;
}

#disclaimer{
	font-size: 11px;
	width: 600px;
	margin-left: 20px;
	margin-bottom: 20px;
}

#result {
	margin: 10px 0px 0px 8px;
	font-size: 0.8em;
}
#result a {
	color: #FF4444;
}
#result a:hover {
	color: #FF2222;
}
#footer {
	font-size: 14px;
	background: #203745;
	color: #ffffff;
	width:100%;
	padding-bottom: 20px;
}

#footer-content {
	width: 770px;
	margin: 0 auto;
	padding-top: 10px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}
