body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
}

a {
	color: #06235D;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 16px;
	color: #60AE09;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	width: 521px;
	background-image: url(../images/title_bg.jpg);
	height: 26px;
}

h2 {
	font-size: 14px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.lcolumn {
	background-image: url(../images/right_column_bg.jpg);
	background-repeat: no-repeat;
	width: 200px;
	vertical-align: top;
	padding-top: 154px;
}

.lcolumn_repeat {
	background-image: url(../images/right_column_repeat.jpg);
	background-repeat: repeat-y;
}

.rcolumn {
	vertical-align: top;
	background-color: #FFFFFF;
	width: 550px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #06235D;
	vertical-align: top;
	text-align: left;
}

#green_widget {
	background-image: url(../images/widget_index_bg.jpg);
	background-repeat: no-repeat;
	width: 227px;
	height: 237px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	list-style-position: outside;
	/*list-style-image: url(../images/arrow.gif);*/
	list-style-type: disc;
	padding-left: 16px;
	padding-top: 10px;
	margin: 2px;
}

#pagecontent { padding: 3px; }

#topnav { position: absolute; margin: 9px 0px 0px 105px; }

#topnav a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 7px;
	padding-left: 7px;
	border-right: 1px solid #FFFFFF;
	text-decoration: none;
}

#topnav a:hover { text-decoration: underline; }

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	background-color: #575757;
}

#footer a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
	text-align: center;
	background-color: #575757;
}

#footer a:hover { text-decoration: none; }

/* menu stuff follows */
#nav{
	list-style: none;
	font-size: 12px;
	width: 192px;
	left: 10px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
}

#nav li {
	position: relative;
	border-bottom: none;
	display: block;
	height: auto; /*auto */
	margin: 0px;
	background-color: transparent;
	border-top: 1px solid #CCCCCC;
	width: 192px;
}

#nav a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 8px 8px 8px 10px;
	margin: 0px; /*helps Opera with hover */
	height: auto; /* helps IE with hover */
	color: #CCCCCC;
	background-color: transparent;
	vertical-align: middle;
	line-height: 18px;
}

#nav a:hover{ background-color: #C6D1EF; color: #1E2C51; }

#nav ul {
	display: none;
	position: absolute;
	top: 0px;
	left: 192px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	list-style: none;
	z-index: 99;
	overflow: visible;
	width: 192px;
	line-height: 21px;
}

#nav ul ul{
	display: none;
	position: absolute;
	top: 0px;
	left: 166px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	z-index: 99;
	overflow: visible;
	width: 192px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul{ display: none; }

#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul{ display: block; }

li>ul { top: auto; left: auto; }

/* Win IE only \*/
* html #nav li{ float: left; display: inline; }
/* end holly hack */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #leftcolumn { height: 1%; }

.sub {
	BORDER-BOTTOM: #617D2B 2px dotted;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #60AE09;
	font-weight: bold;
}

.textbold {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 11px;
	color: #06235D;
	font-weight: bold;
}

/* End hide from IE5/mac */
