body 
{
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	padding: 0px;
	font-size: 11px;
	margin:0px;

	background-color: #999;
	color: #333;
}
a    
{ 
	color: #036; text-decoration: none;
}
a:hover 
{ 
	text-decoration: underline; 
	color:#900;
}
h1  
{
	font-size: 11px;
	text-align: left;
	padding-bottom: 5px;
	clear: both;
	margin-bottom: 5px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 0px;
	
	border-bottom: 1px solid #F90;
	color: #F90;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}	
h2 
{
	font-size: 13px;
	padding-right: 0px;
	padding-left: 5px;
	font-weight: normal;
	margin: 0px;
	
	background-image:url(images/background_h2.gif);
	background-repeat:repeat-y;
	background-position:right;
	color: #F90;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 a
{	
	color: #F90;
	text-decoration:underline;
	font-weight: normal;
}

#search_box   
{ 
	height: 30px;
	line-height: 30px;
	float:right;
	text-align: right; 
	
	color:#666;
}

#column_middle 
{ 
	float: right; 
	background-color: #FFF; 
	padding: 5px;
	width: 700px; 
	border-right: 1px solid #999; 
	border-bottom: 1px solid #999;
	margin-right: 5px; 
	margin-left: 5px; 
	margin-bottom:5px;
	margin-top:10px;
		text-align:left;
}	
