@charset "UTF-8";

body {
 margin:0;
}
#pageContent{
	margin:11px auto;
	width:812px;
	height:100%;
}

#menu ul {
	margin:0;
	padding:0;
}
#menu li {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	color: #195691;
	list-style-type: none;
	background-image:url(../images/menu-border.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-top:0;
	margin-bottom:0;
	padding-top:12px;
	padding-bottom:12px;
}
#menu .last {
	background-image:url(../images/spacer.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#menu li a {
	color: #195691;
	text-decoration: none;
	display: block;
}
#menu li a:hover {
	color: #e60000;
	text-decoration: none;
}

#tan #footer.legal {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px;
	line-height: 16px;
	color:#fff;
	text-align:center;
	padding: 6px 0 15px 0;
}
#white #footer.legal {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px;
	line-height: 16px;
	color:#666;
	text-align:center;
	padding: 6px 0 15px 0;
}
#tan {
	background-image:url(../images/tanBG.jpg); background-repeat:repeat-y; background-position: center top;
}
#tan .topBG {
	background-image:url(../images/tanBG-top.jpg); background-repeat:no-repeat;
}
#tan .rightBG {
	background-image:url(../images/tanBG-right.jpg); background-repeat:repeat-y;
}
#tan .bottomBG {
	background-image:url(../images/tanBG-bottom.jpg); background-repeat:no-repeat;
}
#tan .leftBG {
	background-image:url(../images/tanBG-left.jpg); background-repeat:repeat-y;
}

#white {
	background-image:url(../images/whiteBG.jpg); background-repeat:repeat-y; background-position: center top;
}
#white .topBG {
	background-image:url(../images/whiteBG-top.jpg); background-repeat:no-repeat;
}
#white .rightBG {
	background-image:url(../images/whiteBG-right.jpg); background-repeat:repeat-y;
}
#white .bottomBG {
	background-image:url(../images/whiteBG-bottom.jpg); background-repeat:no-repeat;
}
#white .leftBG {
	background-image:url(../images/whiteBG-left.jpg); background-repeat:repeat-y;
}
#content {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	line-height: 17px;
	color:#000;
	padding: 0 20px 15px 14px;
}
#content p {
	padding: 4px 0 4px 0;
	margin: 4px 0 4px 0;
}
#content p.first {
	padding: 4px 0 4px 0;
	margin: 4px 0 4px 0;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 14px;
	line-height: 19px;
	color: 573223;
	
}
.footnote {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 10px;
	color:#666;
}
#point li {
	margin:2px 10px;
	padding:3px 0 3px 10px;
	list-style-type: none;
	background-color:#d9d0b6;
	width:300px;
}
.formLabel {
	font-size: 11px;
	line-height: 15px;
	color:#666;
	font-weight:bold;
	padding:5px 0 2px 0;
}