* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 color: #333;
 background:#6280CF;
 /*background:url(img/top_round_corner.gif);*/
}
#wrapper { 
 margin: 0 auto;
 width: 781px;
 background:#fff;
}
#header {
 color: #333;
 width: 781px;
 float: left;
 height: 111px;
 background: #fff;
}
#headercorner {
background:url(img/top_round_corner.gif);
height: 10px;
width: 781px;
margin-top:15px;
}

#leftcolumn { 
 background: #fff;
 width: 181px;
 float: left;
 padding:10px;
}
#rightcolumn { 
 float: right;
 background: #fff;
 width: 565px;
 margin-right:10px;
}
#footer { 
 width: 767px;
 clear: both;
 background: #fff;
 text-align:center;
 font-size:12px;

}
#footercorner {
background:url(img/bottom_round_corner.gif);
height: 10px;
width: 781px;
margin-bottom:15px;
}

h1 {
font-size:17px;
color:#931900;
border-bottom: 1px solid #6280CF;
margin-bottom:10px;
text-align:left;
}

img {
border:none;
}

h2 {
font-size:15px;
color:#0537D4;
margin-bottom:10px;
margin-top:10px;
text-align:left;
}

h3 {
font-size:12px;
color:#931900;
text-align:left;
font-style:italic;
}

#header a, a:visited, a:active {
	text-decoration:none;
	background:#fff;
}

a, a:visited, a:active {
	text-decoration:none;
	color:#0537D4;
}

a:hover {
	text-decoration:none;
	color:#fff;
	background:#0537D4;
}



.spacer {
height:35px;
}

ul, ol, li {
margin-left:15px;
font-size:12px;
margin-bottom:5px;
}

.indent {
margin-left:15px;
}

 fieldset {
border:2px solid #666;
padding:10px;
margin-left:0px;
color:#333;
}

legend {
color:#027bb5;
background:#fff;
border:2px solid #666;
padding:2px 6px;
font-weight:700;
}

 label
{
/*width: 8em;*/
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

 input, textarea
{
color: #666;
background: #f1f1f1;
border: 1px solid #666;
}


