body {
	background: #666666;
	background-image:url(images/bg-pattern.gif);
	background-position:top center;
	background-repeat:repeat-x;
	color:#666666;
	margin: 0px;
	padding: 0px; 
	text-align: center; /* Used for centering pages in IE */
}
p, h1, h2, h3, h4, h5, h6, a, ul, li, dt, dd, lo, address, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
}
/* You may use pixels or ems for text sizing. li typeface and size must match rest of content. */
p, div#content li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
}
h1 {
	color:#5b778f;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	}
h2 {
	color:#5b778f;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	}
address {
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style: normal;
    }
a:link {
	color:#5b778f;
	font-weight: bold;
}
a:visited {
	color:#5b778f;
	font-weight: bold;
}
/* All links must inclde some type of hover interactivity */
a:hover {
	color:#666;
	font-weight: bold;
}
a:active {
	color:#666;
	font-weight: bold;
}
.caption {
	color:#5b778f;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style: normal;
	padding:0px;
    }
	
strong {
	font-family:Georgia, "Times New Roman", Times, serif;
	}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width:990px;
	margin:0px auto;
	padding-bottom:10px;
}

div#audio {
	background-image:url(images/bg-audio.jpg);
	background-position:top center;
	clear:both;
	height:60px;
	width:990px;
	}
	div#audio .applet{
	float:right;
	padding:16px 85px 0px 0px;
	}

div#header {
	background-image:url(images/bg-header.jpg);
	background-repeat:no-repeat;
	width:990px;
	height:190px;
	position:relative;
	margin-right: auto;
	margin-left: auto;
}

div#nav {
	background-image:url(images/bg-navigation.gif);
	background-position:top center;
	background-repeat:no-repeat;
	height:51px;
	width:990px;
	position:relative;
}

div#content {
	background-image:url(images/bg-content.gif);
	background-position:top center;
	padding:15px 15px 0px 30px;
	}
	
div#columnleft {
	width:610px;
	height:auto;
	float:left;
	padding-left:0px;
	position:relative;
	top:0px;
	}
	
	div#columnleft address {
	color:#666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style: normal;
    }

div#sidebar {
	clear:right;
	float:right;
	height:auto;
	width:302px;
	padding-top:5px;
	padding-left:30px;
	}
	div#sidebar img {
	float:left;
	padding:0px 0px 15px 0px;
	}
	
	div#sidebar strong {
	color:#FFFFFF;
	font-size:16px;
	padding:0px 5px 0px 0px;
	}
	
	div#sidebar p {
	color:#FFFFFF;
	padding:0px 5px 0px 0px;
	}

div#footer {
	background:url(images/bg-footer.gif);
	background-position:top center;
	background-repeat:no-repeat;
	height:110px;
	width:990px;
	text-align:left;
}

div#footer .p{
	clear:right;
	color:#5b778f;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:21px;
	text-align:center;
	padding-top:18px;
}

div#copyright {
	color:#fff;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0 auto;
	text-align:center;
	width:440px;
	padding-bottom:10px;
	}
	div#copyright img {
	border: none;
	}
	div#copyright a:link, div#copyright a:visited {
	color: #ccc;
	text-decoration: none;
	}
	div#copyright a:hover {
	text-decoration: underline;
	}
	
/* ----------------- MAIN NAVIGATION ----------------- */

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */

ul#mainnav {
	font:normal 15px Georgia, "Times New Roman", Times, serif;
	padding:0px 0px 0px 10px;
	margin:0px;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	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 {
	background-image:url(images/mainnav-divider.gif);
	background-position:top right;
	background-repeat:no-repeat;
	color: #fff;
	display: block;
	float: left;
	font:normal 15px Georgia, "Times New Roman", Times, serif;
	height:35px;
	text-align:center;
	text-decoration: none;
	padding:15px 16px 0px 16px;
}

/* Creates our hover status. */
ul#mainnav li a:hover {
	color: #003366;
	font:normal 15px Georgia, "Times New Roman", Times, serif;
	height:35px;
}

/* Creates our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #003366;
	font:normal 15px Georgia, "Times New Roman", Times, serif;
	height:35px;
}

div#owner {
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:right;
	padding:10px 20px 5px 0px
}


/* ------------------------- FOOTER NAVIGATION ----------------------------- */

ul#utilitynav {
	color: #666;
	float:left;
	font-weight:bold;
	text-align:left;
	padding-left:0px;
	margin:0 auto;
	padding:10px 0px 0px 10px;
	width:850px;
}

ul#utilitynav li {
	border-right: 1px solid #ccc;
	color: #666;
	list-style: none;
	text-align:left;
	margin: 0 auto;
	display: inline-block;
	float:left;
	padding: 0px 12px 0px 12px;
	margin: 0px 0px 0px 0px;
}

ul#utilitynav li a {
	color: #666;
	font-size: 11px;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	font-weight:lighter;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
}

/* OFF */
ul#utilitynav li a:link, ul#footernav li a:visited, ul#footernav li a:active {
	color: #666;
}
/* ON */
ul#utilitynav li a.current:link, ul#footernav li a.current:visited {
	background-color:#fff;
	color:#333;
	text-decoration:none;
}

/* HOVER */
ul#utilitynav li a:hover {
	background-color:#fff;
	color:#333;
	text-decoration:none;
}



/* ----------------- CUSTOM CLASSES ----------------- */

/* Images should include some type of border. We tend to favor this one. */
img.left {
	float:left;
}
img.right {
	float:right;
	padding: 5px;
	background: white;
	margin: 0px 0px 10px 15px;
	border: solid 1px #ccc;
}
div.column {
}


/* ----------------- SINGLE COLUMN FORM ------------------- */
div#form {
	float:left;
	width: 450px;
	text-align: left;
}
form p {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input {
	margin-bottom: 10px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
textarea {
	margin-bottom: 10px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
label {
	padding: 5px 20px 0 0;
	display: block;
	float: left;
	width: 125px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #800000;	
}
div#ps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	text-align: left;
}

.clear{
	clear:both
	
	}
