/*------------------------------------------------------------*
**  Layout
**------------------------------------------------------------*/
body { background-color:#FFFFFF;font-size:12px;color:#531917;font-family:Arial, Helvetica, sans-serif;}

body a {
	color:#531917;
	font-weight:bold;
	text-decoration:underline;
}
/*------------------------------------------------------------*
**  Main Container
**------------------------------------------------------------*/	
#Container {
	width: 786px;
	text-align: left;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	padding:0;
	background-color:#9C3024;
	border-top: 7px solid #72281D;
	border-left: 7px solid #72281D;
	border-right: 7px solid #72281D;
	border-bottom: 6px solid #72281D;
}

#theLeft {
	width:193px;
	background-color:#9C3024;
	background-image:url(design/leftPic.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
	padding:0;
	margin:0;
	height:482px;
}

#theRight {
	width:593px;
	background-color:#CC9966;
	float:right;
}

#theRightTop {
	width:593px;
	background-image:url(design/rightTopPic.gif);
	padding:0;
	margin:0;
	height:110px;
}

#theRightContent {
	/*width:593px;*/
	width:563px;
	background-color:#CC9966;
	padding:0;
	margin:0;
	overflow:auto;
	overflow-x:hidden;
	/*height:348px;*/
	height:318px;
	padding:15px;
}

#theRightContent h1 {
	font-size:18px;
	padding-top:5px;
	padding-bottom:10px;
	padding-left:0;
	padding-right:0;
	margin:0;
}

#theRightContent h2 {
	font-size:14px;
	padding-top:0;
	padding-bottom:10px;
	padding-left:0;
	padding-right:0;
	margin:0;
}

#theBottom {
	width:786px;
	background:#72281D;
	height:1px;
	clear:both;
}


/***********************
 * Main Menu
 ***********************/
 
#theRightMenu {
	width:593px;
	background-color:#3E1511;
	padding:0;
	margin:0;
	height:24px;
}

div#theRightMenu ul
{
	height:24px;
	list-style:none;
	width:675px;
	display:inline;
	margin:0;
	padding:0;
}
div#theRightMenu ul li
{
	list-style: none;
	display: block;
	/*width: 80px;*/
	float: left;
	text-align: center;
	line-height: 24px;
	padding-left:12px;
	padding-right:12px;
}
div#theRightMenu ul li a
{
	width: 100%;
	height: 24px;
	display: block;
	color: #BC5B38;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
}
div#theRightMenu ul li a:hover
{
	color: #BC5B38;
	text-decoration:underline;
}
div#theRightMenu ul li.navselected a
{
	color: #BC5B38;
	text-decoration:underline;
}
