body
{
	background: none #fff;
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}

table
{
	margin: 0;
	padding: 0;
}

	th
	{
		text-align: left;
	}

h1
{
	font: normal 14px georgia, times, "times new roman", serif;
	color: #000;
	padding: 0;
	margin: 0;
	line-height: 130%;
}

.uc
{
	text-transform: uppercase;
}

.bold
{
	font-weight: bold;
	line-height: 160%;
}

.txt_c
{
	text-align: center;
}

.grey
{
	color: #837c70;
}

/* CONTAINER styles */
#container
{
	background: transparent;
	width: 700px;
	margin: 0;
	font: normal 12px georgia, times, "times new roman", serif;
	color: #fff;
	line-height: 140%;
}

#close
{
	text-align: right;
}

	#close p
	{
		margin: 3px 0;
		padding: 0;
	}

#close, #header, #footer
{
	float: left;
	width: 700px;
	padding: 0;
}

/* HEADER styles */
#header
{
	background: #fff;
	height: 107px;margin: 0;
}
	
	#mhead
	{
		float: left;
	}
	
	#logo
	{
		float: right;
	}

/* CONTENT styles */
#content
{
	float: left;
	width: 700px;
	background: #948f84;
	margin: 3px 0 0 0;
	padding: 0 0 20px 0;
}

	#cont_body
	{
		margin: 0;
		float: left;
		width: 700px;
		text-align: center;
	}
	
		.bod_row
		{
			width: 700px;
			float: left;
			margin: 0;
			padding: 0;
		}
		
			#bhead_l
			{
				float: left;
				width: 199px;
				padding: 0 0 0 75px;
			}
			
			#bhead_r
			{
				float: right;
				width: 310px;
				text-align: left;
				padding: 15px 40px 0 0;
			}

/* FOOTER styles */
#footer
{
	background: #86851b;
	margin: 3px 0 0 0;
}

	#footer p
	{
		font-size: 12px;
	}
	
	#foot_l
	{
		float: left;
		text-align: left;
		width: 500px;
		margin: 10px 0 0 10px;
	}
			
	#foot_r
	{
		float: right;
		margin: 10px 0 0 0;
	}

/* TEXT LINK styles */

a:link, a:visited, a:hover, a:active
{
	background-color: transparent;
	color: #86851b;
}

a:link, a:visited
{
	text-decoration: none;
}

a:hover, a:active
{
	text-decoration: underline;
}

a.wh:link, a.wh:visited, a.wh:hover, a.wh:active
{
	background-color: transparent;
	color: #fff;
	text-decoration: none;
}
