/* CSS Document */
body {
	background: #FFFFFF;
	margin: 0px;
}
body,table,input,select,textarea {
	font-family: Verdana, Arial, Helvtica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a {
	color: #01266C;
	text-decoration: underline;
}
input,select,textarea {
	border: 1px solid #000000;
	background: #FFFFFF;
}
h1 {
	color: #339999;
	font-weight: normal;
	font-size: 25px;
	text-transform: uppercase;
}
h3 {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}
ul {
	list-style-type: disc;
}
.required {
	color: #FF0000;
}
.subhead {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 3px;
}
.button {
	border: 1px solid #000000;
	background: #FFFFFF;
	color: #339999;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}
.uppercase {
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
.login {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
}
.tanBg {
	background: #EEEDC1;
}
.services {
	border: 2px solid #F7F6E0;
}
.services2 {
	background: #F7F6E0;
}
#footer {
	background: url("/images/bottom.gif") no-repeat;
	color: #666666;
	height: 52px;
	font-size: 9px;
}
#bodyMain {
	width: 773px;
}
#left {
	width: 227px;
	background: url("/images/stripeBg.gif") repeat-y;
}
#right {
	width: 546px;
}
#body {
	width: 503px;
	background: #EEEDC1;
	padding-right: 3px;
	height: 100%
}
#login {
	width: 246px;
	height: 110px;
	background: url("/images/boxBg.gif") no-repeat;
	padding-left: 5px;
}