body	{
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size:small;
	background-color: #747678;
	}

#container #mainContent #columnMain #headerSub #MainMenu {
	position: relative;
	top: 10px;
}

#container {
	font-family:Arial, Helvetica, sans-serif;
	width:933px;
	background: #FFFFFF;
	margin: 0 auto;
	border:#666666;
	border-style:solid;
	border-width:thin;
}
/* Start #header styles*/
#header #logo {
	float:left;
	width:25%;
	background-color:#FFFFFF;
	}

ul.MenuBarHorizontal li {
	width:99px;
	height:46px;
	background-color:#eeeeee;
}
#headerSub {
	float:right;
	width:75%;
	background-color:#70193D;
	height: 45px;
	color:#ffffcc;
	margin:0;
	padding:0;
}
#headerSub h2 {
	margin:0;
	padding:10px;
	text-align:center;
}


#columnLeft {
	width:25%;
	float:left;
}
#columnLeft h3 {
	text-align:center;
	color:#910037;
	}
#columnLeft li {
	list-style:none;
	}

#columnLeft #app {
	border:#999999;
	border-style:groove;
	margin-left:15px;
	}
#columnMain {
	width:73%;
	float:right;
	padding:0 6px;

}
#pgTitle {
	float:right;
	width:75%;
	height:45px;
	margin:0;
	padding:0px 0;
	text-align:center;
	background: #aaa;
	width: 75%;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #70193d;
	}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#luncheon {
	background:#ffffcc;
	padding: 10px;
	font-style:italic;
	font-size:12px;
	font-weight:600;
	color:#70193D;
	text-align:center;
	margin-top:20px;
}

#logo {
	padding:12px 0 13px;
	text-align:center;
}
/* site map styles */
#map li {
	list-style:none;
	font-size:.9em;
	margin-left:-25px;
	margin-bottom:5px;
	}
#map h4 {
	text-align:center;
	color:#222;
	}
#news {
	padding:0 20px;
	}
#news p {
	padding:0 0 0 25px;
	}

