body	{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: Black;
	font-size: 10px;
	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: center;
	background: #CCCCCC url(images/sitebg.gif);
}
/* ----------------- 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: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 12px;
	line-height: 18px;
}
h1 {
	font-size: 14px;
	color: #000000;
	border-bottom: 1px dotted #808080;
	text-transform: capitalize;
	width: 540px;
	padding-bottom: 5px;
}
h2 {
	color: #000000;
	font: 12px "Trebuchet MS", Verdana, Arial;
	text-align: right;
	padding: 30px 10px 0px 0px;
}

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

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

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;
}

/* 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;
	background: #FFFFFF;
	border: 1px solid #999999;
	
}

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

div#footer {
	clear: both;
	margin: 10 0 0;
	padding: 30px 0px 0px;
	background: url(images/footer.gif) no-repeat;
	font-size: 10px;
	color: #666666;
	width: 770px;
	height: 60px;
	text-align: center;
}

div#footer p{
	color: #FFFFFF; 
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

div#footer a:link, a:visited, a:hover, a:active {
	color: #666666;
	text-transform: capitalize;
}

div#copyright {
	font-size: 9px;
	color: #666666;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

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

img.left {
	float: left;
}
img.right {
	float: right;
	border: 1px solid #A03393;
	margin: 0px 0px 10px 35px;
	padding: 5px;
}
clear {
	clear: both;
}
ul#mainnav {
	margin: 0px;
	padding: 10px 0px 0px;
	width: 180px;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline;
	list-style: none;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 12px 5px 5px 40px;
	margin: 2px 0px 0px;
	text-align: left;
	font: bolder 11px "Trebuchet MS", Verdana, Arial;
	width: 140px;
	text-transform: uppercase;
	background: url(images/navoff.gif) no-repeat;
	height: 19px;
}
/* Creates our hover status and our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	width: 140px;
	color: #A03393;
	background: url(images/navon.gif) no-repeat;
}

div#nav {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 180px;
	position: relative;
}
/* ----------------- FORMS ----------------- */

input, textarea {
        width: 200px;
        margin-bottom: 10px;
}

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

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

div#slogan {
	color: #000066; font: bold normal 18px/normal "Trebuchet MS", Verdana, Arial; padding-top: 2px;
}
address {
	border: 1px solid #CCCCCC;
	width: 160px;
	float: left;
	padding: 5px;
	margin: 15px 5px 5px;
	font: normal 12px "Trebuchet MS", Verdana, Arial;
}
address p, address a:link, address a:visited, address a:hover, address a:active  {
	color: #000000;
	font: normal 14px/18px "Trebuchet MS", Verdana, Arial;
}
div#content {
	margin: 0;
	font: 12px "Trebuchet MS", Verdana;
	text-align: left;
	padding: 0px;
	color: #000000;
	width: 755px;
}
div#photo {
	margin: 0px;
	padding: 5px;
	width: 360px;
	float: right;
	background: #8098A4;
	height: 300px;
}
ul#normal {
	padding: 0px 0px 0px 50px;
	font-size: 10px;
	margin: 0px;
}
h3 {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	border-top: 1px dashed #EDFFC4;
	border-right: 1px dashed;
	border-bottom: 1px dashed;
	border-left: 1px dashed;
	width: 175px;
	float: right;
	margin: 0px;
	padding: 10px 0px;
}
div#content2 {
	margin: 0;
	font: 12px "Trebuchet MS", Verdana;
	text-align: left;
	padding: 12px 10px 0px 195px;
	color: #000000;
	background: repeat;
}
div#sub {
	float: right;
	width: 450px;
	padding-top: 30px;
	padding-right: 0px;
	text-align: right;
	margin-right: 10px;
}
ul#subnav {
	margin: 11px 0px 0px;
	padding: 0px 0px 0px 115px;
	text-align: right;
}

/* Removes the default bullets. */
ul#subnav li {
	list-style: none;
	float: left;
	text-align: left;
	width: 95px;
	padding: 0px 10px 0px 5px;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#subnav li a:link, ul#subnav li a:visited, ul#subnav li a:active {
	color: #666666;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	font: bolder 12px "Trebuchet MS", Verdana, Arial;
	text-transform: uppercase;
}
/* Creates our hover status and our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#subnav li a:hover, ul#subnav li a.current:link, ul#subnav a.current:visited {
	color: #A03393;
}
fieldset {
	width: 220px;
	float: left;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
}
