/* CSS Document */

/* --------  #e0d2b3 - beige | #3f3530 - brown  -----------*/
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
}

body {
	background-color: #006699;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
a:link {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #00209f;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #151e54;
}
a:active {
	text-decoration: none;
	color: #115e54;
}


.email a:link {
	text-decoration: none;
	color: #151e54;
	font-weight: bold;
	padding:10px;
}

.email a:hover {
	text-decoration:underline;
	color: #151e54;
	font-weight: bold;
}

.boldNames {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#3f3530;
	border-bottom:#3f3530 thin solid;
	padding-bottom:5px;
	margin-bottom:10px;
}

.contentText {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding:12px;
}
/*-----------------Section Styles-----------------------*/

#header {
	background:url(images/MTB_01.jpg) no-repeat #151e54;
	height:92px;
	width:830px;
}
#content {
	background:#ffffff;
	width:610px;
}
#contentBottom {
	background:url(images/red.jpg);
	background-repeat:repeat-x;
	height:74px;
}
	
#sideblock {
	background:#e0d2b3;
	font:Georgia, "Times New Roman", Times, serif;
	color:#3f3530;
	text-align:center;
	width:220px;
}	

#textheading {
	font:Georgia, "Times New Roman", Times, serif;
	color:#151e54;
	font-size:18px;
	border-bottom: #151e54 thin solid;
	padding:5px;
}	
#sidelinks {
	padding:5px;
	text-align:left;
}
#sidelinks ul {
	list-style:none;
	margin:0px;
	padding:0px;
	
}

#sidelinks li {
	display:block;
}

#sideBottom {
	background:url(images/redbeige.jpg);
	background-repeat:repeat-x;
	height:74px
}
#footer {
	background:#ffffff;
	font:Arial, Helvetica, sans-serif 10px;
	color:#000000;
	height:20px;
	text-align:center;
	padding-right:12px;
	padding-left:12px;
}