html,body{
	margin:0px;
	padding:0px; }

body {
	margin: 0px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:11px;
	background-color:#39497B; }

p,span,td,th,div,form,h1,h2,h3,h4,hr{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 1.0em;
	border:0px;
	margin:0px;
	padding:0px;
	color:#333333; }

#banner{
	background-image:url(/images/banner-bg.gif);
	background-repeat:repeat-x;
	height:175px;
	margin:auto; }
#banner div{
	background-image:url(/images/banner.jpg);
	background-repeat:no-repeat;
	background-position:right;
	width:100%;
	height:175px; }
#banner h1{
	padding-top:50px;
	padding-left:50px; }

#menuBar{
	background-image:url(/images/grey.gif);
	background-repeat:repeat-x;
	height:25px;
	margin:auto; }
#menuBar div{
	color:#FFFFFF;
	text-align:center;
	width:800px;
	margin:auto; }
#menuBar a{
	color:#FFFFFF;
	font-size:1.1em;
	font-weight:bold;
	margin-left:12px;
	margin-right:12px;
	text-decoration:none; }

#wrapper{
	background:none;
	background-color:#ECECEF;
	border:1px solid #ECECEF; 
	width:800px;
	margin:auto;
	margin-top:25px;
	margin-bottom:25px;
	min-height:100%;
	height:auto; }

#content{
	margin:20px; }
#content p{
	margin-top:20px;
	line-height:20px; 
	text-align:justify; }
#content ul{
	list-style-image:url(/images/bullet.gif); }

#hr{
	background-image:url(/images/hr.jpg);
	background-repeat:no-repeat;
	height:2px;
	width:700px;
	line-height:2px;
	margin-top:10px; }

/*lists*/
ul{
	font-size: 1em;
	margin-top: 15px;}
	
li{
	margin-bottom: 3px;
	margin-top: 3px;
	margin-left:-10px;}

ul.inset{
	margin-top:0px;
	margin-bottom:5px; }	
/*links*/
a:link{
	color:#6368A3; }
a:visited{
	color:#6368A3; }
a:hover{
	color:#6368A3; }
	
h1{
	font-size:2.26em;
	font-weight:normal;
	color:#ECECEF;
	margin-bottom:10px; }
	
h2{
	font-size:1.6em;
	color:#6368A3;
	margin-top:10px; }

b{
	color:#6368A3; }

hr{
	background-color:#6368A3;
	color:#6368A3;
	padding:0px;
	margin:0px; }
