body {
	background-color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#000;
	padding:5px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#000;
}

h1 { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.8em;
	color:#702B2B;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:bold;
	color:#000;	
}
h2 a, h2 a:active, h2 a:visited {
	color:#000;
	text-decoration:none;
}
h2 a:hover {
	color:#702B2B;
	text-decoration:none;
}
a, a:visited {
	color: #702B2B;
	text-decoration: none;
}
a:hover {
	color:#660000;
	text-decoration:underline;
}
	
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:10px;
}

h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
}	


#header {
	width:100%;
	height:60px;
	float:left;
	background-color:#702B2B;
	background-image:url(../sample2/images/mta_golden_mini.png);
	background-position:left;
	background-repeat:no-repeat;
	top:0px;
	left:0px;
	border-left:#000 1px solid;
	border-right:#000 1px solid;
	border-top:#000 1px solid;
	border-bottom:#FFCC00 10px ridge;
	text-align:center;
}

#navbar {
	float:left;
	width:100%;
	text-align:center;
	background-color:#000;
	border-right:#000 2px solid;	
}		


#middle {
	width:100%;
	float:left;
	clear:left;
	padding-top:0px;
	padding-bottom:30px;
	vertical-align:top;
	min-height:400px;
	background-color:#FFFFCC;
	background-image:url(../sample2/images/valance2.png);
	background-repeat:repeat-x;
	border-left:#000 1px solid;
	border-right:#000 1px solid;
	overflow:visible;
}

	#mid_left {
		width:135px;
		float:left;
		text-align:center;
		line-height:2em;
	}
	#mid_center {
		float:none;
		margin:45px 135px 0 155px;
		padding:30px;
		vertical-align:top;
		background-image:url(../sample2/images/semi_trans_bg.png);
		border:#000 1px solid;
	}
	#photo_mid_center {
			float:right;
			vertical-align:top;
			padding:15px 5px 5px 5px;		
		}

#footer {
	width:100%;
	float:left;
	clear:both;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	height:25px;
	padding-top:10px;
	background-color:#FFFFCC;
	border-top:#FFCC00 medium ridge;
	border-left:#000 1px solid;
	border-right:#000 1px solid;
	border-bottom:#000 1px solid;
}

/* see the horiz_menu.css for menu styles */


