body{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: white;
	color: #00004E;
	margin: 0px 0px 0px 0px;
}

td{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #00004E;
	vertical-align: top;
	border-bottom: 1px dashed gray;
}

th{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #00004E;
	vertical-align: top;
	border-bottom: 1px dashed gray;
	text-align: right;
}

th:first-letter, td:first-letter {
	text-transform: uppercase;
}

th.centered{
	text-align: center;
}

.no_bold{
	font-weight: normal;
}

div#container{
	position: relative;
	height: 100%;
}

#header {
	display: block;
	width: 98%;
	height: 95px;
	margin: 1% 0px 0px 1%;
}

#header .images {
	width: 23%;
	height: 90px;
	float: left;
	text-align: center;
	margin-bottom: 0.5em;
	margin-top: 0.2%;
}

#header .big_title {
	width: 48%;
	float: left;
	font-size: 25px;
	height: 90px;
	margin-top: 0.2%;
	padding: 0px 10px 0px 10px;
	text-align: center;
}

#header .big_title hr {
	color: blue;
	background: blue;
	margin: 3px 0px 3px 0px;
}

#alert{
	display: block;
	clear: both;
	width: 80%;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10%;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	border: 2px solid red; 
	background: #FFEAEA;
}

#registered {
	clear: both;
	border: 1px solid green;
	width: 80%;
	margin-left: 10%;
	margin-bottom: 1em;
	padding: 5px;
	font-size: 12px;
	background: #E7FFEE;
	text-align: center;
}

#registered .our_stat {
	color: red;
	clear: right;
	font-weight: bold;
}

#main_title{
	display: block;
	width: 100%;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 3px 0px 3px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	background: #CBE7F8;
	font-size: 12px;
	clear: both;
	border-top: 1px dashed blue;
	border-bottom: 1px dashed blue;
	text-align: center;
}

#main_title .thanx {
	display: block;
	text-align: center;
	font-size: 16px;
	padding-top: 2%;
	padding-bottom: 2%;
}

.subinfo{
	float: left;
	width: 40%;
	margin: 0.1% 0 1% 2%;
	border: 1px solid green;
	-moz-border-radius: 4%;
	padding: 7px;
	font-size: 10px;
	background: #CBE7F8;
}

.subinfo a:link, .subinfo a:visited, .subinfo a:active {
	text-decoration: none;
	font-size: 10px;
}

.subinfo a:hover {
	text-decoration: underline;
}

.submenu {
	float: left;
	width: 25%;
	margin: 0.1% 0 1% 2%;
	border: 1px solid green;
	-moz-border-radius: 4%;
	padding: 5px 3px 5px 3px;
}

.submenu .title, .submenu .option, .submenu .option_map, .submenu .option_sub, .submenu .option_vid{
	display: block;
	margin-top: 3px;
	text-align: center;

}

.submenu .title{
	background: #E1FFD4;
	font-weight: bold;
	font-size: 12px;
}

.submenu .option {
	background: #EDFFE7;
	font-size: 12px;
}

.submenu .option a:link, .submenu .option a:visited, .submenu .option a:active {
	color: blue;
	background: #EDFFE7;
	text-decoration: none;
	font-size: 12px;
}
.submenu .option a:hover {
	color: blue;
	background: #DEE7FF;
	text-decoration: none;
	display: block;
	font-size: 12px;
}

.submenu .option_map {
	background: #0066FF;
	font-weight: bold;
	font-size: 12px;
}

.submenu .option_map a:link, .submenu .option_map a:visited, .submenu .option_map a:active {
	color: yellow;
	background: #0066FF;
	text-decoration: none;
	font-size: 12px;
}
.submenu .option_map a:hover {
	color: #0066FF;
	background: yellow;
	text-decoration: none;
	font-size: 12px;
	display: block;
}

.submenu .option_sub {
	background: yellow;
	font-weight: bold;
	font-size: 12px;
}

.submenu .option_sub a:link, .submenu .option_sub a:visited, .submenu .option_sub a:active {
	color: #0066FF;
	background: yellow;
	text-decoration: none;
	font-size: 12px;
}
.submenu .option_sub a:hover {
	color: yellow;
	background: #0066FF; 
	text-decoration: none;
	display: block;
	font-size: 12px;
}

.submenu .option_vid {
	background: #FFCC99;
	font-weight: bold;
	font-size: 12px;
}

.submenu .option_vid a:link, .submenu .option_vid a:visited, .submenu .option_vid a:active {
	color: #666633;
	background: #FFCC99;
	text-decoration: none;
	font-size: 12px;
}
.submenu .option_vid a:hover {
	color: #FFCC99;
	background: #666633;
	text-decoration: none;
	font-size: 12px;
	display: block;
}

#footer {
	display: block;
	float: right;
	font-size: 11px;
	width: 28%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer .developer {
	display: block;
	margin: 10px 0px 5px 0px;
	padding: 3px 5px 3px 5px;
	background: #1A386F;
	color: #F0BF94;
}

#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	font-size: 12px;
	color: #D2D90E;
	font-style: italic;
}

#footer a:hover {
	text-decoration: underline;
}

.extraData a:hover, .extraData a:link, .extraData a:visited, .extraData a:active {
	color: red;
	font-weight: bold;
}

