body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background: url(/Graphics/bg-Footer.gif);
}

p {
	line-height: 1.25em;
}

ul {
	margin-top: 4px;
	margin-bottom: 0;
}

ul li {
	line-height: 1.3em;
}

.black10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006600
}


/* NAVIGATION */
.navigation {
	margin: 0;
	padding: 5px 5px 5px 10px;
	background: url(/Graphics/bg-Nav.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

ul#Nav li ul {
    display: none;
}
ul#Nav li:hover > ul {
    display: block;
}

ul#Nav {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border: 0px;
}

ul#Nav li {
	float: left;
	margin: 0 2px;
	padding: 0 4px 0 0;
	border-width: 0 1px 0 0;
	border-color: #999999;
	border-style: solid;
}

ul#Nav a {
	display: block;
	padding: 4px;
	text-decoration: none;
	color: #DDDDDD;
	font-weight: bold;

}

ul#Nav a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
ul#Nav a.current_page { 
	display: block;
	padding: 4px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	background: url(/Graphics/bg-Blue.gif);
}

/* SUBNAVIGATION */
ul#SubNav {
	position: absolute;
	margin: 0;
	padding: 0;
	float: none;
	list-style: none; 
	border: 0px;
	border-width: 0 0 1px 0;
	border-color: #999999;
	border-style: solid;
	text-align: left;
	z-index: 2;
}

ul#SubNav li {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
}

ul#SubNav a {
	/* width: 250px; */
	margin: 0;
	display: block;
	float: none;
	padding: 5px;
	background: #EEEEEE;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	border-width: 1px 1px 0px 1px;
	border-color: #999999;
	border-style: solid;
}
ul#SubNav a:hover {
	background: #FFFFFF;
	text-decoration: none;
	color: #000000;
}

/* SIDE SUBNAVIGATION */
.NavSubHeader {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.NavSub {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.NavSub a {
	color: #0000FF;
	text-decoration: underline;
}
.NavSub a:hover {
	color: #0000FF;
	text-decoration: none;
}


.leftSide {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background: url(/Graphics/bg-LeftSide.gif);
}
.leftHeading {
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	border-bottom: 1px #CA8808 solid;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #006600;
	letter-spacing: 1px;
}

.subHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}


.bgGrey {
	background-color: #eee;
}

div.RowBox {
	margin-bottom: 10px;
	padding: 2px 10px;
}
	div.RowBox p {
		margin: 5px 0;
	}


.orange14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CA8808;
}

.Red14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

.footer {
	background: url(/Graphics/bg-Footer.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
a.footer:link, a.footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.footer:hover, a.footer:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}


/* Buttons */
.buttons {
    zoom: 1; /* triggers hasLayout */
}
.buttons:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.buttons a, .buttons input {
	margin: 0;
    margin-right: 10px;
	
	background: #090;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
	letter-spacing: .1em;
    line-height: 1.25em;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}
.buttons a {
    display: block;
	float: left;
	padding: 7px 12px 8px 12px;
}
.buttons a:hover {
	background: #060;
}


/*************/
/* VOC Stuff */
/************
ul#Nav a.current_page { 
	display: block;
	padding: 1px 4px 2px 4px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	background: url(/images/bg-Grey.gif);
}
*/
