body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-top: 10px;
	background-image:  url(../img/BodyBg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #800000;



}
#mast {
	margin-bottom: 10px;
}
#mast td.number {
	font-size: 11px;
	color: #333333;
	text-align: right;
	vertical-align: bottom;
	padding: 5px;
}
#mast td.number strong{
	font-size: 11px;
	font-weight: bold;
}
#mast a:link {
	color: #333333;
	text-decoration: none;
}
#mast a:hover {
	color: #999999;
	text-decoration: underline;
}
#mast a:active {
	color: #999999;
	text-decoration: none;
}
#mast a:visited {
	color: #333333;
	text-decoration: none;
}
#nav {
	height: 25px;
	margin-top: 1px;
	margin-bottom: 15px;
}
#nav td.bar {
	font-size: 11px;
	font-weight: bold;
	background-image:  url("img/nav_bg.gif");
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	padding-bottom: 2px;
}
#nav td.bar img {
	margin-right: 15px;
	margin-left: 15px;
}
#nav td.bar a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#nav td.bar a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
#nav td.bar a:active {
	color: #000000;
	text-decoration: underline;
}
#nav td.bar a:visited {
	color: #FFFFCC;
	text-decoration: underline;
}
#head {
	margin-bottom: 2px;
}
#content {
	margin-bottom: 25px;
}

/*    Left Navigation   */

#content td.cleft {
	width: 150px;
	background-color: #ffffff;
	border-right: 1px dotted #999999;
	font-size: 11px;
	padding: 0px 0px 10px 10px;
}
#content td.cleft h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D3430;
	font-weight: normal;
	margin: 0px 0px 10px;
}
.cleft ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.cleft li {
	list-style-type:circle;
	padding: 0px;
	margin: 0px 0px 10px 25px;
}
.cleft a:link {
	color: #000000;
	text-decoration: underline;
}
.cleft a:hover {
	color: #000000;
	background-color: #EEEEEE;
	text-decoration: underline;
}
.cleft a:active {
	color: #000000;
	text-decoration: underline;
}
.cleft a:visited {
	color: #666666;
	text-decoration: underline;
}


/*    Center Content   */

#content td.cmid {
	padding: 0px 20px 0px 20px;
	font-size: 11px;
	line-height: 18px;
}
#content td.cmid h1{
	font-size: 16px;
	color: #4D3430;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, san-serif;
	margin: 0px 0px 5px;
}
#content td.cmid h2{ 	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #996633;
	margin: 5px 0px 5px;
}
#content td.cmid p{
	margin: 0px 0px 8px;
	padding: 0px;
}
#content td.cmid li{
	list-style-type: square;
}
#content td.cmid a:link {
	color: #4D3430;
	text-decoration: underline;
}
#content td.cmid a:hover {
	color: #999999;
	text-decoration: none;
}
#content td.cmid a:active {
	color: #4D3430;
	text-decoration: underline;
}
#content td.cmid a:visited {
	color: #999999;
	text-decoration: underline;
}

/*    Footer   */

#footer {
	margin-bottom: 50px;
}
#footer td.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#footer td.contact p{
	margin: 0px 0px 6px;
	padding: 0px;
}
#footer div.footnav {
	margin-top: 10px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	font-size: 9px;
	line-height: 10px;
	text-align: center;
	width: 690px;
}
#footer div.footnav2 {
	margin-top: 5px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-color: #999999;
	font-size: 9px;
	text-align: center;
	width: 690px;
}
.footnav a:link {
	color: #800000;
	text-decoration: underline;
}
.footnav a:hover {
	color: #999999;
}
.footnav a:active {
	color: #800000;
	text-decoration: underline;
}
.footnav a:visited {
	color: #999999;
	text-decoration: underline;
}
