@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bkgnd.jpg);
	background-color: #1C5598;
	background-repeat: repeat-x;
	background-position: center top;
}
h1 {
	font-size: 18px;
	text-transform: capitalize;
	color: #414C60;
}
ul {
	margin-left: -20px;
}
li {

}
.toggle { display: none; }
.toggleOn { display: block; }

A:link {
	text-decoration: none; 
	color: #000000;
}
A:visited {
	text-decoration: none; 
	color: #000000;
}
A:hover {
	text-decoration: underline; 
	color: #000000;
}

#mainContent {





}


.box_main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.comments {
	font-size: 11px;
	color: #475268;
}

.box_main th {
	font-size: 16px;
	color: #000000;
	text-align: left;
	font-weight: bold;
	height: 60px;
	vertical-align: middle;
}
.hdr {
	background-image: url(images/strip.png);
	background-repeat: repeat-x;
	background-position: center;
	height: 31px;
	font-size: 9px;
	color: #E7E9E8;
	font-weight: normal;
}


.main_top {
	background-image: url(images/bg_top.png);
	background-repeat: no-repeat;
	height: 143px;
	width: 808px;
	background-position: center top;
}
.main_mid {
	background-image: url(images/bg_mid.png);
	background-repeat: repeat-y;
	background-position: center;
}
.main_end {
	background-image: url(images/bg_end.png);
	background-repeat: no-repeat;
	height: 52px;
	width: 831px;
	background-position: center top;
}
.art_top {
	background-image: url(images/a_top.png);
	background-repeat: no-repeat;
	height: 10px;
}
.art_end {
	background-image: url(images/a_end.png);
	background-repeat: no-repeat;
	height: 10px;
	background-position: bottom;
}
.art_mid {
	background-image: url(images/bg_white.png);
}

.attention {
	text-transform: capitalize;
	color: #D73A0F;
}
.box_menu {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 9px;
	width: 162px;
}

.box_menu th {
	font-size: 12px;
	font-weight: bold;
	color: #B63D06;
}
.box_menu td {
	font-size: 10px;
	color: #000000;
}
.menu_top {
	background-image: url(images/menu_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
	width: 200px;
}
.menu_mid {
	background-image: url(images/menu_mid.png);
	background-repeat: repeat-y;
	background-position: center;
}
.menu_end {
	background-image: url(images/menu_end.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 24px;
	width: 200px;
}
.badge {
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(images/button_blu.png);
	height: 65px;
	width: 65px;
	background-repeat: no-repeat;
	background-position: center center;
}
.badge_top {
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(images/button_red.png);
	height: 65px;
	width: 65px;
	background-repeat: no-repeat;
	background-position: center center;
}
.headsup {
	font-weight: normal;
	color: #333333;
	background-image: url(images/headsup.png);
	height: 400px;
	width: 650px;
	background-repeat: no-repeat;
	background-position: center center;
}
.popup {
	position: absolute;
	z-index: 1;
}
.bmpButton {
	cursor:pointer;
}
