
body {
	margin: 0px;
	padding: 0px;

	font-family: Arial, Helvetica, Verdana;
	color: #333333;
}

form {
	margin: 0px;
	padding: 0px;
}


<h1> {
	font-size: 24pt;
	line-height: 27pt;
	font-weight: bold;
	color: #333333;
}

<h3> {
	font-size: 14pt;
	line-height: 16pt;
	font-weight: bold;
	color: #333333;
}

<h4> {
	font-size: 12pt;
	line-height: 16pt;
	font-weight: bold;	
	color: #333333;
}	
<p> {
	font-size: 12pt;
	line-height: 16pt;
	font-weight: normal;
	color: #333333;	
}

/*	*************************************
			Copy
	*************************************	*/
.t2 {
	font-size: 9px;
	line-height: 14px;
	color: #333333;
}

.t3 {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}

.t4 {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}

.about {
	line-height: 25px;

}

.services_head {
	font-size: 12px;
	font-weight: bold;
}

.index_bold {
	font-size: 12px;
	font-weight: bold;
}

a.index-bold:hover {
	color: #fff;
	text-decoration: none;
}

.services_price {
	font-size: 11px;
	font-weight: bold;
}

.link_head {
	font-size: 12px;
	font-weight: bold;
	color: #663300;
}





/*	*************************************
			Links
	*************************************	*/
a.link {
	color: #ffffff;
}

a.link:hover {

}


a.homeLink {
	color: #000;
	text-decoration: none;
}

a.homeLink:hover {
	color: #fff;
	text-decoration: none;

}

a.homeLinka {
	color: #000;
	text-decoration: none;
}

a.homeLinka:hover {
	color: #cccccc;
	text-decoration: none;

}


/*	*************************************
			General Nav
	*************************************	*/
a.navText, a.subNavText {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	line-height: 16px;
	padding: 0px 10px 4px 10px;
	color: #333333;
	text-decoration: none;
	
	background-color: #ffffff;
}
a.navTextOver, a.subNavTextOver {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	line-height: 16px;
	padding: 0px 10px 4px 10px;
	color: #cccccc;
	text-decoration: none;
	
	background-color: #ffffff;
}

.navSpacerLight, .navSpacerDark, .navBar {
	height: 12px;
	line-height: 1px;
	font-size: 1px;
}

td.nav {
	font-family: Verdana, Arial, Helvetica;
	font-size: 1px;
	line-height: 1px;
}






/*	*************************************
			Elements
	*************************************	*/
#container {
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 780px;
}

#logo {
	position: absolute;
	top: 25px;
	left: 25px;
}

#nav {
	position: absolute;
	top: 93px;
	right: 0px;
}

#subnav {
	position: absolute;
	top: 129px;
	right: 0px;
	text-align: right;
}


#homeContainer {
	position: relative;
	width: 780px;
	height: 262px;
}

#eventsContainer {
	position: relative;
	width: 780px;
	height: 20px;
	background: #EEEEEE;
	margin-top: 5px;
	font-size: 8pt;
	text-align: right;
	padding-top: 7px

}

#homeFlash {
	float: left;
	width: 520px;
	height: 262px;
}

#homeContent {
	float: right;
	width: 225px;
	height: 171px;
	padding: 70px 20px 20px	15px;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	background-image: url("../images/home_MBS.gif");
	
}



#content {
	position: absolute;
	top: 150px;
	left: 0px;
}

#footer {
	padding: 10px 0px 20px 0px;	
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	text-align: right;

	color: #cccccc;
}

.sectionHead {
	font-size: 10px;
	line-height: 10px;
	font-family: Arial, Helvetica, Verdana;
	font-weight: bold;
	
	text-align: right;
	color: #802119;

	padding: 0px 20px 0px 0px;
}

#sectionList {
	padding: 10px 0px 10px 0px;
}

#sectionList ul {
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	line-height: 12px;
	color: #333333;
	
	text-align: right;
	text-decoration: none;
	list-style-type: none;
	
}

#sectionListNL {
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	line-height: 12px;
	color: #333333;
	padding: 0px 20px 0px 20px;	
	text-align: right;
	text-decoration: none;
	list-style-type: none;
	
}

#sectionList ul li {
	padding: 0px 20px 10px 20px;
	cursor: pointer;
}

#sectionList ul .sectionListOver {
	color: #999999;
	text-decoration: underline;
	cursor: pointer;
}


#sectionDetails {
	padding: 25px 25px 25px 102px;
}
	
	
	
	

ul.list {
	list-style-type: none;
	margin: -10px 0px 0px 20px;
	#margin-top: 0px;
	padding: 0px;
}

ul.list li {
	padding: 0px 0px 0px 10px;
	background-image: url('../images/bullet.png');
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
	
	
	
	
