body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	background-color: #8FBC8F;
	font-family: Arial, Helvetica, sans-serif;
	color: #006400;
	margin: 0px;
	padding: 0px;
/* 	line-height: 1.166;	*/
}

#mainTable {
	margin: auto;
	border: 1px solid #000;
	/*/*/line-height: 1.5em; /* */
	}
#mainTable td {
	padding:15px;/*Pads each table cell in modern browsers*/
}
#maincontent {
	border-left: 1px solid #333;
	font-size: 14px;
	/*/*/font-size: 100%; /* */
}
#sidebar {
	width: 180px;
	font-size: 12px;
	
	background-color: Maroon;
	background-image: url(images/bgtile_menu3.jpg);
	/*/*/font-size: 85%; /* */
}
#header {
	background-color: #333333;
	color: #CCCCCC;
	background-image: url(images/bgtile_green.jpg);
}
#footer {
	background-color: Green;
	color: #CCCCCC;
	background-image: url(images/bgtile_green.jpg);
}

ul {
	
}

h1 { font-size: 160%; }

/* CODE TO REMOVE DEFAULT BROWSER SPACING */
h2 { 
	font-size: 140%; 
	margin-bottom:2px;
}
h3 {
	font-size: 120%; 
	margin-bottom:2px;
}
#faq { 
	font-size: 14px; 
	margin-bottom:1px;
	text-transform: uppercase;
}

p{ 
margin-top:2px;
text-align:justify;
}
hr { 
	border: none; 
	background-color: #ADD8E6; 
	color: Maroon; 
	height: 1px; 
	width: 80%; 
}


#navBar{
	float: left;
	width: 180px;
	margin: 0px;
	padding: 0px;
	background-color: #006400;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #006400;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/* navigation menu */
#navigation {
		width: 180px;
}
	/*thw unordered list of the main menu*/
#navigation ul {
		list-style: none;
		margin: 0;
		padding: 0;
}

#navigation li {
		border-bottom: 1px solid #800000;
		}

#navigation li a:link, #navigation li a:visited { 
		font-size: 90%;
		display: block;
		padding: 2px 0px 2px 2px;
		border-left: 12px solid #006400;
		border-right: 1px solid #006400; 
		background-color: #2E8B57; 
		color: White; 
		text-decoration: none;
		
}

#navigation li a:hover {
		background-color: #FFD700;		
		color: #006400;
}

#navigation li:hover ul {
		display: block;
}
	/* css hack*/
* html #navigation li a {
		width: 100%;
}
/* the unordered list the submenu */
#navigation ul ul {
		margin-left: 12px;
		display: none;  /*hided the sub menu */
}

#navigation ul ul li {
		border-bottom: 1px solid #00008B;
		margin: 0;
}

#navigation ul ul a:link, #navigation ul ul a:visited {
		background-color: #6B8E23;
		color: #FF4500;
}

#navigation ul ul a:hover { /*displays the submenu when the mouse is over the respective main menu*/
		background-color: #F4A460;
		color: #FFFFFF;
}

.img {
	margin:5px 2px 5px 5px;
}
.calendar {
	caption-side:top;
	border:1px solid #FFCC33;
	border-collapse:collapse;
	width:100%;
	color:#003300;
	font-weight:bold;
	font-size:13px;
	margin-bottom:10px;

}


.calendar td, .calendar th{
	background-color:#FFFFCC;
	border:1px solid #FFCC33;
	vertical-align: top;
	
}

.calendar th {
	background-color:#FFCC33;
	font-weight:bold;
	text-align:left;
	color:#800000;
}

.calendar caption {
	background-color: #800000;
	border: 1px solid #FFCC33;
	color: #FFFFFF;
}

.calendar tr .altrow {
	background-color:#800000;
}
.sendform {
	caption-side:top;
	border:1px solid #FFCC33;
	border-collapse:collapse;
	width:100%;
	color:#003300;
	font-weight:bold;
	font-size:13px;
	margin-bottom:10px;
}


.sendform td, .sendform th{
	background-color:#FFFFCC;
	border:1px solid #FFCC33;
	
}

.sendform th {
	background-color:#FFCC33;
	font-weight:bold;
	text-align:left;
	color:#800000;
}

.sendform caption {
	background-color: #800000;
	border: 1px solid #FFCC33;
	color: #FFFFFF;
}


#topic {
	font-size:140%;
	font-weight:bold;
	background-color: #800000;
	color:#FFFFFF;
	border: 1px solid #FFCC33;
	Width:100%;
	margin-top:1px;
	padding:5px 0px 2px 5px;
	
}

#date {
	width:110px;
}	

/* FORM LAYOUT */
input.txt, textarea.txt {
color: #00008B;
background-color: #E3F2F7;
border: 1px inset #00008B;
width: 200px;
}
input.date {
color: #00008B;
background-color: #E3F2F7;
border: 1px inset #00008B;
width: 30px;
}
input.longfield {
color: #00008B;
background-color: #E3F2F7;
border: 1px inset #00008B;
width: 250px;
}

select.txt {
color: #00008B;
background-color: #FFCC33;
border: 1px inset #00008B;
font-size: 10px;

}
input.btn {
color: #00008B;
background-color: #ADD8E6;
border: 1px outset #00008B;
}

form div {
clear: left;
margin: 0;
padding: 0;
padding-top: 5px;
color: #696969;
}
form div label {
float: left;
width: 40%;
font: bold 0.9em Arial, Helvetica, sans-serif;
}
fieldset {
border: 1px solid Maroon;
margin-top: 1.4em;
padding: 0.6em;
}
legend {
font: bold 0.8em Arial, Helvetica, sans-serif;
color: #00008B;
text-transform: uppercase;
}
form div label {
float: left;
width: 40%;
font: bold 0.9em Arial, Helvetica, sans-serif;
}
/* VALIDATION ERROR STYLES */
.inputNormal {
	BORDER-RIGHT: #004080 1px solid; 
	BORDER-TOP: #004080 1px solid; 
	BORDER-LEFT: #004080 1px solid; 
	BORDER-BOTTOM: #004080 1px solid; 
	COLOR: #004080; 
	BACKGROUND-COLOR: #efefef;
}

.inputError {
	BORDER-RIGHT: #FF8000 1px solid; 
	BORDER-TOP: #FF8000 1px solid; 
	MARGIN: 0px; BORDER-LEFT: #FF8000 1px solid; 
	BORDER-BOTTOM: #FF8000 1px solid; 
	COLOR: #FF8000; 
	BACKGROUND-COLOR: #FFFFD7;
}
.innerError {
    background-image: url(images/invalid.gif);
    background-position: left top;
    background-repeat: no-repeat;
    background-color: white;
    padding-left: 20px;
    padding-top: 1px;
	 BORDER-RIGHT: #FF8000 0px solid; 
	 BORDER-TOP: #FF8000 10x solid; 
	 MARGIN: 0px; 
	 BORDER-LEFT: #FF8000 0px solid; 
	 BORDER-BOTTOM: #FF8000 0px solid; 
	 COLOR: #FF8000;
}

