@charset "utf-8";
/* CSS Document */

div.center {
	width: 990px;
	background-color:#FFFFFF;
	min-height:800px;
	margin-top: 25px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: thin solid #000000;
	
}


div.header {
    text-align: center;
}

div.side {
    width: 170px;
    padding: 10px;
    margin-top: 1px;
    float: left;
	min-height:500px;

}

div.main {
	margin-left: 185px;
	margin-top: 1px;
	padding: 10px;
	min-height:500px;
}

div.footer {

	padding: 15px;
	margin: 10px;

}


span.heading,p.heading
{
color: rgb(37, 96, 128); 
font-family: Arial Black;
font-size:22px
}

span.body,p.body
{
color: rgb(35, 31, 32); 
font-family: Arial;
font-size:16px;
}



a.hilight,p.hilight,span.hilight,span.error
{
color: rgb(37, 96, 128);  
	font-family: Arial Black;
	font-size:16px;
}

a.hilight2,p.hilight2,span.hilight2
{
color: rgb(81, 15, 85); 
	font-family: Arial Black;
	font-size:16px;
}


a.hilight3,p.hilight3,span.hilight3
{
color: rgb(213, 101, 18); 
	font-family: Arial Black;
	font-size:16px;
}

span.legal,p.legal
{
color: rgb(35, 31, 32); 
font-family: Arial;
font-size:10px;
}

a.littlelink,span.littlelink,p.littlelink
{
color: rgb(37, 96, 128);
font-family: Arial;
font-size:12px
}

img.floatLeft,div.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight,div.floatRight { 
    float: right; 
    margin: 4px; 
}

img.logo {
	padding: 4px;
	border:none;	
}

img.side {
	border:none;

}

div.img
{
  margin: 2px;
  border: 1px solid rgb(35, 31, 32);
  height: 117px;
  width: 122px;
  float: left;
  text-align: center;
  background-color: rgb(0, 0, 0);
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.img a:hover img {border: 1px solid rgb(37, 96, 128);}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
}



