html {
	height: 100%;
}
body {
	background-color: #374477;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #4B2510;
}
#LeftRight {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	width: auto;
}
#Main {
	background-image: url(../images/header.gif);
	background-repeat:no-repeat;
	background-color: #DEAB52;
	width: 683px;
	margin: 0px;
	padding: 0px;
}
#Top {
	vertical-align:top;
}
#Maintable {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
#Footer {
	border: 0px; 
	margin: 0px;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 0px;
	padding-right: 0px;
	text-align:center;
	font-size: 8pt;
}
#Content {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 18px;
	padding-right: 30px;
	width: 515px;
	vertical-align: top;
}
#Contenttable {
	margin-left: 15px;
}
#NavCurrent {
	border-left: 1px solid #C66500; 
	border-top: 1px solid #C66500;
	border-bottom: 1px solid #C66500; 
	background-image: url(../images/navfade.gif);
	background-repeat: repeat-y;
	border-right: 0px; 
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	font-size:16px;
}
#Nav {
	line-height: 130%;
	font-size: 9pt;
	border-right: 1px solid #C66500; 
	border-left: 0px; 
	border-top: 0px; 
	border-bottom: 0px; 
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	width: 120px;
}
#NavBottom {
	border: 0px; 
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	height:auto;
}
#Current {
	margin-left: 15px;
	margin-top: 5px;
	font-size:12px;
}
#ImageCaption {
	padding: 10px;
	background-color: #F4C16B;
}

#Nav A {
	color: #871B00; 
	font-weight: bold;
	text-decoration:none;
}
#NavCurrent A {
	color: #871B00; 
	font-weight: normal;
	text-decoration: none;
}
#Nav A:hover {
	color: #000000; 
	font-weight: bold;
	text-decoration:none;
}
#NavCurrent A:hover {
	color: #000000; 
	font-weight: normal;
	text-decoration: none;
}

.Title {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #000;
}

P {text-align: justify}
