body { 
	font: 12px Arial, Helvetica, sans-serif; 
	color: #313131; 
	font-style: normal; 
	font-weight: normal; 
	margin: 0px; 
	padding: 0px;
	background: #FFF;
}
#generalDIV {
	width: 989px;
	margin: 0 auto;
	padding: 0;
}
#headDiv {
	width: 100%;
	height: 400px;
	padding-top: 10px;
}
#menuBar {
	width: 100%;
	height: 38px;
	background: url(../images/menuBar.jpg) no-repeat 0 0;
	margin-left: 20px;
	padding-top: 13px;
	clear: both;
	font-variant: small-caps;
	/*text-transform: uppercase;*/
}
a#menuBar, #menuBar a:link, #menuBar a:visited {
	font-variant: small-caps;
	color: #4F4F4F;
	text-decoration: none;
}
#menuBar a:hover, #menuBar a:active {
	color: #FFC77D;
}
div.menuTop {
	 width: 242px; 
	 height: 17px;
	 background: url(../images/menu/slimMenuTop.jpg) no-repeat 0 0;
}
.menuTopText {
	font: 14px Trebuchet MS; 
	color: #545454; 
	background: white; 
	padding: 0 10px; 
	margin-left: 10px;
}
h1 {
 	font: 20px Arial; 
	color: #5A9463;
}
h2 {
 	font: 16px Trebuchet MS; 
	color: #808080;
	margin: 0;
}
hr {
	border: 1px solid;
	height: 0.2px;
}
ul {
 	margin: 4px; 
	padding: 4px; 
	list-style: decimal outside; 
	text-align: left;
}
li {
 	margin-left: 6px; 
	list-style: square outside; 
	color: #000000; 
	background-color: transparent; 
	font-size: 11px;
}
b { 
	font-weight: bold;
}
img { 
	border: 0px; 
}
small { 
	font-size: 10px; 
}
p {
	margin: 0px;
	padding: 3px;	
}
form {
 	margin: 0px; 
	padding: 0px;
	display: inline;
}
input[type="text"], input[type="password"], input[type="file"], textarea, select {
	border: 1px solid #C1C1C1;
	background: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	color: #6D6D6D;
	padding-left: 2px;
}
input[type="checkbox"], input[type="radio"] {
	position: relative;
	top: 2px;
}
a, a:link, a:visited { 
	color: #171717;
 	text-decoration: underline; 
}
a:hover, a:active { 
	color: #000;
}
#siteContent {
	width: 100%;
	margin: 5px auto;
	padding: 10px 10px 30px 10px;
	
		
}
a#siteContent, #siteContent a:link, #siteContent a:visited {
	color: #8B8B8B;
	text-decoration: underline;
}
#siteContent a:hover, #siteContent a:active {
	color: #DA4141;
}
#footer {
	border-top: 2px solid #C3C3C3;
	width: 100%;
	height: 40px;
	margin: 0 auto;
	clear: both;
	font-size: 11px;
}
a#footer, #footer a:link, #footer a:visited {
	color: #595959;
	text-decoration: underline;
	font-size: 11px;
}
#footer a:hover, #footer a:active {
	color: #DA4141;
}
.calendar {
	background: url(../images/calendar.gif) no-repeat right center;	
}
div.errorReport {
	width: 85%;
	border: 1px solid red;
	background: #FFFFDF url(../images/error.gif) no-repeat 10px center;
	min-height: 50px;
	padding-left: 60px;
}
.niceBox {
	position: relative;
	top: 2px;
	border: 0px;
}
.tableFooter {
 	height: 20px; 
	background: url('../images/bgcolor_tagle.gif') repeat-x 0 0; 
	padding-left: 10px; 
	border: 1px solid; 
	border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight; 
	cursor: default; 	
}
#frame {
	width: 939px;	
	margin: 0 auto;
	overflow: hidden;
}
#scroller {
	width: 935px;
	margin: 0 auto;	
	overflow: hidden;
}
#content {
	width: 9451px;
}
.section {
	width: 930px;
	float: left;
	padding: 5px;
	margin: 20px auto;
}
#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	padding: 10px 12px;
	background-color: #FFC;
	background: #ffc url(images/pointer.gif) no-repeat -10px 5px;
	border: 1px solid #c93;
	visibility: hidden;
	z-index: 100;
}
#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}
.error {
	border: 1px solid #FF6600; 
	background: #FDFFD7 url(../images/error.gif) no-repeat 5px center; 
	padding: 3px 3px 3px 35px;
}