body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	color: #333;
	
	background-image: url('images/tile.gif');
	background-position: top center;
	background-repeat: repeat-y;
}

h1
{
	font-size: 2em;
	text-align: right;
	color: #666;
}

h3
{
	font-size: 1em;
	text-align: right;
	color: #666;
}

/* Modified <hr> for specific instances */

.hrule
{
	border-bottom: 1px solid #999;
}

.hrule-img
{
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
}

.hrule-top
{
	border-top: 1px solid #999;
	padding-bottom: 10px;
}

.hrule-wht
{
	border-bottom: 1px solid #FFF;
	padding-bottom: 20px;
}

#main
{
	width: 1000px;
	/*background-color: #FFF;*/
}

.header
{
	border: 1px solid #999;
	padding: 10px;
	margin: 0;
	width: 955px;
}

.menu
{	
	float:left;
	width: 175px;
	border-right: 1px solid #999;
	padding: 0 20px 0 0;
	text-align: right;
	
	background-color: #FFF;
}

.whiteside
{
	font-size: 0.75em;
	float:left;
		/*width: 520px;*/
		width: 530px;
		/*border-right: 1px solid #999;*/
		/*padding: 0 10px 0 20px;*/
		padding-left: 20px;
	text-align: left;
}

.whiteside_w-images
{
	font-size: 0.75em;
	float:left;
	width: 570px;
	border-right: 1px solid #999;
	padding: 0 10px 0 20px;
	text-align: left;
}

.greyside
{
	font-size: 0.65em;
	float: left;
	width: 150px;
	padding: 0 10px 0 20px;
	text-align: left;
}

.greysidewrap
{
	float: left;
}

.greyblock
{
	font-size: 0.75em;
	/*float: left;*/
	width: 170px;
	padding: 20px;
		/*margin-left: 20px;*/
		margin-left: 20px;
	text-align: left;
	background-color: #666;
		background-image: url('images/tile_contact.jpg');
	color: #FFF;
}

.greyblock a:link, .greyblock a:visited, .greyblock a:active
{
	/*text-decoration: underline;
	color: #FFF;*/
	
	text-decoration: none;
	background-color: #CCC;
	color: #06F;
}

.greyblock a:hover
{
	text-decoration: none;
	background-color: #06F;
	color: #FFF;
}

.searchblock
{
	border: 1px solid #999;
	font-size: 0.75em;
	/*float: left;*/
	width: 170px;
	padding: 0 19px 20px 19px;
	margin: 20px 0 0 20px;
}

.bottom_menu
{
	font-size: 0.75em;
}

.footer
{
	font-size: 0.65em;
}

a:link, a:visited, a:active 
{
	text-decoration: none; 
	color: #333;
}

a:hover
{
	text-decoration: underline; 
	color: #000;
}

*html .hrule
{
	margin-bottom: 15px;
}

*html .hrule-top
{
	padding-bottom: 20px;
}

*html .whiteside
{
	width: 550px;
	padding-left: 19px;
}

*html .greyblock
{
	width: 200px;
}

*html .searchblock
{
	width: 210px;
	padding: 15px 19px 15px 19px;
}

*html .menu
{	
	padding-top: 15px;
}

