@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;
}


/***********************************************
 ** 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;
	background-color:#FFFFFF;
	width:826px;
	text-align:center;
	margin-left:9px;
	margin-right:9px;
	min-height: 100%;
	height: 100%;
}


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

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

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

}

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


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

.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;
 }