@charset "utf-8";
/* CSS Document */
body {
	margin: 0px 0px 0px 0px;
	background-color: #B1CCF3;
}
#nav {
	width: 800px;
	height: 40px;
	background-color: #000033;
	vertical-align: top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 15px;
	text-decoration: none;
}
#nav a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 15px;
	text-decoration: none;
}
#nav a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 15px;
	text-decoration: none;
}
#nav a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFF00;
	padding-top: 15px;
	border-bottom: #ccff00 dotted;
	text-decoration: none;
}
#nav a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00FFFF;
	padding-top: 15px;
	border-bottom: #ccff00 dotted;
	text-decoration: none;
}
#header {
	width: 800px;
	height: 175px;
	background-image: url(_images/image-header.jpg);
	background-repeat: no-repeat;
}
#footer {
	width: 800px;
	height: 50px;
	background: url(_images/curve-foot.gif) no-repeat;
	vertical-align: bottom;
	position: static;
}
#mainbox {
	width: 780px;
	height: auto;
	background: #FFFFFF;
	padding: 10px 10px 10px 10px;
}
#contentbox {
	border: #FFFF00 thick solid;
	width: 390px;
	height: auto;
	background-image: url(_images/background-gradient.jpg);
	background-repeat: repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 5px 5px 5px;
}
#contentbox a:visited {
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	border-bottom: #FFFF00 dotted thin;
}
#contentbox a:link {
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	border-bottom: #FFFF00 dotted thin;
}
#contentbox a:hover {
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: #FFFFFF dotted thin;
}
#imagebox {
	width: 300px;
	height: 308px;
}