@charset "UTF-8";

/***********************************************
 ** Main CSS Document						  **
 **********************************************/

html {
	height: 100%;
	background-image: url('../images/bg.png');
	background-repeat:repeat;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align:center;	
	padding-top: 10px;
}

.backtop
{
	color: #2092CD;
	font-size: 12px;
}
/***********************************************
 ** Main structural containers				  **
 **********************************************/

.container {
	width:844px;
	margin:0 auto;
	text-align:center;
	background-image: url('../images/content_shadow_bg.png');
	overflow:hidden;
}

.content {
	color:#990000;
	width:826px;
	text-align:center;
	margin-left:9px;
	margin-right:9px;
	min-height: 100%;
}

.featuredContent
{
	margin-left: -18px;
}


.block
{
	width: 249px;
	height: 184px;
	margin: 10px;
	float: right;
}

#subBottomcontent
{
	margin-right: 10px;
}

/***********************************************
 ** Border shadows for top and bottom of page **
 **********************************************/

.cap {
	width: 844px;
	margin: 0 auto;
	background-repeat:no-repeat;	
	height: 10px;
	text-align: center;
}

.top {
	background-image: url('../images/table_top.png');

}

.bottom {
	background-image: url('../images/table_bottom.png');
	
}


/***********************************************
 ** Menus									  **
 **********************************************/

/***********END ***********/

.menu {
	width: 826px;
	height:60px;
}

#mainMenu {
	display:block;
}

/***********************************************
 ** Logo Styling							  **
 **********************************************/

.bottomContent {
	margin-left: 0px;
	height: 105px;
	width: 826px;
}

.bottomContent hr{
	width: 826px;

}



/***********************************************
 ** Footer									  **
 **********************************************/
 
 .footer {
 	color: #ffffff;
 	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
 }
