@charset "utf-8";

body { 
	background: #d9d9db; margin: 0px; 
	font-family: helvetica, tahoma, verdana, arial;
}

textformat font { font-size: 16px; font-family: helvetica, tahoma, verdana, arial; }
textformat p { display: inline; }

.mainLayout {
	margin-right: auto; 
	margin-left: auto;
}

.header {
	background-image: url(../images/header.jpg);
	height: 205px;
	width: 943px;
	background-repeat: no-repeat;
}
.footer {
	background-image: url(../images/footer.jpg);
	background-position: -1px;
	height: 29px;
	width: 944px;
}
.mainMenu {
	background-image: url(../images/menubar.jpg);
	background-repeat: no-repeat;
	margin-top: 1px;
	width: 670px;
	height: 25px;
	margin-right: 90px;
	background-position: center;
}
.mainMenuItem {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	text-align: center;
}

.mainMenuItem a {
	
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

.mainMenuItem a:hover {
	color: #ff9933;
}

.mainMenuItem a:active {
	color: #336699;
}

.mainBackground {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	height: 600px;
	width: 944px;
}

.mainContentArea {
	margin-top: 30px;
	border: none;
	padding-left: 30px;
	padding-right: 85px;
	/*padding: 40px;*/
}

.sectionHeader {
	font-size: 20px;
	color: #336699;
}

.textHeader {
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
}

span.text {
	display: inline-block;
	font-size: 12px;
	text-align: justify;
}

td.text {
	display: table-cell;
	font-size: 12px;
	text-align: left;
}

.rightText {
	display: inline-block;
	font-size: 12px;
	text-align: right;
}

.itemText {
	font-family: tahoma;
	font-size: 10px;
	color: white;
}

.submit, .button {
	margin-top: 5px; 
	font-size: 11px;
	padding: 3px; 
	border: 1px solid #aaaaaa; 
	background: #ffffff; 
	color: #000000;
}

.submit:hover, .button:hover {
	border: 3px single #ffffff;
	background: #336699;
	color: #ffffff;
}

.blueLink {
	font-family: tahoma;
	font-size: 10px;
	color: #195ba6;
	text-decoration: none;
}

.blueLink2 {
	color: #195ba6;
	text-decoration: none;
}

.numberField {
	width: 80px;
	text-align: right;
}