/* GLOBAL DEFAULTS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, ub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	background-image: url(images/bodybg.jpg);

	background-repeat: repeat-y;
	font-size:90%;

	background-image: url(images/mainbg.jpg);
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
#main {
	width: 905px;

	border-right-style: solid;
	border-right-color: #000000;
	background: #fff;
z-index:1;

}
#logo {
	background-image: url(images/topbar.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	vertical-align: top;
}
#logo td {
	vertical-align: top;
}

/* BARS */
td.picbar{
width:240px;
}
.picbar img{
width:240px;
	margin-right: 3px;
}

.footer {
	background-image: url(images/footerbg.jpg);
	background-repeat: no-repeat;
	height: 52px;
}



/* MENUS */

.mainmenu {
	background-color: #00A651;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
        border-top:1px solid black;
	border-bottom: 2px solid black;
white-space:nowrap /*IE hack*/;}
.mainmenu ul li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-right: 2px solid black;
	float: left;
font-size:12px;
z-index:auto !important /*Non-IE6*/;
z-index:1000 /*IE6*/;
}
.mainmenu ul {
}
.mainmenu ul li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 6px 13px 6px 6px;
	display: block;
	text-transform: uppercase;
	float:none !important /*Non-IE6*/;
	float:left /*IE-6*/;

}
.mainmenu li a:hover, .mainmenu li.menu-parent a, .mainmenu li.menu-current a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2BFF95;
}





.submenu {
	width: 200px;
	vertical-align: top;
	padding: 0;
	background-image: url(images/sidebg.jpg);
	background-repeat: no-repeat;
	background-position: 100% 255px;
	background-color: #0A5B5A;
height:570px;
}
.submenu ul {
	padding-left: 20px;
	padding-top: 20px;
}
.submenu li {
	color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 14px;
}
.submenu li.menu-current {
	padding-top: 3px;
	padding-bottom: 9px;
}
.submenu li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;

}
.submenu li a:hover, .submenu li.menu-current a {
	color: #43C895;
	text-decoration: none;
	border-bottom: 1px solid #43C895;
	padding-bottom: 2px;
	margin-left: 0px;
}

.submenu li.menu-current a {
	background-image: url(images/check.gif);
	background-position: -0px;
	background-repeat: no-repeat;
	padding-left: 25px;

}



/* CONTENT */

.content {
	vertical-align: top;
	padding: 20px 10px;
	line-height: 160%;
	font-size: 90%;
	background-image: url(images/contentbg.jpg);
	background-repeat: no-repeat;
	background-position: 0 255px;
	height: 100%;
}
.content p {
	padding-bottom: 12px;
}
.content a{
color: #016F3E;
text-decoration:none;
}
.content a:hover{
text-decoration:underline;
}
#maincontent{
padding:0 0 0 26px;
}
h1 {
	color: #016F3E;
	padding-bottom: 15px;
	font-size: 160%;
}

.content ul{
list-style-type:disc;
padding-left:20px;
}
/* FOOTERS */

.footer {
	font-weight: bold;
	font-size: 120%;
	padding: 20px 0 0 15px;
	height: 52px;
}

.footer a {
	color: black;
	text-decoration: none;
}

.footer a:hover{
color: blue;
text-decoration:none;
}


.copyright {
	padding: 10px 15px;
	font-size: 60%;
}

.bottom {
	background-image: url(images/bottombg.png);
	background-repeat: repeat-x;
	height: 10px;
}
#breadcrumb{
padding-bottom:14px;
padding-left:26px;
}
#breadcrumb img{
float:left;
padding-top:6px;
padding-left:5px;
padding-right:7px;
}
#breadcrumb a{
font-size:18px;
font-family:Times New Roman;
font-weight:bold;
color: #0A5B5A;
padding-bottom: 4px;
}
#right{
width:210px;

}
#maincontent h2{
font-size:18px;
font-weight:bold;
color:#666;
padding-bottom:24px;
padding-top:12px;
}
#maincontent ul{
padding:15px;
padding-left:35px;
list-style-type:none;
}
#maincontent li{
list-style-image:url(images/licheck.gif);
}
