body,td {
		font-family: Verdana, Geneva,Arial,  Helvetica, sans-serif;
		font-size: 12px;
		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: 1200px;
	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;
    background-color: transparent;

}

#main-center{
	float: left;
	width: 180px;
	margin-left: 6px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	height: 100%;
    background-color: transparent;

}

#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;
    background-color: transparent;

}

#headcontainer{
	float: left;
	width: 998px;
	height: 90px;
	background-color: white;
    padding-bottom: 5px;
}

#main-header{
	float: left;
	width: 998px;
	height: 250px;
	background-image: url(SiteImages/mt_header.jpg);
}




/* container interior elements */
#head-logo{
	float: left;
	width: 260px;
	height: 90px;
	text-align: center;

	background-image: url(SiteImages/logo.v2.jpg);
  background-position: left;
  background-repeat: no-repeat;
}

#head-bannerzone
{
	float: right;
	width: 728px;
	height: 90px;

}

#content-menu{
	float: left;
	width: 998px;
	height: 40px;
	text-align: center;

	background-color: #F75216;
	padding: 0px;
	vertical-align: middle;
}

#content-menu a{
	font-size: 10px;
	color: #990033;
	font-weight: bold;
	vertical-align: middle;
}

#content-social{
    float: right;
    height: 39px;
    width: 60px;
    text-align: right;
    margin-top: 8px;
    margin-right: 10px;
}


.content-menu-separator{
   ckground-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-color: #EEEEEE;
	color: #666666;
	height: 45px;
	text-align: left;
	font-weight: normal;
	font-size: 25px;
	margin-bottom: 10px;
    font-family: Tahoma, Arial, sans-serif;
    padding-top: 8px;
    padding-left:20px;
    }


#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: 12px;
	padding-bottom: 5px;
	font-weight: bold;
}

.c-title-front-secondary{
	font-size: 12px;
	padding-bottom: 5px;
	font-weight: bold;
}

.c-about-secondary{
	font-size: 12px;
	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: 12px;
}


/* 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: 12px;
}

.tbl-headcell-empty{
	padding: 3px;
	font-weight: bold;
	background-color: #ffcc00;
	color: Black;
	font-size: 12px;
}

.tbl-cell{
	padding: 3px;
	border-right: solid;
	border-right-width: 1px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 12px;
}


