html, body {
	background-color: #ffffff;
	margin			: 0px;
	padding			: 0px;
	text-align		: left;
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 10px;
	overflow-x		: hidden;
	overflow-y		: hidden;
	border			: 0px;

}

#wrapper{
	position 		: relative;
	margin			: 0 auto;
	width			: 1017px;
	height			: 600px;
	overflow		: none;
	border			: 0px;

}

#wrapper #left{
	position 		: absolute;
	top				: 215px;
	left			: 0px; 
	width			: 205px;
	height			: 400px;
	background-image: url(/sitePics/bg_left.png);
	background-repeat: repeat;
}

#wrapper #main{
	position 		: absolute;
	top				: 215px;
	left			: 205px; 
	width			: 812px;
	height			: 400px;
	background-color: #E9E9E9;

}

#wrapper #main #content{
	position		: absolute;
	top				: 5px;
	left			: 20px;
	width			: 700px;
	height			: 350px;
	padding			: 10px;
	text-align		: left;
	overflow-y		: auto;
	font-size		: 12px;
	background-color: #E9E9E9;
	color			: #11306E;


}

#wrapper #main  #content a{
   color			: #DC2738;
   text-decoration	: underline;
   font-weight		: bold;
}

#wrapper #main #content a:hover{
   color			: #DC2738;
   text-decoration	: underline;
}

 h1 {
    font-size		: 18px;
    margin-top		: 2px;
    margin-bottom	: 0px;
    padding-bottom	: 0px;
	color			: #11306E;
  }
 
 h2 {
    font-size		: 16px;
    margin-top		: 2px;
    margin-bottom	: 0px;
    padding-bottom	: 0px;
	color			: #DC2738;
  }
 

 
 
 p {
   margin-top: 2px;
  }
