@charset "utf-8";
/* CSS Document */

p {
	margin: 10px 0 10px 0;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

a {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7F0200;
}

h1 {
	margin: 0px;
	padding: 0px;
	color: #49A842;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	margin: 0px;
	padding: 0px;
	color: #7F0200;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.textSmall {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.textMed {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#table01 {
	width: 100%;
	background-color: #B4D6EF;
	
}

#table02 {
	width: 780px;
	background-color: #ffffff;
}

#headerTop {
	width: 100%;
	height: 21px;
	background-image: url(../images/imgHeadBG.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-bottom: solid 1px #005DA3;
}

#headerTopText {
	margin-top: 3px;
	width: 100%;
	height: 21px;
	float: left;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A3C5DE;
}

#headerBottom {
	width: 100%;
	height: 142px;
	background-image: url(../images/imgMenuBG.gif);
	background-repeat: repeat-x;
	position: relative;
}

#headerLogo {
	position: absolute;
	top: 13px;
	left: 12px;
}

#headerMenu {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: 12px;
	margin-top: 5px;
	float: right;
}

#headerMenu a {
	color: #666666;
	text-decoration: none;
}

#headerMenu a:hover {
	text-decoration: underline;
}

#headerLogin {
	position: absolute;
	top: 28px;
	right: 12px;
	width:150px;
}

#headerLogin input {
	color: #999999;
	margin-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#headerTitle {
	top: 50px;
	left: 310px;
	color: #999999;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

#menu {
	width: 706px;
	height: 21px;
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
}

.menuItem {
	text-align: center;
	width: 115px;
	height: 16px;
	float: left;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../images/imgButtonLargeBG.gif);
	margin: 2px 2px 2px 0;
	padding-top: 2px;
	cursor: pointer;
}

.menuItem a {
	color: #FFFFFF;
	text-decoration: none;
}

.menuItem a:hover {
	text-decoration: underline;
}

.menuActive {
	font-weight: bold;
}

#content {
	width: 100%;
	min-height: 225px;
	border: solid 1px #999999;
	background-image: url(../images/imgBodyBG.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#contentPage {
	float: left;
	margin: 40px;
	width: 678px;
}

.tableSmall {
	width: 214px;
	height: 153px;
	background-image: url(../images/imgTableSmall.png);
	background-repeat: no-repeat;
	float: left;
	margin: 0 12px 0 0;
}

.tableSmallTitleBlue {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 198px;
	height: 12px;
	background: #005DA3;
	padding: 3px;
	margin: 5px 0 3px 5px;
	float: left;
}

.tableSmallTitleRed {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 198px;
	height: 12px;
	background: #7F0200;
	padding: 3px;
	margin: 5px 0 3px 5px;
	float: left;
}

.tableSmallContent {
	margin: 4px;
}

#menuFooter {
	color: #FFFFFF;
	margin: 6px 0 8px 0;
	width: 780px;
	height: 16px;
	background: #7F0200;
	padding-top: 3px;
}

#menuFooter a {
	color: #FFFFFF;
	text-decoration: none;
}

#menuFooter a:hover {
	text-decoration: underline;
}

.headerMenuActive {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}

#nav {
	margin: 10px 10px 10px 0;
}

#nav a {
	font-size:12px;
}

#field {
	margin: 5px 0;
}

#label {
	width:120px;
	float:left;
	clear:left;
}

# field input, #field select {
	float:left;
}
