body {
	font-family: Arial;
	background-attachment: fixed;
	background-color: #E9E9F5;
	background-image: url(img/body_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	cursor: default;
}
#hdr {
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(img/hdr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 203px;
	width: 750px;
	text-align: right;
	vertical-align: top;
	padding-top: 2px;
}
img {
	border: 0px none;
}
h1 {
	font-size: 18px;
	background-color: #EAEAF4;
	text-indent: 5px;
	display: block;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #31329F;
}
h2{
font-size:10px;
margin-top:-5px;
  


}
p, td {
	font-size: 11px;
	color: #000000;
	/* text-align: justify; */
}
li {
	font-size: 11px;
	color: #CC0000;
	list-style-type: disc;
}

input, select    { border: 1px solid silver; }
input.error, select.error {border: 1px solid red; background-color: #FFFCE2; background-image: url(images/warning_obj.gif); background-position: right; background-repeat: no-repeat;}
input:focus, select:focus {border: 1px solid red; background-color:#EFEFEF;}
 
#nav {
	position: absolute;
	width: 178px;
	left: 0px;
	top: 208px;
}
#container {
	position: relative; 
	width: 557px;
	left: 185px;
	top: 208px;
}
#content {
	position: relative;
	width: 100%;
}
#ftr {
	position: relative;
	width: 100%;
	margin-top: 1.5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E7E7E7;
	padding-top: 5px;
	font-size: 10px;
	color: #A2A2A2;
}
a.NavSide {
	text-indent: 10px;
	display: block;
	width: 100%;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C7C7E2;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #E4E4F4;
	padding-top: 1px;
	padding-bottom: 1px;
}
a.NavSide:link {
	color: #272727;
	text-decoration: none;
}
a.NavSide:visited {
	color: #272727;
	text-decoration: none;
}
a.NavSide:hover {
	text-decoration: none;
	background-color: #33367C;
	color: #FFFFFF;
}
a.NavSide:active {
	text-decoration: none;
	background-color: #33367C;
	color: #FFFFFF;
}

a.NavSideSub {
	text-indent: 10px;
	display: block;
	width: 100%;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAC8C8;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #F5E6E6;
	padding-top: 1px;
	padding-bottom: 1px;
}
a.NavSideSub:link {
	color: #272727;
	text-decoration: none;
}
a.NavSideSub:visited {
	color: #272727;
	text-decoration: none;
}
a.NavSideSub:hover {
	text-decoration: none;
	background-color: #DB9898;
	color: #FFFFFF;
}
a.NavSideSub:active {
	text-decoration: none;
	background-color: #DB9898;
	color: #FFFFFF;
}

.NavHdr {
	font-weight: bold;
	color: #FFFFFF;
	margin-right: .7em;
	margin-left: .7em;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.NavHdr:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.NavHdr:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.NavHdr:hover {
	color: #F1F1F8;
	text-decoration: none;
}
a.NavHdr:active {
	color: #F1F1F8;
	text-decoration: none;
}


a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}
#subNav {
	font-size: 10px;
	text-align: right;
}
.quote {
	background-color: #F1F1F8;
	display: block;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #D3D3EB;
	position: relative;
	width: 90%;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 5px;
}
