body{
	background-image:url('./images/bgcolor.jpg'); 
	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	line-height:130%;
	margin:0px;
	padding:0px;
}

.header{
	background-image:url('./images/header.png'); 
	height: 200px;
	color:white;
}

.footer{
	clear:both;
	background-image:url('./images/footer.jpg'); 
	height: 63px;
	color:black;
	font-size:10px;
}

.postfooter{
	clear:both;
	height: 63px;
	color:black;
	font-size:10px;
}

.grey{
	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size: 10px;
	line-height:12px;

}

h1, h2, h3 {

  	font: 85%/0.9 arial, helvetica, sans-serif;
	height: auto;
	font-weight: bold;
	line-height:130%;
	}

h1 {
	font-size: 1.3em;
	padding-top: 0;
}

h2{
	font-size: 1.2em;
	padding-top: 0;
}

h3 {
	font-size:  1.0em;
	padding-top: 0;
}
	
.description {
	font-size: 11px;
	text-align: center;
	color:white;
}

img{
	border:0px;
}

.div-body{
	height: auto;
	clear:both;
	width: 760px;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	background-image:url('./images/middle.jpg');
	background-repeat:repeat-y; 
	
}



div.div-body p{
	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size:12px;
	color:#222;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	line-height:140%;
	

}

p{
	font-family: Calibri;
}


a{
	color: #0066CC;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color:#114477;
}

div{
	font-size: 12px;
	
}

td{
 font-size:12px;
 color:black;
}

/***** Main Layout LOGIN ****/
#container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
}

#content {
  	width: 740px;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 20px;
}



