@charset "utf-8";
/* CSS Document */
body {
	background: url(_images/bg.jpg) #B9D0C7;
	margin: 0px 0px 0px 0px;
}
#header {
	height: 153px;
	width: 100%;
	background-color: #ffffff;
	background-image: url(_images/topframegrad.jpg);
	background-position: center;
	background-repeat: repeat-x;
}
#header img {
	border: none;
	display: block;
	margin-left: auto;
    margin-right: auto;
}
#nav {
	width: 100%;
	height: 40px;
	background: url(_images/navbg.gif) repeat-x;
	padding-top: 10px;
	position: absolute;
}
#main {
	width: 800px;
	height: inherit;
	background-color: #728DD6;
	background-image: url(_images/curvebottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
}
.style1 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}
.style1 a:link {
	font-family: Arial;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	border-bottom: thin dotted #FF0000;
}
.style1 a:visited {
	font-family: Arial;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	border-bottom: thin dotted #FF0000;
}
.style1 a:hover {
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
	color: #FF6600;
	text-decoration: none;
	border-bottom: thin dotted #FF6600;
}
.style2 {
	color:#000066;
	font-family: Georgia;	
	font-size: 16px;
}
.imgborder {
	border: #000066 groove;
}
h1 {
	color:#000066;
	font-family: Georgia;
	font-size: 16px;
}
h2 {
	color:#000066;
	font-family: Georgia;
	font-size: 13px;
}
.smallfont {
	color:#FFFFFF;
	font-family: Georgia;
	font-size: 10px;
}

