/* 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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, 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-attachment: fixed;
	background-position: center center;
	margin: 0 auto;
}

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: "" "";
}

/* WRAPPER TABLE */

.mainbgl {
	background-image: url(images/mainbgl.png);
	background-repeat: repeat-y;
	width: 10px;
}
.mainbgr {
	width: 2px;
	background-image: url(images/mainbgr.png);
	background-repeat: repeat-y;
}
.wrapper {
	background-color: #FFFFFF;
	vertical-align: top;
}

#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: #143E8A;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	vertical-align: top;
	width:165px;
}
.mainmenu li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 3px;
padding-bottom:6px;
}
.mainmenu ul {
	padding-left: 15px;
	padding-top: 15px;
}
.mainmenu li a {
	color: #FFFFFF;
	text-decoration: none;
}
.mainmenu li a:hover, .mainmenu li.menu-parent a, .mainmenu li.menu-current a {
	color: #64B4CD;
	text-decoration: none;
}




.submenu {
	width: 240px;
	vertical-align: top;
	padding: 15px 5px;
}
.submenu ul {
	padding-left: 10px;
	padding-top: 4px;
}
.submenu li {
	color: #1F984B;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 13px;
}
.submenu li a {
	color: #143E8A;
	text-decoration: none;
	font-weight: bold;
}
.submenu li a:hover, .submenu li.menu-current a {
	color: #016F3E;
	text-decoration: none;
}




/* CONTENT */

.content {
	vertical-align: top;
	padding: 15px 5px;
	line-height: 150%;
	font-size: 80%;
	padding-right:15px;
}
.content p {
	padding-bottom: 12px;
}
.content a{
color: #016F3E;
text-decoration:none;
}
.content a:hover{
text-decoration:underline;
}
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%;
}

.copyright a {
	color: black;
	text-decoration: none;
}
.copyright a:hover{
color: black;
text-decoration:underline;
}


.bottom {
	background-image: url(images/bottombg.png);
	background-repeat: repeat-x;
	height: 10px;
}
