/* CSS Document */
body {
	text-align:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:#f8ebbe;
}
#pagebackground {
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url(images/pageBG.jpg) repeat-x top;
}
#wrapper {
/*	margin:0 auto;*/
	width:912px;
}
#header {
	width:900px;
	height:255px;
	margin:0px 0px 0px 0px;
	background:url(images/header.jpg) no-repeat top;
	float: left;
}
#shell {
width:900px;
float:left;
/*background:#f8ebbe;*/
background:url(images/shellBG.jpg) no-repeat top;
}
#shellBG {
width:900px;
min-height:320px;
_height:320px;

}
#leftmenu {
width:198px;
float:left;
}
#menu {
width:198px;
float:left;
background:url(images/menu_repeat.jpg) repeat-y top;
}
#menuBG {
width:196px;
min-height:400px;
_height:400px;
float:left;
background:url(images/menuBG.jpg) no-repeat top;
}
#menu_text {
	width:163px;
	text-align:left;
	margin-left:30px;
}
#menu_bottom {
float:left;
width:198px;
height:143px;
background:url(images/menu_bottom.jpg) no-repeat top;
}
#content {
float:left;
width:702px;
background:url(images/shellBG1.jpg) left top repeat-x;
}
#title {
float:left;
width:400px;
color:#FFFFFF;
padding-left:20px;
font:48px Garamond,Verdana,Arial,Sans-Serif;
}
#content_text {
float:left;
width:430px;
min-height:287px;
_height:287px;
padding-left:27px;
text-align:left;
padding-right:30px;
margin-top:-5px;
}
#content_text p{
	font:12px Verdana,Arial,Sans-Serif;
	line-height:1.5;
	color:#000000;
}
#content_text ul{
	font:12px Verdana,Arial,Sans-Serif;
	line-height:1.5;
	color:#000000;
	margin-left:-25px;
}
#content_text h2{
	font:18px Verdana,Arial,Sans-Serif;
	line-height:1.5;
	color:#000000;
}
#content_text h3{
	font:16px Verdana,Arial,Sans-Serif;
	line-height:1.5;
	color:#000000;
}
#content_text h4{
	font:bold 12px Verdana,Arial,Sans-Serif;
	line-height:1.5;
	color:#000000;
}
#content_text h5{
	font:12px Verdana,Arial,Sans-Serif;
	line-height:1.5;
	color:#000000;
}
#content_text a{
	font:12px Verdana,Arial,Sans-Serif;
	line-height:1.5;
	color:#8A2308;
}
#image {
width:200px;
float:right;
}
.image_class {
border:none;
}
#contactus {
	float:right;
	width:670px;
	height:95px;
	vertical-align: top;
}
#footer {
float:left;
width:900px;
}
#footer_text {
width:900px;
text-align:center;
margin-bottom:5px;
font:12px Verdana,Arial,Sans-Serif;
}
#footer_text a{
font:12px Verdana,Arial,Sans-Serif;
color:#000000;
}
#footer_text a:hover{
	text-decoration:underline;
}
#clear {
clear:both;
}
.clear {
clear:both;
}

/* Menu Implementation */
#MainMenu ul {
	margin:8px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:163px;
	z-index:95;
}

#MainMenu ul li {
	width:163px;
	list-style:none;
	float:left;
	display:block;
	height:auto;
	position:relative;
	text-align:left;
	color: #000000;
	z-index:96;
	padding-top:3px;
}

#MainMenu ul li a {
	width:163px;
	font:normal 12px Verdana,Arial,Sans-Serif;
	color:#000000;
	clear:left;
	float:left;
}

#MainMenu ul li a:hover {
	width:163px;
	background:url(images/rollover.jpg);
	text-decoration:none;
}
#dnn_ContentPane{
overflow:auto;
}