body {
	background-color: #E3E2E7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.leftCell {
	background-image: url(../images/LborderTile.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 20px;
}
.rightCell {
	background-image: url(../images/RborderTile.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 20px;
}
#header {
	background-image: url(../images/headerBgTile.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #E02A2A;
}
.leftHead {
	background-color: #fff;
	padding: 15px 0 4px 0;
}
.rightHead {
	vertical-align: top;
}
.flashHeader {
	margin-top: 14px;
	margin-left: 14px;
}
#topNav {
	background-image: url(../images/topNavBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E02A2A;
	
}
#topNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 21px;
	margin-top: 19px;
}
#topNav li {
	display: inline;
	margin-right: 8px;
}
#topNav li a,
#footer a {
	padding: 0 2px 0 2px;
}
#topNav li a:link,
#footer a:link {
	text-decoration: none;
	color: #FFFFFF;
	background-color: none;
}
#topNav li a:visited,
#footer a:visited  {
	text-decoration: none;
	color: #FFFFFF;
	background-color: none;
}
#topNav li a:hover,
#footer a:hover  {
	text-decoration: none;
	color: #E02A2A;
	background-color: #FFFFFF;
}
#pageHeader {
	height: 30px;
	background-color: #AAAAAA;
	border: 2px solid #FFFFFF;
	padding-left: 18px;
}
#pageHeader img {
	padding-top: 8px;
}
#mainContent {
	width: 549px;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
}
#leftNav {
	background-color: #EEEEEE;
	height: 485px;
	border-left: 2px solid #FFFFFF;
	color: #000000;
}
#leftNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#leftNav li {
	display: block;
	height: 24px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	vertical-align: middle;
}
#leftNav li a img {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	margin-right: 5px;
	border: none;
}
.lftNavLineHgt {
	line-height: 24px;
}
.bottomBrdr {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.bottomBrdr1px {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.footBgCell {
	background-image: url(../images/footerBgTile.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #E02A2A;
}
#footer {
	padding: 10px 0 0 10px;
	height: 35px;
	background-image: url(../images/footLogo.gif);
	background-repeat: no-repeat;
	background-position: 690px 10px;
}
#footer p {
	margin: 0;
	line-height: 12px;
	padding-bottom: 5px;
	font-weight: normal;
}


#formHolder {
	width: 650px;
	margin: 10px auto;
	color: #000;
	background: #fff;
	border: solid 1px #999;
	padding: 10px;
	font-size: 11px;
}

#imgHold {
	float: right;
}

#formHolder h1 {
	font-size: 25px;
}

#formHolder h2 {
	font-size: 15px;
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
}

#formHolder blockquote {
	background: #efefef;
	margin: 35px 25px;
	padding: 5px 15px;
	border: solid 1px #bbb;
}

#formHolder label {
	display: block;
	width: 250px;
	margin: 5px 0;
}
#formHolder input {
	width: 100%;
}
#formHolder .subButton {
	width: 250px;
}

#formHolder blockquote input {
	width: 20px;
}
.dateHold {
	display: block;
	width: 200px;
	margin: 5px 0;
}
#formHolder .dateHold input.dateBox {
	width: 40px;
}

#formHolder blockquote label {
	display: inline;
	width: 0;
	margin: 0
}
