* {
    	padding: 0;
    	margin: 0;
} 

body {
    	background: #FFFFFF;
	font: .74em Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	line-height: 1.5em; 
	font-size: 14px;
}
a {
	color: #336699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#wrapper {
	margin: 20px auto;
	width: 890px;
	background: #FFFFFF url('images/bg_middle.jpg');
	background-repeat: repeat-y;
}

#top { 
	background: #FFFFFF url('images/bg_top.jpg');
	height: 30px;
}

#content {
	padding: 0 40px 0 40px;
}

#bottom {
	background: #FFFFFF url('images/bg_bottom.jpg');
	height: 30px;
}


.header {
	height: 90px;
	background: #FFFFFF;
	background-repeat: no-repeat; 
	color: purple; 
	border: 0px solid #E1E1E1; 
	vertical-align:bottom;
}

.header h1 { 
	padding-left: 0px; 
	padding-top: 22px; 
	font-size: 100%; 
	color: #FFFFFF;
}
.header h1 a { 
	font-size: 100%; 
	color: #FFFFFF; 
	text-decoration: none;
}
.header h2 { 
	padding-left: 0px; 
	padding-top: 0px; 
	font-size: 100%; 
	color: #FFFFFF; 
}

.top-header { 
	background: #F6F9FB; 
	border-bottom: 1px solid #E1E1E1; 
	padding: 5px;
}
.top-header h1 a {
	color: black;
	text-decoration: none;
}
.copyright { 
	background: #F6F9FB; 
	border-top: 1px solid #E1E1E1; 
	padding: 5px;
	height: 17px;
	margin-left: auto;
	margin-right: auto;
	width: 795px;
	text-align: center;
}
.middle   {
	width: 65%
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 8px;
	padding-left: 0px;
	text-align: justify;
	border-right: 1px dashed #E1E1E1; 	
}
.middle-home {
	width: 99%;
	border-right: 0px dashed #E1E1E1;
}
.right {
	float: left;
	width: 32%;
	margin: 0px;
	padding: 1% 1%;
	padding-left: 2px;
	padding-top: 0px;
	text-align: center;
}
.right p {
	font-size: 90%;
}
.error {
	color: #FF0000;
}
h1	{
	font-size: 140%; 
}
.middle h2 { 
	color: #336699; 
	font-size: 120%; 
	margin-bottom: 10px; 
	margin-top: 10px; 
	margin-left: 0px;
}

.right h2 { 
	color: #336699; 
	font-size: 120%; 
	margin-top: 10px; 
	text-align: center;
}
.right h4 { 
	color: #336699; 
	font-size: 115%; 
	margin-bottom: 5px; 
}
h3 { 
	color: #336699; 
	font-size: 105%; 
	margin-top: 12px; 
	margin-left: 0px;
	padding-bottom:10px;
}


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}
#how-to {
	background: #F6F9FB; 
	text-align: justify;
	padding:7px;
	width:100%;
	border-bottom:1px #E1E1E1 solid;
	border-right:1px #E1E1E1 solid;
}
#how-to {
	background: #F6F9FB; 
	text-align: justify;
	padding:7px;
	width:100%;
	border-top:1px #E1E1E1 solid;
}


#footer {
	text-align: center;
	color: #336699;
}
#form { 
	background:url(!images/silverblend.png) 0 0 repeat-x;
	border:0px #999999 solid;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:10px;
	width:100%;
}
#form label { 
	margin-top:2px; 
	font-weight:bold; 
	float:left; 
}
#form input.ti { 
	margin-top:2px; 
	float:right; 
	width:150px; 
	border:1px #999999 solid;
	height: 16px;
	font: 90% "Trebuchet MS" Verdana, Arial, sans-serif;

}
#form input#submit { 
	background:url(images/silverblend.png) 0 0 repeat-x;
	margin-left: 150px; 
	margin-top:10px; 
	border:1px #999999 solid;
	background: #FFFFFF;
	float:right; 
	font: 90% "Trebuchet MS" Verdana, Arial, sans-serif;


}
#form br { 
	height:2em; 
	clear:both; 
}
.float-left	{
	float: left;
	padding-right: 10px;

}
.float-right	{
	float: right;
	padding-left: 10px;
}	
.logos	{	
	text-align: center;	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:60px;
}
.hr	{
	border-bottom:1px #E1E1E1 dashed;
	height: 2px;
	margin-bottom: 15px;
}
li	{
	margin-left: 25px;
	padding-bottom: 1px;
	}
.right p {
	font-size: 80%;
	padding-bottom: 10px;
}
.announcement {
	font-size: 80%;
	border: 1px dashed #E1E1E1;
	margin: 5px;
	padding: 5px;
}
.middle p {
padding-bottom:10px;
}