/* CSS Document */
body{
	margin:0px;
	padding:0px;
	background-color:#85a5ce;
	background-image:url(webimages/background.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
a{}
img{}
h1{
	color:#996600;
	font-weight:bold;
	font-size:12px;
}
h2{
	color:#660000;
	font-weight:bold;
	font-size:16px;
}
#header{
	width:800px;
	min-width:800px;
	height:106px;
	min-height:106px;
	background-image:url(webimages/header_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#content{
	width:800px;
	min-width:800px;
	background-color:#ffffff;
}
#index{
	width:720px;
	height:410px;
	background:#ffffff url(webimages/index_pic.jpg) no-repeat bottom right;
	text-align:left;
	padding:20px 0px 0px 20px;
	vertical-align:top;
}
#footer{
	width:800px;
	min-width:800px;
	height:48px;
	min-height:48px;
	background-image:url(webimages/footer_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	padding-top:25px;
}
.centered{
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.footer a:link, a:visited{
	padding-left:10px;
	padding-right:10px;
	color:#996600;
	text-decoration:none;
	font-weight:bold;
}
.footer a:hover, a:active{
	text-decoration:underline;
}
.copyright{
	color:#3e5ca2;
	font-size:11px;
}
.splashtext{
	font-size:14px;
	width:260px;
}
.biglink{
	font-size:16px;
	color:#0066ff;
	font-weight:bold;
}
