/* copyright © 2006 ellensusestern.com */

/* Global Styles */
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	text-align:center;
}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
	font-style: italic;
	font-size: 10px;
	}

h1 {font-family: Georgia, "Times New Roman", Times, serif; color: #000000; font-weight: bold; font-size: 18px}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
}

/* menu here */

.menu ul
{
	padding: 0;
	margin: 0;
	float: right;
	width: 800px;
	background-color: #FFCE9E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

.menu ul li
{
	display: inline;
}

.menu ul li a
{
	padding: 8px 12px 8px 12px;
	text-decoration: none;
	float: right;
	color: #0033FF;
}

.menu ul li a:hover
{
	background-color: #FF9933;
	color: #0033FF;
}

#headerimage {
	margin: 0px;
}



/* end menu here */

#imgbox {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.container {
	width: 800px;
	margin: 0px auto;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color: #FEF3E7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;

	}

#midContainer {
	float: left;
	}	
		
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-align: left;
}

#content a {
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
	}
	
#content a:hover {
	color: #0033CC;
	font-weight: bold;
	}

#fullbox {
	padding: 10px;
	width: 780px;
}

#fullbox2 {
	padding: 10px;
	width: 560px;
}

#news {
	padding: 10px;
	width: 200px;
	float:right;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#666666;
	font-size: .8em;
}



#leftbox {
	width: 380px;
	float: left;
	padding: 10px;
	}

#rightbox {
	padding: 10px;
	width: 380px;
	float: right;
	}

#footer {
	margin: 0px;
	width: 780px;
	padding: 10px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 10px;
}

