body
{
	padding: 0;
	margin: 0;
/*	background: #990031;*/
	background: #445878;
	color: #EEEFF7;
	font-family: tahoma, verdana, arial, helvetica,sans-serif;
	font-size: 75%;
	line-height: 150%;
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
	color: #92CDCF;
}

a:hover
{
	text-decoration: none;
	color: #EEEFF7;
}


h1
{
	font-family: Verdana;
	font-size: 14px;
	font-variant: small-caps;
	text-decoration: none;
	word-spacing: 5px;
	text-align: center; 
	letter-spacing: 5px;
	text-indent: 0px;
	line-height: 11px;
}



h2
{
	font-family: Verdana;
	font-size: 14px;
	font-variant: small-caps;
	text-decoration: none;
	word-spacing: 5px;
	text-align: left; 
	letter-spacing: 5px;
	text-indent: 0px;
	line-height: 11px;
}

td 
{ 	
	vertical-align: top; 
} 


#res_text
{
	width: 450px;
}

#res_text h3 
{
	position: relative;
	left: 15px;
	width: 94%;
}

#subtext
{
	letter-spacing: 4px;
	line-height: 8px;
	font-size: 10px;
}


#maintext
{
	line-height: 14px;
	font-size: 11px;
	letter-spacing: 2px;
}

#centrecontainer
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}

#outercontainer
{
	margin-left: -400px;
	position: absolute;
	top: -236px;
	left: 50%;
}

#header
{
	width: 800px;
	height: 31px;
	letter-spacing: 1px;
}

#container    
{
	border: 20px solid #FFF;
	width: 760px;
	height: 370px;
}

#containerleft
{
	float: left;
	width: 250px;
	height: 370px;
/*	background-image:url('containerright-image.jpg'); */
	border-right: 20px solid #FFF;
/*	padding: 10px; */
}

#containerleft a
{
	text-decoration: none;
	color: #FFF;
}

#containerleft a:hover
{
	text-decoration: none;
	color: #FF80A8;
}

#containerleft h2
{
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: -3px;
	font-size: 250%;
	text-align: right;
}

#containerright
{
	float: left;
	width: 470px;
	height: 350px;
	/*background: #660021;*/
	background: #31353D;
	overflow: auto;
	padding: 10px;
}


#footer
{
	width: 800px;
	text-align: right;
	padding: 5px 0px;
	color: #FF80A8;
}

#footer a
{
	text-decoration: none;
	color: #FF80A8;
}

#footer a:hover
{
	text-decoration: none;
	color: #FFF;
}

/******** MENU *************/


#navcontainer ul
{
	padding: 0;
	margin: 0;
	float: right;
	width: 100%;
}

#navcontainer ul li
{
	 display: inline; 
}

span.active 
{
	color: #EEEFF7;
	float: left;
	padding: 6px 10px;
}

#navcontainer ul li a
{
	padding: 6px 10px;
	color: #FFFFFF;
	text-decoration: none;
	float: right; 
}

#navcontainer ul li a:hover
{
/*	background-color: #FFF; */
	background-color: #92CDCF;
	color: #445878;
/*	color: #990031; */
}


