html, body	{
	margin:0px;
	padding:0px;
	height:100%;
}

body	{
	background-image:url(../images/bkgd.jpg);
	background-repeat:repeat-y;
	background-position:center;
    font-family:Arial, Helvetica, sans-serif;
	background-color:#F20102;
}

#wholePageContainer	{
	margin:0px auto;
	width:800px;
	
}
#header	{
	position:relative;
	clear:all;
	width:800px;
	height:242px;
	z-index:99;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-color:#FFE1CD;
}
#navs	{
	position:relative;
	height:auto;
	float:left;
	clear:all;
	width:181px;
	height:100%;
	background-image:url(../images/nav_background.jpg);
	background-repeat:no-repeat;
	background-color: #FFE1CD;
}
#ContentContainer	{
	position:relative;
	clear:both;
	height:100%;
	background-image:url(../images/wholepage_body.jpg);
	background-repeat: no-repeat;
}

#contentarea	{
	position:relative;  
	height:562px;
	float:right;
	width:619px;
	background-image:url(../images/content_body.jpg);

}

#content	{

	position:relative;  
	height:475px;
	float:center;
	width:595px;
	font-size:12px;
	background-repeat:no-repeat;
	overflow: auto;
	visibility: visible;
}


a:link {
	color:#330066;
}
a:visited {
	color: #ff0000;
}
a:hover {
	color: #999999;
}
a:active {
	color: #000000;
}

h1 {font-size:16px;
    padding-left:60px;
	padding-top:10px;
	padding-bottom:3px;
	color:#000000;
	letter-spacing:.06em;
}
h2 {font-size:14px;
   padding-left:65px;
	color:#330066;
}
h3 {font-size:13px;
	color:#330066;
}
h4 {font-size:12px;
	color:#000000;
	padding-top:8px;
}
h5 {font-size:13px;
	color:#330066;
}
p  {font-size:12px;
    padding-left:70px;
	padding-right:50px;
}
ul {padding-left:80px;
    padding-right:40px;}
ol {padding-left:80px;
    padding-right:40px;}	
li {font-size:12px;
	font-weight: bold;
	padding-left:15px;
	color:#330066;
	list-style-image:url(../images/icon_right.gif);
}

hr	{color:#330066;}

#leftSide	{
	float:left;
	width:220px;	
	height:100%;
	margin:0px;
	background-color:#E7EBEF;
}
#TableLeft {float:left; margin-left:10px; margin-right:20px; margin-top:0px; margin-bottom: 3px;}

#rightSide	{
	font-size:13px;
	float:right;
	width:465px;
}

#rightSide p { 
}

#rightSide a:link {
	color:#000000;}
#rightSide a:visited {
	color: #ff0000;}
#rightSide a:hover {
	color: #666666;}
#rightSide a:active {
	color: #cccccc;}

#table a:link {
	color:#ffffff;}
#table a:visited {
	color: #000000;}
#table a:hover {
	color: #666666;}
#table a:active {
	color: #cccccc;}

/* FOOTER */	
#footer	{
    text-align:right;
	width:800px;
	height:95px;
	vertical-align:bottom;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	padding-top: 10px;
}

#footer h5 {
    color: #000000;
	padding-top:12px;
	margin-right:45px;
	font-size:11px;
}

#footer a:link {
	color:#000000;}
#footer a:visited {
	color: #ffffff;}
#footer a:hover {
	color: #999999;}
#footer a:active {
	color: #ff0000;}
/* END FOOTER */	

.PicRight {float:right; margin-left: 10px; margin-right: 10px; margin-top: 5px; margin-bottom: 3px;}
.PicLeft {float:left; margin-left: 10px; margin-right:10px; margin-top:5px; margin-bottom: 3px;}

.style2 {
	color: #330065;
	font-weight: bold;
	font-style: italic;
}
.style4 {font-size: 14px}

.style5 {
	color: #330065;
	font-style: italic;
}
.style6 {font-size: 12px}

.clearElem {
	clear: both;
	font-size:.1em;
}
.intro	{
	margin:auto;
	font-size:15px;
	padding:0px 20px 8px 0px;
	border-bottom:1px dashed #330065;
	font-weight: bold;
}
.hmPgServices	{
	border-bottom:1px dashed #330065;
	padding:0px;
	margin:0px;
	margin-bottom:5px;
}
.goal	{
	margin:0px;
	margin-top:5px;
	padding:0px;
	line-height:12px;
	border-top:1px dashed #330065;
}

.CallOutbox	{
	background-color:#FFE1CD;
	border-bottom:1px dashed #330065;
	border-top:1px dashed #330065;
	padding:3px 0px 3px 10px;
	margin:auto;
}
.CallOutbox	h1 {
margin:0px;}