/* CSS */

body
{
	background: #eee;
	font-family: sans-serif;
	font-size: 13pt;
	padding: 0px;
	margin: 0px;
}

h1
{
	font-family: sans-serif;
	font-size: 13pt;
	padding: 0px;
	margin: 0px;
}

.container
{
	margin: auto;
	padding: 0px;
	width: 950px;
}

.banner
{
	float: right;
	text-align: right;
	position: relative;
	right: 10px;
	color: #333333;
}

.topbox
{
	width: 100%;
	height: 5px;
	color: #ffffff;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	/* background: #ed1f23; 
	padding: 5px; */
	font-weight: 700;
	text-align: center;
}

.header
{
	background: url(images/newestlogo.gif) no-repeat;
	width: 100%;
	height: 80px;
	margin-bottom: 10px;
}

.topmenu
{
	position: relative;
	top: 50px;
	left: 310px;
	font-family: sans-serif;
	font-size: 14pt;
}

.topmenu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

.topmenu li
{
	float: left;
	padding-right: 20px;
}

.topmenu li ul
{
	position: absolute;
	width: 10em;
	left: -999em;
}

.topmenu li ul li
{
	width: 250px;
}

.topmenu li ul li a
{
	width: 250px;
	display: block;
	background: #ccc;
	padding: 5px;
}

.topmenu li:hover ul, .topmenu li.sfhover ul {
	left: auto;
}

.topmenu a
{
	color: #000;
	text-decoration: underline;
	display: block;
}

.topmenu a:hover
{
	color: #000;
	text-decoration: none;
}

.mainbody
{
	width: 950px;
	height: 400px;
}

.mainleft
{
	width: 698px;
	height: 400px;
	background: url(images/mainbackground.jpg) bottom left no-repeat #659dfc;
	margin: 0px;
	padding: 0px;
	float: left;
	border: 1px solid #000;
}

.mainright
{
	width: 228px;
	height: 400px;
	/* background: url(images/cornercircle.jpg) bottom right no-repeat #ffb322; */
	background: url(images/rightbackground.jpg) bottom right no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	margin-left: 20px;
	border: 1px solid #000;
	color: #fff;
	font-size: 12pt;
}

.mainboxescontainer
{
	width: 970px;
	height: 200px;
	margin-top: 10px;
}

.mainboxes
{
	width: 309px;
	height: 230px;
	margin-right: 11px;
	background: #333;
	float: left;
	color: #fff;
}

.mainboxes a
{
	color: #fff;
	text-decoration: none;
}

.contentpage
{
	border: solid 1px #000;
	width: 950px;
	height: 400px;
}

.content
{
	padding: 15px;
}

.text
{
	padding: 10px;
}

.text h3
{
	text-align: center;
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	margin-bottom: 5px;
}

.clear
{
	clear: both;
}

.footer
{
	text-align: center;
	padding-top: 30px;
}

h4
{
	padding: 0px;
	margin: 0px;
	padding-bottom: 20px;
}

.red
{
	color: #ff0000;
}

.textform
{
	margin-left: 20px;
}