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:#FFE1CD;
}

#wholePageContainer	{
	margin:0px auto;
	width:800px;
	background-image:url(../images/site_r5_c1.jpg);
	background-repeat: repeat-y;
}
#header	{
	position:relative;
	clear:all;
	width:800px;
	height:175px;
	z-index:99;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-color:#FFE1CD;
}
#navs	{
	position:relative;
	clear:all;
	width:800px;
	height:30px;
	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/body.jpg);
	background-repeat:no-repeat;
}

#contentarea	{
	position:relative;  
	height:auto;
	float:right;
	width:720px;
	margin:0px;
	font-size:12px;
	padding-right:10px;
}

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

h1 {font-size:16px;
	padding-top:10px;
	padding-bottom:3px;
	color:#330066;
	letter-spacing:.06em;
}
h2 {font-size:14px;
	color:#330066;
}
h3 {font-size:13px;
	color:#330066;
}
h4 {font-size:12px;
	color:#000000;
	padding-top:8px;
}
h5 {font-size:12px;
	color:#330066;
}
p  {font-size:12px;
}
ul {}
ol {}
li {font-size:12px;
	font-weight: bold;
	padding-left:0px;
	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:#12171B;}
#rightSide a:visited {
	color: #000066;}
#rightSide a:hover {
	color: #666666;}
#rightSide a:active {
	color: #cccccc;}

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

/* FOOTER */	
#footer	{
	clear:both;
	text-align:right;
	width:800px;
	height:41px;
	background-image:url(../images/site_r5_c1.jpg);
	background-repeat: repeat-y;
	padding-bottom:16px;
}
#footer h5 {
	padding-top:12px;
	margin-right:20px;
	font-size:11px;
}

#footer a:link {
	color:#330066;}
#footer a:visited {
	color: #ccccccc;}
#footer a:hover {
	color: #999999;}
#footer a:active {
	color: #000000;}
/* 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;}

.BrandingSamples {
	background-color:#FFE1CD;
	border:1px dashed #330065;
	padding:5px;
	margin:auto;
}
