body{
background:#ececec;
color:#333;
margin:0 0 0 0;
padding:0 0 0 0;
font-family: "Franklin Gothic Medium", "Arial Narrow Bold", Arial, sans-serif;
font-size: 14px;
}

a {
color: blue;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}
h1, h2, h3, h4	{
padding:0;
margin:0;
}

#top-bar {
	height:10px;
	background:#013366;
}
#header{
	width:850px;
	margin:20px auto 16px auto;
}
#logo {
	width:350px;
	padding:0 0 0 10px;
	background:#ececec URL('../img/flag_usa.png') no-repeat top left;
}
#logo h1 {
	font-size:26px;
	margin:0 0 0 28px;
	padding:0;
	font-family:Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif
}
#header-nav{
	float:right;
}
#header-nav ul {
margin: 0px;
}
#header-nav ul li {
display: inline;
padding: 5px;
background-color: #013366;
border-radius: 4px;
-moz-border-radius: 4px;
}

#header-nav ul li a { 
color: #fff;
}

#home-page{
width:850px;
margin:0 auto 0 auto;
position: relative;
background:#013366;
padding:10px;
-moz-border-radius: 16px;
-webkit-border-radius: 16px;
border-radius: 16px;

}

#content-left{
	width:350px;
	float:left;
	color:#fff;
	padding:10px;
}

#content-right{
	background:#fff;
	float:right;
	margin:0 0 0 10px;
	width:450px;
	min-height:380px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	border-radius: 10px;	
	padding:10px;
}
#content-left h1{
	font-size:22px;
	color:yellow;
}

#home-form{
	width:350px;
	margin:10px auto 0 auto;
	
}
.main-form h1{
	border-bottom:1px solid #333;
	font-size:18px;
}
#footer{
width:850px;
margin:20px auto 0 auto;
position: relative;
text-align:center;
font-size:12px;
}
.clear{
	clear:both;
	margin:0;
	padding:0;
}

form {
text-align: left;
padding: 10px;
}
form p {
font-size: 9pt;
text-align: center;
}
form label {
display: block;
font-size: 10pt;
font-weight: bold;
}
form input, form select {
margin-bottom: 10px;
font-size: 13pt;
width: 100%;
}
form input.submit{
	padding:0;
	width:225px !important;
	height:40px;
	cursor:pointer;
	border:0;
	background:url('../img/submit.jpg') no-repeat #013366;
    text-indent: -10000px;
}

form input.submit:hover{
	background-position: 0 -40px;
}

div#wait-message-container {
font-size: 8pt;
text-align: center;
padding: 30px;
}
div#wait-message-container img {
margin-top: 10px;
}
div#wait-message-container img.stopwatch {
width: 200px;
}

div#main-content iframe {
width: 450px;
height: 380px;
}

body.states-page #content-right {
width: 830px;
}
body.states-page div#main-content {
width: 700px;
margin-left: auto;
}
body.states-page table td {
padding: 10px;
}
body.states-page table td a {
font-size: 110%;
font-weight: normal;
padding: 2px 4px;;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
body.states-page table td a:hover {
text-decoration: none;
background-color: #7784bd;
}