body
{
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
	background-image : url(/images/bg.jpg);
	background-repeat : repeat-x;
	background-color : #6B91BC;
	color : white;
}
h4	{
	font-size:22px;
	font-weight:bold;
	color:#76AE0D;
	text-align:center;
	margin-top:0px;
}
.logo
{
	position : absolute;
	top : 0px;
	left : 0px;
}
a	{
	color:#D7F89A;
	text-decoration:underline;
}
a:hover	{
	text-decoration:none;
}
.toptext
{
	background-color : #6B91BC;
	padding : 5px;
}

.toptext h1
{
	font-size : 12px;
	margin : 0px;
	padding : 0px;
}

.toptext p
{
	margin : 0px;
	padding : 0px;
}

.nav
{
	position : absolute;
	top : 450px;
	left : 5px;
	width : 200px;
	background-color : #506FB2;
	padding : 5px;
	z-index : 5;
}

.nav a
{
	color : white;
}

.content
{
	position : relative;
	margin : 10px 10px 10px 360px;
	
}
#medal	{
	position:absolute;
	margin-top:-82px;
	margin-left:225px;
}

td
{
	font-size : 12px;
}

.nav2
{
	position : absolute;
	
}

#form	{
	float:right;
	display:block;
	position:relative;
	width:240px;
	height:400px;
	margin-left:10px;
	clear:right;
	border:solid 1px #333333;
	padding:10px;
	background-color:#FFFFFF !important;
	
}
.service-select	{
	width:225px;
   margin-bottom:15px;
   margin-left:5px;
   
}
.first-name, .last-name, .email {
	width:150px;
   margin-bottom:15px;
   margin-left:40px;
   padding-left:3px;
   
}


.continue-button {
   margin-left:60px;
 }

#disclosures	{
	margin:8px 0px 0px 0px;
	
}
#disclosures ul li a {  
  display: block;
  color:#FFFFFF;
  text-decoration: none;
}
#disclosures ul li a:hover {  
  text-decoration:underline;
}

