body,td {
		font-family: Verdana, Geneva,Arial,  Helvetica, sans-serif;
		font-size: 11px;
		color : black;
}

body{
		background-color: white;
		height:100%;
}

A {
		text-decoration: baseline;
		color : Black;
}

A:Hover {
		text-decoration: baseline;
		color : Black;
}

/* basic containers */		
		
#maincontainer{
	text-align: center;
}

#sitecontainer{
	width: 998px;
	background-color: #EDE2D0;
	text-align: left;
	height: 100%;
	padding: 0px;
	margin-right:auto;
	margin-left:auto;
	voice-family: "\"}\"";
	voice-family: inherit;

}

#main-content{
	float: left;
	width: 650px;
	background-color: White;
	height: 100%;
	margin-bottom: 6px;
}

#main-rightbannerspace{

	float: left;
	width: 330px;
	margin-left: 6px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	height: 150px;

}

#main-center{
	float: left;
	width: 180px;
	margin-left: 6px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	height: 100%;
}

#main-right{
	float: left;
	width: 150px;
	margin-left: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	height: 100%;
	font-size: 9px;
	padding: 0px;
	text-align: center;
}

#main-header{
	float: left;
	width: 998px;
	height: 250px;
	background-image: url(SiteImages/mt_header.jpg);
}



/* container interior elements */
#content-menu{
	float: left;
	width: 998px;
	font-size: 10px;	
	height: 28px;
	text-align: center;
	
	background-image: url(SiteImages/menubg.gif);
	padding: 0px;
	vertical-align: middle;
}

#content-menu a{
	font-size: 10px;	
	color: #990033;
	font-weight: bold;
	vertical-align: middle;	
}

.content-menu-separator{
	background-image: url(SiteImages/menuseparator.jpg);
	margin-left: 3px;
	margin-right: 3px;
	vertical-align: middle;
	width: 6px;
	height: 28px;
}

#content-banner{
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: center;
}

#content-title{
	background-image: url(SiteImages/content_title.gif);
	text-transform: uppercase;
	color: #FFF;
	height: 32px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;	
	margin-bottom: 10px;
}

#content-text{
	font-size: 11px;	
}

#center-title{
	background-image: url(SiteImages/sideboxtitle.gif);
	font-weight: bold;
	color: white;
	text-transform: lowercase;
	height: 24px;
	font-size: 11px;	
}

#center-text{
	background-color: #CEFAA1;
	margin-bottom: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: black;
	font-size: 9px;
}



/* content related classes */

.c-title-front-primary{
	font-size: 14px;
	padding-bottom: 5px;
	font-weight: bold;
}

.c-title-front-secondary{
	font-size: 11px;
	padding-bottom: 5px;
	font-weight: bold;
}

.c-about-secondary{
	font-size: 10px;
	padding-bottom: 20px;
	text-align: left;
	vertical-align: top;
}

.boxinside{
	color: black;
	font-size: 9px;	
}

.SideBox_Content{
	color: black;
	font-size: 9px;	
	
}

.internalimages{
	margin-left: 3px;
	margin-right: 3px;
}

.general-font{
	font-size: 11px;
}


/* content classes -> tables */
.tbl-general{
	border-top: solid;
	border-top-width: 1px;
	border-left: solid;
	border-left-width: 1px;
	border-color: Black;
}

.tbl-headcell{
	padding: 3px;
	border-right: solid;
	border-right-width: 1px;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-color: Black;
	font-weight: bold;
	background-color: #ffcc00;
	color: Black;
	font-size: 11px;
}

.tbl-headcell-empty{
	padding: 3px;
	font-weight: bold;
	background-color: #ffcc00;
	color: Black;
	font-size: 11px;
}

.tbl-cell{
	padding: 3px;
	border-right: solid;
	border-right-width: 1px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 11px;	
}

