#EBRCwrapper {
	padding: 10px;
}


body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	width: 100%;
	background-color:#669999;
}



a {
	color:#00CCCC;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FF3300;
}


/* the frame div is used to specify the width of the page that we want */
#frame {
	width: 900px;
	text-align: left;
	margin: 10px;
	background-color: #FFFFFF;

}

#enclose {
	float: left;
	width: 580px;
	padding-left: 10px;
}

/* The header bar with logo and pretty picture */

#header {
	padding-bottom: 10PX;

}



/* main section of the page where all the interesting words go */
#maintext {

	width: 580px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	border: 2px solid #009999;
		
}

#maintext a {
	color: #009999;
	font-weight: bold;
	
}

#maintext a:hover {
	color: #FF3300;
}



/* right column - used for sub navigation and for pretty pictures */
#rightcol {
	float: right;
	width: 270px;
	padding-left: 3px;
	padding-top: 10px;
}


#rightnav {

}
#rightnav a {
	font-weight: bold;
	color:#009999;
	font-size: 90%;
	
}


#rightnav a:hover {
	color: #FF3300;
}

#rightnav a.current {
	
}	



	
/* footer section where the copyright statement goes */
#footer {
	clear: both;
	width: 885px;
	
	
}

#footer .copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-weight: bold;
	text-align: center;
}

h1 {
	font-size: 110%;
	font-weight: bold;
	color:#009999;
}

h2 {
	font-size: 110%;
	font-weight: bold;
	padding: 5px;
}
