html, body	{
	margin:0px;
	padding:0px;
	height:100%;
}
body	{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#B7BADB;
}

#wholePageContainer	{
	width:816px;
	margin:5px auto;
	margin-top:15px;
	text-align:center;
	position:relative;
	background-image:url(../images/body_slice.jpg);
	background-repeat:repeat-y;
	border: 1px solid;
	border-color:#3B57A0;
}


#header	{
	position:relative;
	clear:both;
	width:816px;
	height:200px;
}

#navs	{
    float:left;
	height:auto;
	width:56px;
	background-image:url(../images/nav_backer.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

#rightside {
	clear:all;
	width:200px;
	height:100%;
	position:relative;
	float:right;
	background-image:url(../images/inset_var.png);
	background-repeat:repeat-y;
	margin-left:10px;
	margin-right:5px;
	padding-right:5px;
	padding-left:15px;
	margin-bottom:10px;
	size:10px;
}

#rightside_index {
	clear:all;
	width:175px;
	height:100%;
	position:relative;
	float:right;
	background-image:url(../images/right_background_index.png);
	background-repeat:no-repeat;
	padding-right:30px;
	padding-left:20px;
	margin-bottom:2px;
	margin-left:15px;
	padding-top:10px;
}

#ContentContainer	{
	position:relative;
	clear:both;
	background-image:url(../images/body_slice.jpg);
	background-repeat:repeat-y;
	width:816px;
	text-align:center;
}

#index_backdrop	{
    float:right;
	position:relative;  
	height:auto;
	width:610px;
	margin:auto;
	background-image:url(../images/index_backdrop.jpg);
	background-repeat:no-repeat;
}

#ContentArea	{
    float:right;
	position:relative;  
	height:auto;
	width:620px;
	text-align:left;
	margin:auto;
	background-image:url(../images/body_top.jpg);
	background-repeat:no-repeat;
}

h1 {padding-left:20px;
    padding-right:15px;
    font-size:14px;
	color:#5D68A9;
	padding-top:-4px;
	}
	
h2 {padding-left:25px;
    font-size:13px;
	color:#5D68A9;
	padding-left:25px;
}
h3 {font-size:12px;
	color:#5D68A9;
	padding-left:25px;
}
h4 {font-size:10px;
	color:#5D68A9;
	padding-right:30px;
	padding-left:60px;}
	
h5 {font-size:10px;
	color:#5D68A9;
	padding-right:30px;
	padding-left:60px;}

li {font-size:12px; 
    font-weight: bold; 
	padding-left: 2px;
	padding-top:2px;
	padding-bottom:1px;
	color:#5D68A9;}
	
ul {padding-left:25px;
   margin-left:10px;
	color:#1A3F8F;}

hr
{margin-left:35px;
margin-right:25px;
color:#5D68A9;
}

#ContentArea p { 
	font-size:12px;
	color:#5D68A9;
	text-align:left;
	padding-left:25px;
	padding-right:18px;
	font-family:Arial, Helvetica, sans-serif;
}

#ContentArea a:link {
	color:#5D68A9;
}
#ContentArea a:visited {
	color: #1A3F8F;
}
#ContentArea a:hover {
	color: #666666;
}
#ContentArea a:active {
	color: #cccccc;
}
	
#bottom	{
	clear:both;
	width:752px;
	height:19px;
	position:relative;
}	
#footer	{
    align:center;
	clear:both;
	width:816px;
	position:relative;
	background-image:url(../images/body_slice.jpg);
	background-repeat:repeat-y;
}

#footer a:link {
	color:#5D68A9;
}
#footer  a:visited {
	color: #333333;
}
#footer a:hover {
	color: #666666;
}
#footer a:active {
	color: #000000;
}

#PicRight {float:right; margin-left: 10px; margin-right: 20px; margin-top: 5px; margin-bottom: 0px;
}

#PicRight2 {float:right; margin-left: 10px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;
}


#PicLeft {float:left; margin-left: 20px; margin-right: 35px; margin-top: 5px; margin-bottom: 25px;
}

#PicLeft2 {float:left; margin-left: 20px; margin-right: 15px; margin-top: 5px; margin-bottom: 10px;
}

