html
{
	overflow: auto;
}

body
{
	margin: 0;
	padding: 0;
	background: #2E2E2E url('../images/background.jpg');
	font-size: 70%;
	font-family: verdana;
	color: #DDD;
}

#centrecontainer
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}

#outercontainer
{
	margin-left: -450px;
	position: absolute;
	top: -250px;
	left: 50%;
}

#container    
{
	width: 900px;
	height: 500px;
	background: #444;
}

#headercont
{
	width: 870px;
	height: 95px;
	letter-spacing: -1px;
	color: #FFF;
	padding: 0 15px;
	background-color: #CC3333;
	background-image: url(../images/midaslogo.jpg);
	background-repeat: no-repeat;
}

#headercont ul
{
	margin: 0;
	padding: 18px 0 0 0;
	list-style-type: none;
	text-align: right;
}
 #footercont ul
{
	margin: 0;
	padding: 8px 0 0 0;
	list-style-type: none;
	text-align: right;
}

#headercont ul li, #footercont ul li
{
	display: inline;
	margin: 0 0 0 5px;
}

#headercont ul li a, #footercont ul li a
{
	color: #660000;
	text-decoration: none;
}

#headercont ul li a:hover, #footercont ul li a:hover
{
	color: #FFF;
	text-decoration: none;
}

#maincont
{
	width: 900px;
	height: 325px;
	background: #444;
}

#mainleft
{
	float: left;
	width: 420px;
	height: 295px;
	padding: 15px;
	background: #333;
}

#mainleft h1
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: arial;
	font-size: 300%;
	letter-spacing: -2px;
	color: #AAA;
}

#mainleft h1 span
{
	color: #CC3333;
}

#mainleft a
{ text-decoration:none;
	color: #AAA;
}

#mainright
{
	float: left;
	width: 420px;
	height: 310px;
	padding: 15px 15px 0 15px;
	overflow: auto;
	line-height: 150%;
}

#mainright p
{
	margin: 0 0 15px 0;
	padding: 0;
}

#mainright a
{
	color: #DDD;
	text-decoration: none;
}

#mainright a:active
{
	color: #DDD;
	text-decoration: none;
}

#mainright a:hover
{
	color: #DDD;
	text-decoration: underline;
}

#mainright h1, h2, h3
{
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-size: 180%;
	letter-spacing: -1px;
	font-weight: normal;
	font-family: arial, verdana;
	border-bottom: 1px solid #CC3333;
}

#menucont
{
	width: 900px;
	height: 50px;
	background-color: #CC3333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
}

#menucont ul
{
	margin: 0;
	padding: 7px 0 0 22px;
	list-style-type: none;
}

#menucont ul li
{
	display: inline;
}

#menucont ul li a
{
	float: left;
	padding: 10px 15px;
	margin: 0 10px 0 0;
	color: #660000;
	border: 2px solid #CC3333;
	text-decoration: none;
	background-color: #CC3333;
	font-weight: bold;
}

#menucont ul li a.active
{
	color: #FFF;
	text-decoration: none;
	border: 2px solid #CC3333;
	background-color: #FF9900;
	font-weight: bold;
}

#menucont ul li a:hover
{
	color: #FFF;
	text-decoration: none;
	border: 2px solid #660000;
	background-color: #993333;
	font-weight: bold;
}

#footercont
{
	width: 870px;
	height: 30px;
	background: #CC3333 url('../images/headercont-background.jpg') repeat-x;
	color: #FFF;
	letter-spacing: -1px;
	padding: 0 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #660000;
}
