@charset "UTF-8";
/* CSS Document */

html {
	background-color: #A58053;
	font-family: Arial, Helvetica, sans-serif;
	
	
}

body {
	background-image: url(images/mt-bg1.jpg);
	width: 100%;
	display: table;
	background-repeat: no-repeat;	
	padding: 0;
    margin: 0;	
}
	
	
	



#nav-top {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	
	
}

#nav-top a:link, #nav-top a:visited, #nav-top a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;	
}

#nav-top a:hover {
	color: #a00702;
	font-weight: bold;	
}

#nav-top ul {
	padding-right: 10px;
	margin-top: -15px;
}

#nav-top li {
	padding-right: 5px;
	display:inline;
}


#nav {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding-left: -10px;
}

#nav a:link, #nav a:visited, #nav a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;	
}

#nav a:hover {
	color: #a00702;
	font-weight: bold;	
}

#nav ul {
	
	
}

#nav li {
	padding-right: 3px;
	display:inline;
}

#left-col {
	font-size: 14px;
	padding: 10px;
}

#left-col h2 {
	color: #a00702;
}

#left-col a:link, #left-col a:visited, #left-col a:active {
	text-decoration: none;
	color: #a00702;
	font-weight: bold;	
}

#left-col a:hover {
	color: #a00702;
	font-weight: bold;
	text-decoration: underline;
}

#rt-col-news {
	font-size: 11px;
	padding: 3px;
}

#rt-col {
	font-size: 14px;
	padding: 0px;
}

#rt-col h2 {
	color: #a00702;
}

#rt-col a:link, #rt-col a:visited, #rt-col a:active {
	text-decoration: none;
	color: #a00702;
	font-weight: bold;	
}

#rt-col a:hover {
	color: #a00702;
	font-weight: bold;
	text-decoration: underline;
}

#credit {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}

#credit a:link, #credit a:visited, #credit a:active {
	text-decoration: none;
	color: #a00702;
	font-weight: bold;	
}

#credit a:hover {
	color: #a00702;
	font-weight: bold;
	text-decoration: underline;
}