body {
	background-image: url(images/pg-bkg.jpg);
	background-repeat: repeat-x;
	background-color: #002469;
	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: 12px;
	line-height: 1.2ems;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	background: #002469;
	padding: 5px;
	}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #002469;
	}
address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	border-left: 10px solid #002469;
	padding-left: 10px;
	margin-left: 20px;
    }
a:link {
}
a:visited {
}
/* All links must inclde some type of hover interactivity */
a:hover {
     font-weight: bold;
}
a:active {
}

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

div#container {
	width: 990px;
	background-color: #fff;
	margin: 0px auto;
	background-image: url(images/sidebar-bkg.jpg);
	background-repeat: repeat-y;
}

div#audio {
	width: 180px;
	background: #fff;
	margin: 10px 10px 10px 20px;
	border: 1px solid #002469;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div#logo {
}

div#header {
	width: 660px;
	float: right;
	clear: both;
}

div#flash {
}	

div#content {
	width: 630px;
	float: right;
	clear: right;
	margin: 10px 10px 10px 0px;
	padding-left: 10px;
	}

div#sidebar {
	width: 330px;
	float: left;
}

div#trirule {
	background-image: url(images/divider-bar.gif);
	background-repeat: no-repeat;
	clear: both;
	width: 990px;
	height: 30px;
	}
	
div#footer {
	width: 990px;
	margin: auto;
	background: #fff;
	clear: both;
	padding: 0px;
	height: 11px;
}

div#owner {
	width: 150px;
	margin: auto;
	padding: 10px;
	color: #fff;
	text-align: center;
	font-size: 11px;
}
div#owner a:link, div#owner a:visited, div#owner a:hover {
	color: #fff;
	text-decoration: none;
}

div#copyright {
	width: 990px;
	margin: auto;
	clear: both;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	margin-top: 10px;
	color: #fff;
	}
	div#copyright img {
	border: none;
	}
	div#copyright a:link, div#copyright a:visited {
	color: #fff;
	text-decoration: none;
	}
	div#copyright a:hover {
	text-decoration: underline;
	}
	

/* ----------------------------  NAVIGATION (HORIZONTAL) ----------------------------  */
div#utility {
	width: 990px;
	height: 33px;
	background: #ff9900;
	}
	ul#utilitynav {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	ul#utilitynav li {
	display: inline;
	float: left;
	margin: 0px auto;
	}
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 10px 15px;
	margin: 0px;
	color: #002469;
	}
	ul#utilitynav li a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #002469;
	background: #ffcc00;
	}
	ul#utilitynav li a.current {
	text-decoration: none;
	font-weight: bold;
	color: #002469;
	background: #FFFFFF
	}

/* ----------------- Table Styles ----------------- */

thead {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	}
th {
	background: #002469;
	}
tbody {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002469;
	}

td, th {
	padding: 10px;
	}


/* ----------------- 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;
}

div#photosright{
	width: 325px;
	margin-left: 10px;
	float: right;
	}

div#photosbottom{
	width: 640px;
	clear: both;
	}

img.right {
	float: right;
	padding: 5px;
	background: white;
	margin: 0px 0px 10px 15px;
	border: solid 1px #ccc;
}
div.column {
}
