BODY , P, TABLE, TH, TD {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 1.5;
}
BODY {
	background-color: #EBEBD8;
	margin: 0px 0px 0px 0px;
}
H1 {
  color: #4B561D;
	font-size: 18px;
	font-weight : bold;
	text-transform: uppercase;
	text-decoration : none;
	margin-bottom : 0px;
}
H2 {
	color: #996600;
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
}
H3 {
  color: #4B561D;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 0px;
}
H4 {
	color: #996600;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 0px;
}
H5 {
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 0px;
}
H6 {
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 0px;
}
A:active {
  color: #4B561D;
	text-decoration: none;
}
A:link {
  color: #4B561D;
	font-weight: bold;
	text-decoration: none;
}
A:visited {
  color: #996600;
	font-weight: bold;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
HR {
	color: #00639C;
	height: 1pt;
	margin-top: 0px;
	margin-bottom: 0px;
}
TH {
  background-color: #996600;
	color: white;
	font-weight:bold;
	vertical-align: bottom;
	padding:5px 5px 5px 5px;
	border-bottom: 1px solid gray;
}
.tbl {
	border: 1px ridge Gray;
	padding:0px 0px 0px 0px;
	background-color: #FDFDFD;
}
.tblDtl, .tblDtlBold {
	background-color: #FFFFFF;
	color:black;
	border-bottom: 1px solid gray;
	padding:8px 8px 8px 8px;
}
.tblDtlBold {
	font-weight:bold;
}
.errortxt {
	color: #CC0033;
	font-weight : bold;
}
.sidebar{
	background-color: #FFFFFF;
	width: 220px;
	margin: 10px 15px 0px 15px;
	border:1px outset	 #4B561D;
	filter: progid:DXImageTransform.Microsoft.Shadow(Color=#ff4B561D, Strength=4, Direction=135);
}
.sidebar-title{
	width: 200px;
	font-weight: bold;
	font-size: 13px;
	color:white;
	background-color: #996600;
	text-align:center;
	margin-bottom: 8px;
	border: 1px outset #666666;
	filter: progid:DXImageTransform.Microsoft.Shadow(Color=#FF333333, Strength=2, Direction=135);
}

div#mainmenu {
	width: 100%;
	padding-top: 3px;
	background-color: #666666;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #FFFFFF;
	height: 20px;
}

ul#mainmenu-list{
	margin-left: 5px;
	background-color: #666666;
	color: #FFFFFF;
}

#carousel {
	padding: 5px;
	height: 200px;
	width: 300px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	overflow: hidden;
}

A.lightbox img {
	border: 0px;
}

