body {
	background: url(images/pg-bkg.gif) repeat-x #fff;
	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-size: 13px;
	line-height: 1.5em;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	}
h2 {
	font-size: 16px;
	font-weight: bold;
	}
address {
	font-size: 11px;
	line-height: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #fff;
	text-align: left;
	padding-top: 5px;
    }
a:link {
	color: #1a7783;
}
a:visited {
	color: #1a7783;
}
/* All links must inclde some type of hover interactivity */
a:hover {
     font-weight: bold;
}
a:active {
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 990px;
	margin: 0px auto;
	background: url(images/content-bg.gif) repeat-y;
}

div#audio {
	position: absolute;
	left: 845px;
	top: 24px;
}

div#logo {
}

div#header {
	background: url(images/header-bg.gif) no-repeat;
	height: 301px;
	position: relative;
}

div#flash {
	position: absolute;
	top: 54px;
	left: 0px;
	width: 990px;
	height: 247px;
}	

div#content {
	float: right;
	width: 790px;
	padding: 0px 15px 30px 0px;
	border: 0px solid red;
}

div#iframe {
	width: 700px;
	margin: -50px 0px 0px 40px;
	padding: 0px 0px 0px 0px;
	border: 0px solid red;
}

div#sidebar {
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 10px 50px;
	background-image: url(images/footer-bg.gif);
	height: 100px;
	font-weight: 100;
	font-size: 7px;
	color: #000000;
}


div#footerholder2 {
	text-align: left;
	padding: 30px 0px 0px 0px;
}

div#footerholder2 a:link, div#footerholder2 a:visited, div#footerholder2 a:active {
	color: #4abccb;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: none;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:underline;		
}

div#footerholder2 a:hover {
	color: #4abccb;
	text-decoration:none;		
}

div#copyright {
	width: 860px;
	margin: 0px auto;
	height: 90px;
	position: relative;
	text-align: left;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1a7783;
	}
	div#copyright img {
	border: none;
	}
	div#copyright a:link, div#copyright a:visited {
	color: #1a7783;
	text-decoration: none;
	}
	div#copyright a:hover {
	text-decoration: underline;
	}
div#owner {
	position: absolute;
	top: 20px;
	right: 20px;
}
	
/* ----------------------------  NAVIGATION (VERTICAL) ----------------------------  */

div#mainnav {
	float:left; 
	width: 170px;
}	 

ul#mainnav {
	line-height:20px;
	margin: 0px 0px 10px 4px;
	padding:0px;
	list-style-type:none;
}

ul#mainnav li {
	display:inline;
}

/*button background color located here*/

ul#mainnav li a {
	font-size:10px;
	text-align:center;
	color:#ffffff;
	font-weight: bold;
	text-decoration:none;
	display:block;
	width:140px;
	padding: 1px 10px;
	border-bottom: 1px solid #e6f8fa;
}

/*regular rollovers*/

ul#mainnav li a:hover {
	color:#ffffff;
	background:  url(images/nav-hover-bg.gif) repeat-x;
}

/*where you're at*/

ul#mainnav li a.active {
	color:#ffffff;
	background:  url(images/nav-current-bg.gif) repeat-x;
}

/*The page you're ons active link*/

ul#mainnav li a:hover.active {
	color:#ffffff;
	background:  url(images/nav-current-bg.gif) repeat-x;
	
	
}

/* ----------------- 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 0px 10px 0px;
	border: solid 1px #ccc;
}
img.right {
	float: right;
	padding: 5px;
	background: white;
	margin: 0px 0px 10px 15px;
	border: solid 1px #ccc;
}
div#column {
	width: 200px;
	float: left;
	padding-right: 10px;
}
p.clearboth {
	clear: both;
	padding-top: 10px;
	}
