*{
	margin:0px;
}
body{
	background-color:#F8F8F8;
	margin:0 auto;
	text-align:center;
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	font-size: 0.9em;
	line-height:20px;
}
.MainContainer{
	background-color:#FFFFFF;
	width:1000px;
	height:100%;
	margin:0 auto;
	text-align:center;
	clear:both;
	margin-bottom:20px;
}
.topLink{
		width:1000px;
		height:auto;
		margin:0 auto;
		text-align:right;
		padding-top:10px;
		
}
.topLink a{
	color:#004080;
	text-decoration:underline;		
}
.topLink a:hover{
	color:#C03;
	text-decoration:underline;		
}
.main{
	background-color:#FFFFFF;
	width:100%;
	height:auto;
	min-height:600px;

}
div.menu{
	width:1000px;
	background-color:#F8F8F8;
	margin-top:20px;
	text-align:right;
	font-size: 11px;
}
.left{
	width:200px;
	float:left;
	background-color:#FFFFFF;
	height:100%;
	border-right:1px dashed #AAD5FF;
}
.middle{
	width:600px;
	float:left;
	background-color:#FFFFFF;
	height:100%;
	text-align:justify;
}
.full{
	width:798px;
	float:left;
	background-color:#FFFFFF;
	height:auto;
	text-align:center;
	vertical-align:middle;
	padding-top:80px;
}
.right{
	background-color:#FFFFFF;
	width:198px;
	height:100%;
	float:left;
}
.middle a{
	text-decoration:none;
	color:#004080;
}
#txtName, #txtEmail, #txtSubject, #txtSummary{
	border:1px solid #EEEEEE;
}
.middle a:hover{
	text-decoration:none;
	color:#004080;
	border-bottom:1px dashed #004080;
}
.pad{
	padding:7px 10px 5px 10px;
}
.padTop{
	margin-top:10px;
}
.logo{
	margin-top:10px;
}
.footer{
	margin-top:20px;
	padding-top:20px;
	color:#004080;
	clear:both;
	background-color:#f8f8f8;
}
.footer a{
	color:#004080;
	text-decoration:none;
}
.footer a:hover{
	color:#004080;
	text-decoration:none;
	border-bottom:1px dashed #004080;
}
.footer ul{
	list-style:none;
	display:inline;
}
.footer ul li{
	list-style:none;
	display:inline;
}
.footer ul li a{
	font-size:12px;
	color:#004080;
	text-decoration:none;
}
	
	
