body {
	margin: 0px;
	padding: 0px;
	text-align: center; /* Used for centering pages in IE */
	background-color: #999999;
	background-image: url(images/dots.png);
	background-repeat: repeat-x;
	background-position: top;
}
p, h1, h2, h3, h4, h5, a, ul, li, lo, address, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000;
}
/* You may use pixels or ems for text sizing */
p, div#content li {
	font-size: 0.6em;
	line-height: 1.2ems;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FB8A00;
	padding-top: 10px;
	}
h2 {
	font-size: bold .9ems;
	font-size: .7em;
	font-weight: bold;
	margin-bottom: -5px;
	line-height: 1em;
	padding-bottom: 0px;
	}
h6 {
	color: #000;
	background-color: #FB8A00;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 28px;
	text-align: left;
	margin-left: -10px;
	margin-right: -6px;
	margin-top: -5px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-left: 7px;
}
address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
                }
a:link {
	color: #FB8A00;
	text-decoration: underline;
}
a:visited {
	color: #FB8A00;
	text-decoration: underline;
}
/* All links must inclde some type of hover interactivity */
a:hover {
     font-weight: bold;
}
a:active {
	color: #FB8A00;
	text-decoration: underline;
}

div#announcements {
	clear: both;
	float: left;
	width: 385px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-image: url(images/box_Bkgr.png);
	background-repeat: repeat-y;
	background-position: 5px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 15px;
	position: relative;
}
div#links {
	clear: none;
	float: right;
	width: 385px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-image: url(images/box_Bkgr.png);
	background-repeat: repeat-y;
	background-position: 5px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 15px;
	position: relative;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/container_BKGR.png);
	background-repeat: repeat-y;
}

div#audio {
}

div#logo {
}

div#header {
}

div#flash {
}	

div#content {
	width: 864px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

div#footer {
	clear: both;
	float: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	margin-bottom: 10px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

div#owner {
}

div#copyright {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	div#copyright img {
	border: none;
	}
	div#copyright a:link, div#copyright a:visited {
	color: #10409F;
	text-decoration: none;
	}
	div#copyright a:hover {
	text-decoration: underline;
	}
	

/* ----------------------------  NAVIGATION (VERTICAL) ----------------------------  */

div#nav{
	background-color: #FB8A00;
	height: 39px;
	width: 100%;
}
ul#mainnav {
	float: left;
	width: 100%;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	}

ul#mainnav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 0.8em;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 137px;
	padding: 5px;
	margin: 0px;
	color: #000;
	font-weight: bold;
	line-height: 2.4em;
	height: 29px;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #D1E8B1;
}



/* ----------------------------  NAVIGATION (HORIZONTAL) ----------------------------  */
div#utility {
	width: 864px;
	margin-top: 5px;
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
	}
	ul#utilitynav {
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: inline-block;
	text-align: center;
	padding: 0px;
	width: 505px;
	}
	ul#utilitynav li {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	float: left;
	}
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font-size: 8px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 50px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
	}
	ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	text-decoration: underline;
	}



/* ----------------- CUSTOM CLASSES ----------------- */

/* Images should include some type of border. We tend to favor this one. */
img.left {
	float: left;
	padding: 5px;
	background: white;
	margin: 0px 15px 10px 0px;
	border: solid 1px #ccc;
}
img.right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.center_footer_txt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 1em;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.bottom_BOX {
	margin-left: -5px;
	position: absolute;
	bottom: 0px;
	left: 10px;
}
.k_link {
	color: #000;
}
.centerTEXT {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.textBUTTON a:link, .textBUTTON a:visited, .textBUTTON a:active, .textBUTTON a:visited{
	font-size: 10px;
	font-weight: bold;
	background-color: #FB8A00;
	display: inline;
	border: 1px solid #999;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.textBUTTON a:hover {
	font-size: 10px;
	font-weight: bold;
	background-color: #FB8A00;
	display: inline;
	border: 1px solid #999;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: underline;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.center {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.right_text {
	text-align: right;
	display: block;
}
.cal_BG {
	background-color: #999;
	background-image: url(../images/dots.png);
	background-repeat: repeat-x;
}

