﻿body {
	padding:0;
	margin:0;
	background-color:#c8c1a9;
	font-family:"Trebuchet MS", Verdana;
	font-size:10pt;
	color:#ffffff;
	
}
td {
	font-family:"Trebuchet MS", Verdana;
	font-size:10pt;

}
.maintable {
	border-top:10px solid #ffffff;
	border-left:10px solid #ffffff;
	border-right:10px solid #ffffff;
	width:914px;
}
.maintable1 {
	border-left:10px solid #ffffff;
	border-right:10px solid #ffffff;
	width:914px;
}
.maintable2 {
	border-bottom:10px solid #ffffff;
	border-left:10px solid #ffffff;
	border-right:10px solid #ffffff;
	width:914px;
}
.header {
	background-color:#533f3a;
	border-bottom:2px solid white;
	height:80px;
	padding-left:8px;
}
.headerpic {
	
}
.mainnav {
	background-color:#009dc6;
	border-bottom:2px solid white;
	border-top:2px solid white;
	height:30px;
	font-size:10pt;
	padding-left:10px;
}
.content {
	background-color:#533f3a;
	padding-left:10pt;
	padding-right:40px;
	padding-top:20px;
	padding-bottom:20px;
	font-family:"Trebuchet MS", Verdana;
	font-size:10pt;
	line-height:22px;

	}
.rightbar {
	border-left:1px #5c4640 solid;
	font-family:"Trebuchet MS", Verdana;
	font-size:10pt;
    vertical-align:top;
    padding-left:10px;
    padding-top:20px;
    background-color:#533f3a;
    line-height:22px;
    padding-bottom:20px;
    padding-right:10px;
}
.footer {
	background-color:#533f3a;
	border-top:2px solid white;
	padding:10pt;
	font-family:"Trebuchet MS", Verdana;
	font-size:10px;

}

/* headings -------------------------*/
h1 {
	font-size:14pt;
	color:#fcc60c;
	border-bottom:1px solid #735831;
	padding-bottom:4px;
}
h2 {
	font-size:14pt;
	color:#ed561d;
	border-bottom:1px solid #704335;
	padding-bottom:4px;
}
h3 {
	font-size:14pt;
	color:#c8c1a9;
	border-bottom:1px solid #65534e;
	padding-bottom:4px;
}

/* Links -------------------------------------*/
a:visited {
	color: #c8c1a9;
	text-decoration:none;
	}
a:active {
	color: #c8c1a9;
	text-decoration:none;
	}
a:link {
	color: #c8c1a9;
	text-decoration:none;
	}
a {
	color: #c8c1a9;
	text-decoration:none;
	}
a:hover {
	color: #c8c1a9;
	text-decoration:underline;
	}
a:visited.m-navlink {
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
	
	}
a:active.m-navlink {
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;	
	
	}
a:link.m-navlink {
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
	
	}
a.m-navlink {
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
	
	}
a:hover.m-navlink {
	color: #ffffff;
	text-decoration:underline;
	font-weight:bold;
	
	}
a:visited.footerlink {
	color: #c8c1a9;
	text-decoration:none;
	}
a:active.footerlink {
	color: #c8c1a9;
	text-decoration:none;
	}
a:link.footerlink {
	color: #c8c1a9;
	text-decoration:none;
	}
a.footerlink {
	color: #c8c1a9;
	text-decoration:none;
	}
a:hover.footerlink {
	color: #c8c1a9;
	text-decoration:underline;
	}





/* list block ---------------------*/
table.listblock {
	background-color:#65534e;
	border:5px solid #65534e;
	padding-bottom:5px;
	}
table.listblock2 {
	background-color:#65534e;
	border:5px solid #65534e;
	padding-bottom:5px;
	width:100%
	}

