
body {
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial;
	color:  #000000;
	font-size: 0.9em;
}

#header a, #header a:link, #header a:visited, #header a:hover {
	text-decoration: none;
	color:black;	
}


#header a:hover {
	text-decoration: underline;
	color:black;
}

#leftcolumn {
	background-color: #FFCC33;
	border-right: 2px solid #000000;	
	height: 100%;
}

#header {
	background-color: #99CC33;
	border-right: 2px solid #000000;	
	border-bottom: 2px solid #000000;
	font-size: 0.85em;
	font-weight: bold;
}

#content {
	padding: 10px 10px 10px 10px;
	background-image:url(imgs/gradient.gif);
	background-repeat:repeat-x;
	border-bottom: 2px solid #000000;
}

#content h1 {
	font: 2.4em "Trebuchet MS", Arial, sans-serif;
	color: #c90;
}

#content h2 {
	font: 1.7em Verdana, Arial, Helvetica, sans-serif;
}

.form {
	font-size: 0.9em;
}

#mainnav {
	padding-left: 19px;
	background-color: #FFCC33;
	border-right: 2px solid #000000;	
	border-bottom: 2px solid #000000;
	padding: 5px;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#mainnav a, #mainnav a:link, #mainnav a:visited, #mainnav a:hover {
	text-decoration: none;
	color:black;	
}

.note {
	font-size: 0.7em;
}

#mainnav a:hover {
	text-decoration: underline;
	color:black;
}

#footer {
	border-bottom: 2px solid #000000;
	font-size: 0.7em;
	background-color: #FFCC33;
	border-right: 2px solid #000;
}

.required {
	color: red;
}

.messages {
	color: red;
	font-size: 0.9em;
}
.RedText {
	color:#CC0000;
}

#leftnav {
	margin-left: 4px;
	margin-right: 4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#leftnav ul {
	font-size: 0.8em;
}

#leftnav li { 
	list-style-type: disc;
	padding-bottom: 5px;
	font-size: 0.95em;
}

#leftnav a, #leftnav a:link, #leftnav a:visited, #leftnav a:hover {
	text-decoration: none;
	color:black;	
}

#leftnav a:hover {
	text-decoration: underline;
	color:gray;
}

.menuheading {
	font-weight: bold;
	font-size: 0.75em;
	margin-top: 0px;
}

.smalltext {
	font-size: 0.85em;
	font-weight: normal;
}