html{
background:url(images/main-bg.gif) repeat;
padding:0px;
margin:0px;
}
body{
background:url(images/top-bg.png) repeat-x;
height:550px;
padding:0px;
margin:0px;
font-family:Arial;
/*font-size:13px;*/
color:#000;
/*line-height:18px;*/
}
a, a:link {
	color:#16416F;
	text-decoration:none;
}

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

a:visited {
	color:#000000;
	text-decoration:underline;
	}


#header h1 {
	text-align:left;
	padding:8px 15px 8px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	line-height:normal;
	width:90%;
	margin:0 auto;
	overflow:hidden;
}

h1, h2, h3, h4,
.itemhead h3, .itemhead h3 a,
#header h1 a, #header h1 a:hover, #header h1 a:link, #header h1 a:visited, #header h1 a:active {
	color:#16416F;
	text-decoration:none;
	margin:0px;
	padding:0px;
}

#header h4 {
	width:90%;
	margin:0 auto;
	font-size:10px;
	font-weight:normal;
	font-style:italic;
	color:#aaaaaa;
	text-align:left;
}



input, textarea {
background:#eff7ff;
padding:5px;
border:1px solid #6698ce;
color:#444444;
font-size:12px;
overflow:auto;
margin:0px 10px 5px 0px;
}

