body	{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: Black;
	font-size: 12px;
	scrollbar-face-color: #385B31;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background: #000000;
}
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: "Trebuchet MS", Verdana;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font: 12px/22px "Trebuchet MS", Verdana, Arial;
}
h1 {
	font-size: 16px;
	color: #990000;
	text-transform: capitalize;
	background: url(images/h1_img_welcome.gif);
	border-top: 1px none #000000;
	border-right: 1px none #000000;
	border-bottom: 1px dotted #000000;
	border-left: 1px none #000000;
	margin: 5px 5px 5px 0px;
	padding: 0px;
	text-align: left;
	text-indent: 5px;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color: #000000;
}
a:visited {
}
a:hover {
}
a:active {
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#container {
	margin: 0px auto;
	width: 770px;
	padding: 0px;
	border: none;
	position: relative;
}

div#header {
	margin: 0px;
	padding: 0px;
	width: 770px;
	background: url(images/header.gif) no-repeat center;
	height: 103px;
}
/* ----------------- FOOTER ----------------- */

div#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 770px;
	text-align: center;
	text-transform: capitalize;
	color: #CCCCCC;
	background: url(images/footer.gif);
	height: 62px;
	font-size: 9px;
}

div#footer p{
	color: #CCCCCC;
	text-align:center;
	text-transform: capitalize;
	font-size: 9px;
}

div#footer a:link, a:visited, a:hover, a:active {
	color: #CCCCCC;
	font-size: 9px;
}

div#copyright {
	font-size: 9px;
	text-align: center;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
}

clear {
	clear: both;
}
ul#mainnav {
	margin: 5px 0px 0px;
	padding: 0px 0px 0px 10px;
	width: 165px;
	border: 1px none #6D748E;
	clear: both;
}
ul#mainnav li {
	display: inline;
	list-style: none;
	width: 165px;
	padding-left: 10px;
}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #E1B500;
	text-decoration: none;
	display: block;
	padding: 10px 3px;
	margin: 0px;
	text-align: left;
	font: bolder 11px Verdana, Arial, Helvetica, sans-serif;
	width: 165px;
	border-bottom: 1px dashed #EACEFB;
	text-transform: capitalize;
	border-top: none #EACEFB;
	background: url(images/navoff.gif) no-repeat right;
	border-right: #EACEFB;
	border-left: #EACEFB;
}
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	width: 165px;
	color: #CCCCCC;
	background: url(images/navon.gif) no-repeat right;
}

label{
        display: block;
        text-align: right;
        float: left;
        width: 150px;
        padding-right: 8px;
}

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

div#slogan {
	color: #FFFFFF;
	font: normal 14px/normal "Trebuchet MS", Verdana, Arial;
	background: #4B0B71;
	float: right;
	width: 160px;
	padding: 5px 5px 5px 10px;
	margin: 5px 0px 5px 5px;
}
address {
	width: 160px;
	padding: 0px;
	font-style: normal;
	margin: 20px 0px 0px;
	border-top: 1px none #EACEFB;
	border-right: 1px none #EACEFB;
	border-bottom: 1px none #EACEFB;
	border-left: 1px none #EACEFB;
	height: 140px;
}
address p, address a:link, address a:visited, address a:hover, address a:active  {
	color: #FFFFFF;
	font: normal 12px/18px "Trebuchet MS", Verdana, Arial;
	text-decoration: none;
	padding-left: 10px;
}
div#content {
	font: 12px "Trebuchet MS", Verdana;
	text-align: left;
	padding: 5px 5px 5px 10px;
	color: #000000;
	margin: 0px 2px 0px 0px;
	width: 550px;
	float: right;
	border: 1px none #EACEFB;
	
}
ul#normal {
	padding: 0px 0px 0px 50px;
	font-size: 10px;
	margin: 0px;
}
span.bold {
	font-weight: bolder;
}
dl {
	font: 16px "Trebuchet MS", Verdana, Arial;
	border: 0px #B57F37;
	margin: 0px;
	padding: 0px;
}
dt {
	text-align: left;
	font-variant: small-caps;
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	font-weight: bolder;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}
dd {
	font: 14px "Trebuchet MS", Verdana, Arial;
	text-align: left;
	margin-bottom: 10px;
	padding: 0px;
	width: 430px;
}
h2 {
	font-size: 14px;
	color: #E1B500;
	text-transform: capitalize;
	margin: 0px;
	padding: 30px 10px 0px 540px;
}

img.center {
	margin-right: auto;
	margin-left: auto;
}
ul#mainnav li a.bottomborder {
            border-bottom: 0px;

}
ul.column {
	float: left;
	width: 200px;
	list-style: disc inside;
	margin-bottom: 10px;
}
p.clear {
	clear: both;
}
p.center {
	text-align: center;
	padding: 0px;
	margin: 0px;
}

div#images {
	height: 156px;
	width: 200px;
}
img.right {
	float: right;
	border: 1px none #1C1002;
	clear: none;
	margin: 0px 0px 5px 5px;
}div#leftside {
	float: left;
	width: 162px;
	margin: 0px 0px 10px;
	padding: 0px;
}
div.clear {
	clear: both;
}
div#footer2 {
	clear: both;
	margin: 10px 0px 0px;
	padding: 0px;
	width: 770px;
	text-align: center;
	text-transform: capitalize;
	color: #4B0B71;
	border-top: 1px dotted #EACEFB;
	border-right: #EACEFB;
	border-bottom: #EACEFB;
	border-left: #EACEFB;
}
address.rightside {
	width: 230px;
	padding: 5px;
	font-style: normal;
	margin: 5px;
	float: left;
	height: 140px;
	border: 1px none #4B0B71;
}
div#middle {
	background: url(images/middle.gif);
	width: 770px;
}
