html, body	{
	margin:0px auto;
	padding:0px;
	height:100%;
}
body	{
	background-image:url(../images/body.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#FFFFFF;
}	
#wholePageContainer	{
	margin:auto;
	width:1020px;
	text-align:center;
}
#header	{
	position:relative;
	width:1020px;
	height:170px;
	clear:both;
	margin:auto;
}
#navs	{
	position:relative;
	height:35px;
	width:860px;
	text-align:center;
	margin:auto;
	clear:both;
}

#MainArea	{
	position:relative;
	border-left:4px solid #006EB9;
	border-right:4px solid #006EB9;
	width:811px;
	clear:both;
	background-color:#FFFFFF;
	background-image:url(../images/contentRpt.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	margin:0px auto;	
}
#title	{
	text-align:left;
	margin:0px;
	padding-left:6px;
	padding-bottom:3px;
	padding-top:8px;
	height:25px;
	background-color:#DCF2FD;
	border-bottom:1px solid #000066;
}
#title h1 {
	font-size:17px;
	line-height:20px;
	color:#0254A8;
	letter-spacing:.06em;
	background-color:#DCF2FD;
}
#content	{
	text-align:left;
	margin:0px 18px;
	color:#002157;
}
p  {
	font-size:14px;
}
a:link {
	color:#000066;
}
a:visited {
	color: #000099;
}
a:hover {
	color: #0066CC;
}
a:active {
	color: #000033;
}

h1 {font-size:17px;
	color:#0254A8;
}
h2 {font-size:16px;
	color:#0254A8;
}
h3 {font-size:14px;
	color:#0254A8;
}
h4 {font-size:13px;
	color:#0254A8;
	padding-top:8px;
}
h5 {font-size:12px;
	color:#0254A8;
}

ul {}
ol {}
li {font-size:13px;
	font-weight: bold;
	padding-left:0px;
	color:#003399;
	list-style-image:url(../images/icon_right.gif);
}

hr	{color:#000066;}

/* FOOTER */	
#footer	{
	position:relative;
	text-align:center;
	margin:0px auto;
	clear:both;
	width:819px;
	height:102px;
	padding-top:65px;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
}
.footer {
	font-size:11px;
	text-align:right;
	color:#000066;
	top:0px;}
#footer a:link {
	color:#000066;}
#footer a:visited {
	color: #003399;}
#footer a:hover {
	color: #0099FF;}
#footer a:active {
	color: #000066;}
/* END FOOTER */	

.PicRight {
	float:right;
	margin-left:8px;
	border:1px solid #006EB9;
}
.PicLeft {
	float:left;
	margin-right:8px;
}

.clearElem {
	clear: both;
	font-size:.1em;
}

#contact	{
	border:1px solid #006EB9;
}
