@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	margin-left: auto;
    margin-right: auto;
	width: 1152px;
}

#wrapper {
	background: url(images/bg.jpg);
	width: 921px;
	margin: 0px;
	padding: 0px;
}

#header {
	position: relative;
	background: url(images/header.jpg) no-repeat;
	width: inherit;
	height: 288px;
	margin: 0;
	padding: 0;
}

#main {
	background: url(images/bg.jpg) repeat-y;
	margin: 0;
	padding: 0px 20px 0px 30px; 
}

#footer {
	background: url(images/bottom.jpg) no-repeat;
	padding-top: 42px;
	margin: 0;
}
	
a {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}

th {
	color: #444;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
}

td {
    text-align: left;
	vertical-align: top;
}


h1 {
	font-size: 16pt;
	font-style: italic;
}

h2 {
	font-size: 14pt;
}

h3  {
	font-size: 10pt;
	font-style: italic;
}

h4 {
	font-size: 9pt;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;

}
span.checkbox {
	width: 20px;
	height: 20px;
	padding: 0 5px 0 0;
	background: url(images/chkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.radio {
	width: 20px;
	height: 20px;
	padding: 0 5px 0 0;
	background: url(images/radio.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.select {
	position: absolute;
	width: 196px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(images/select.png) no-repeat;
	overflow: hidden;
}

.text{
	background: #036;
	border: none;
}

fieldset {  
margin: 1.5em 0 0 0;  
padding: 0;  
position: relative;
background-color: #CFF;
}  

legend {  
margin-left: 1em;  
color: #000000;  
font-weight: bold;     
position: relative;    
left: -7px;    
top: -0.75em;  
}  

fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none;  
padding-top: 0.25em; 
}  

fieldset li {  
padding-bottom: 1em;  
}  

fieldset.submit {  
border-style: none;   
float: none;    
width: auto;    
border-style: none;     
background-color: transparent; 
}

label {    
display: block;  
}

.tblsep {
	background:#333;
	height: 6px;
}

.small {
	font-size: 7pt;
}

#imgl {
	float: left;
	clear: left;
	margin: 4px;
	position: relative;
}

#nav{
	padding-top: 215px;
	font-size: 10pt;
}

#nav ul {	
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: inline;
}

#nav li {
	list-style: none;
	float: left;
	margin: 0;
	padding-left: 20px;
	display: table-cell;
}

#nav li a{
	text-decoration: none;
	font-weight: bold;
}


#list ul {
	list-style: square;
	list-style-type: square;
	margin-left: 2px;
	padding-left: 2px;
	
}

#list ul li {
	list-style: square;
	list-style-type: square;
	margin: 2px;
	padding-left: 2px;
}

#list ul li ul {
	list-style: circle;
	list-style-type: circle;
	margin: 3px;
	padding-left: 2px;
}

#list ul li ul li {
	list-style: circle;
	list-style-type: circle;
	margin: 3px;
	padding-left: 2px;
}

#footer {
	background-color: #FFF;
    color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-align: left;
	padding-left: 45px;
}

#step1,#step2,#step3,#step4,#step5,#step6,#step7,#step8,#step9,#step10 {
	width: 850px;	
}