body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-attachment: scroll;
	background-image: url('images/bg1.gif');
	background-repeat: repeat;
	background-position:  
               center top;
	text-align: center;
	padding-left: 80px;
	padding-top: 20px
}
h1 {
	font-size: xx-small;
	color: #FFFFFF;
}
h2 {
	font-size: medium;
	color: #003366;
	padding: 0px;
	margin: 0px;
}
h3 {
	font-size: small;
	color: #CC0000;
}
h4 {
	background-color: #003366;
	font-size: x-small;
	color: #FFFFFF;
	margin: 0px;
	padding: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
h5 {
	text-decoration: underline;
	font-size: x-large;
	font-weight: bold;
}
h6 {
	font-size: large;
	font-weight: bolder;
}
div#wrapper {
	font-size: small;
	font-weight: bolder;
	width: 800px;
	text-align: center;
	background-color: #FFFFFF;
	border: thick solid #D1D2B0;
	padding: 5px;
}
.footer {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	padding: 5px;
	color: #003366;
	background-color: #D1D2B0;
	margin-top: 20px;
	width: 790px;
}
.footer a {
	color: #003366;
}
.footer a:hover {
	color: #CC0000;
}
.box {
	text-align: left;
	vertical-align: top;
	padding-bottom: 0px;
	margin-right: 5px;
	width: 500px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006666;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.box a {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}
.box a:hover {
	text-decoration: underline;
	color: #CC0000;
}
.box2 {
	text-align: left;
	padding-top: 10px;
	width: 300px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thin;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	vertical-align: top;
	background-color: #FFFFFF;
	padding-left: 10px;
}
.nav {
	background-color: #D1D2B0;
	padding: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.nav a {
	color: #003366;
	font-size: x-small;
	text-decoration: none;
}
.nav a:hover {
	color: #CC0000;
}
.enter {
	padding-bottom: 30px;
}
.enter a {
	font-size: medium;
	color: #CC0000;
}
.enter a:hover {
	color: #003366;
}