 #navcontainer {
	text-decoration: none;
	visibility: visible;
}

 #navcontainer ul
 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
 }

 #navcontainer a
 {
 display: block;
 padding: 6px 5px;
 width: 128px;
 color: #FFFFFF;
 background-color: #02407B;
 text-decoration: none;
 border-top: 1px solid #CCCCCC;
 border-left: 1px solid #02407B;
 border-bottom: 1px solid #333;
 border-right: 1px solid #333;
 font-weight: bold;
 font-size: 0.6em;
 background-repeat: no-repeat;
 background-position: 0 0;
 }

 #navcontainer a:hover
 {
 color: #000;
 background-color: #33B2D1;
 text-decoration: none;
 border-top: 1px solid #333;
 border-left: 1px solid #333;
 border-bottom: 1px solid #CCCCCC;
 border-right: 1px solid #fff;
 background-repeat: no-repeat;
 background-position: 0 0;
 }


#active a {
	display: block;
	padding: 6px 5px;
	width: 128px;
	color: #000;
	text-decoration: none;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	font-weight: bold;
	font-size: 0.6em;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #33B2D1;
}
#footer {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 0.7em;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#footer a:link {
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	color: #02407B;
	text-decoration: underline;
}
#caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:link img {
	border: 1px solid #33B2D1;
	white-space: normal;
}
a:visited img {
	border: 1px solid #33B2D1;
}
a:hover img {
	border: 1px solid #02407B;
}
#body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	padding: 10px;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #02407B;
	background-image: url(images/header_block.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
}
#body a:link {
	font-weight: bold;
	color: #02407B;
	text-decoration: none;
}
#body a:visited {
	font-weight: bold;
	color: #02407B;
	text-decoration: none;
}
#body a:hover {
	text-decoration: underline;
}
#enter a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#enter a:hover {
	color: #33B2D1;
	text-decoration: underline;
}
#enter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
}
