.mainbox {
	background-color: #FFFFFF;
	position: relative;
	left: 5%;
	right: 5%;
	width: 90%;
	min-width: 750px;
}

.logo {
	position: relative;
	padding: 15px 15px 0px 15px;
	display: block;
}

.titlebox{
	position: relative;
	display: block;
	width: 100%;
	height: 3.9ex;
	padding-top: 1ex;
	background-color: #ffbb44;
	vertical-align: middle;
		background-image:url(images/yellow_grad.png);
	background-repeat: repeat-x;
	border-top: 1px solid #ffbb44;
}

.slogan h1{
	text-align: right;
	font-weight: 800;
	font-size: 1.2ex;
	font-style: italic;
	color: #222222;
	display: block;
	right: 0;

}

.pageheader h1{
	text-align: left;
	font-weight: 800;
	font-size: 2.0ex;
	color: #222222;
	display: block;
	right: 0;
	padding-left: 2em;
}

.menu{
	position: relative;
	display: block;
	background-color: #D40450;
	color: white;
	font-size: 80%;
	width: 100%;
	margin: 0;
	padding: 7px 0px 7px 0px;	
	border-top: 1px solid #FFBB44;
	border-bottom: 3px solid #A40410;
}

.menu ul {
	margin: 0;
	display: inline;
}

.menu ul li {
	list-style: none;
	display: inline;
	margin: -2px;
}

.menu a
{
	padding: 7px 13px 7px 13px;	
	border-left: 1px solid #FF4490;
	border-right: 1px solid #A40410;	
}

.menu ul li a:link
{
	color: white;
	text-decoration: none;
}

.menu ul li a:active
{
	color: white;
	text-decoration: none;
}

.menu ul li a:visited
{
	color: white;
	text-decoration: none;
}

.menu ul li a:hover {
	border-left: 1px solid #E46440;
	border-right: 1px solid #E46440;
	background-color: #FFBB44;
	color: black;
}

.menu ul li a.here {
	border-left: 1px solid #FFBB44;
	border-right: 1px solid #FFBB44;
	background-color: #FFBB44;
	color: black;
}

.content {
	background-color: white;
/*	bottom: 0;*/
	display: block;
	width: 100%;
	margin: 1px;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
}

.textbody {
	padding: 15px;
	width: 730px;
}

body {
	position: relative;


	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	bottom: 0px;

}

.pageImage
{
	float: right;
	margin: 0 0 10px 10px;
}
