body{
margin: 0;
padding: 0;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

background-color: Silver;
 font-style: normal;
 font-weight: normal;
}

a {
	color: Orange;
}

#contents {
background-color: #596bd2;
margin-top: 15px;
margin-bottom: 15px;
margin-right:auto;
margin-left:auto;
width: 610px;
color: #000;
border-right-style: solid;
border-right-color: #002b91;
border-right-width: 1px;
border-left-style: solid;
border-left-color: #002b91;
border-left-width: 1px;
}
		
#header{
height: 40px;
background-color: #666;
background-color: #002b91;
text-align: right;
border-bottom-width: 1px;
border-bottom-color: #F5FFFA;
border-bottom-style: double;
padding-right: 15px;
padding-top: 15px;
}
	
#col1		{
float: left;
width: 10px;
height: 400px;
background-image: url(divid.gif);
background-repeat: no-repeat;
}
		
#col2	{
float: left;
width: 280px;
margin-right: 10px;
margin-bottom: 10px;
text-align: right;
padding-top: 60px;
padding-bottom: 40px;
}
		
#col3{
float: left;
width: 280px;
margin-left: 10px;
margin-bottom: 10px;
text-align: left;
padding-top: 60px;
padding-bottom: 40px;
}
		
#footer{
clear: both;
height: 50px;
background-color: #002b91;
border-top-width: 1px;
border-top-style: double;
border-top-color: #F5FFFA;
text-align: center;
font-size: 11px;
color: White;
}

h2{
font-size: 14px;
color: Yellow;
}

h4{
font-size: 11px;
color: White;
}

