body{
	background-color:white;
	background-image:url(../images/background.png);
	background-repeat:repeat-x;
}
div.main{
	background-image:url(../images/fade.png);
	background-repeat:repeat-y;
}

div.content{
	background-color:white;
}

img.header{
	border-bottom:5px solid #30648B;
}

div.logo{
	background-image:url(../images/logo_background.png);
	font-family: arial, sans-serif;
	font-size:13px;
}

div.form{
	border:1px solid black;
	border-top:0px;
	background-image:url(../images/form_background.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	background-color:white;
	text-align:left;
	font-family: arial, sans-serif;
	font-size:13px;
}

div.text{
	font-family: arial, sans-serif;
	font-size:12px;
}

div.text h1{
	font-family: georgia, serif;
	font-size:20px;
	color:#30648B;	
}
div.text h2{
	font-family: georgia, serif;
	font-size:16px;	
	margin-bottom:0px;
	color:#30648B;
}
div.text h3{
	font-family: georgia, serif;
	font-size:14px;	
	margin-bottom:0px;
}
div.bottom{
	background-image:url(../images/bottom.png);	
}
div.links{
	padding:4px;
	vertical-align:top;
	border:1px solid #d9d9d9;
	background-color:#efefef;
	font-size:11px;
	font-family:verdana,arial,helvetica;
}