body {
	padding:0;
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link 			 {color: blue; font-weight: bold; text-decoration: none;}
a:visited		 {color: blue;	font-weight: bold; text-decoration: none;}
a:hover 		    {color: blue; font-weight: bold; text-decoration: underline;}
a:active		    {color: blue; font-weight: bold; text-decoration: none;}

div.nav a:link 			 {color: #ffffff; font-weight: bold; text-decoration: none;}
div.nav a:visited		 {color: #ffffff;	font-weight: bold; text-decoration: none;}
div.nav a:hover 		    {color: #f3edd0; font-weight: bold; text-decoration: underline;}
div.nav a:active		    {color: #ffffff; font-weight: bold; text-decoration: none;}

div.footer a:link 			 {color: #ffffff; font-weight: bold; text-decoration: none;}
div.footer a:visited		 {color: #ffffff;	font-weight: bold; text-decoration: none;}
div.footer a:hover 		    {color: #f3edd0; font-weight: bold; text-decoration: underline;}
div.footer a:active		    {color: #ffffff; font-weight: bold; text-decoration: none;}

H1{
	color: #830033;
	font-size: 16px;
	font-weight: bold;	
	padding: 20px 0 0 0;
}

H2{
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;	
	padding: 3px 0 0 10px;
	margin: 0;
}

H3{
	color: #3a6ea5;
	font-size: 14x;
	font-weight: bold;	
	padding: 3px 0 0 0px;
	margin: 0;
}

div.background{
	padding:0;
	margin:0 auto;
	background-position: center;
	background-image:url(/images/bg.jpg);
	background-repeat: repeat-y;
}

#headerBG{
	margin:0 auto;
	width: 900px;
	height: 110px;
}

img.right {
float:right;
padding-left:5px;
padding-bottom:5px;
}

div.mainpic{
	margin:0 auto;
	border-bottom:4px solid #830033;
	width: 900px;
	height: 309px;
}

div.navBG{
	margin: 0 auto;
	background-image: url(/images/nav_bg.jpg);
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	width: 900px;
	height: 32px;
}

div.nav{
	margin: 7px 10px 0px 10px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}

div.content{
	margin: 0 auto;
	width: 850px;
	color: #000000;
	font-size: 12px;
}

div.padding{
	padding:0 20px 0 0;
}

div.footer{
	background-color: #083a81;
	margin: 0 auto;
	width: 890px;
	text-align: center;
	border-top:4px solid #830033;
	padding: 5px;
	font-size: 10px;
	color: #FFFFFF;
}

ul li sidebar{
	background-color: blue;
}

div.member{
margin:auto;
width: 850px;
	padding: 10px;
}