body {
	background: #d0d0d0;
	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: .8em;
	line-height: 1.2ems;
}

h1 {
	font-size: 25px;
	font-weight: bold;
	border-bottom: 2px dashed;
	margin-top: 0px;
}
	
h2 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px dashed;
	padding-top: 25px;
}

address {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	padding: 10px;
}

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

/* All links must inclde some type of hover interactivity */
a:hover {
	color: #FF0000;
}

a:active {
	color: #FF0000;
}

big {color:#06c;}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 990px;
	margin: 0px auto;
}

div#audio {
	height: 50px;
	background: url(images/audio_info.gif) center no-repeat;
}

div#audio-applet {
	padding-top: 25px;
}

div#header {
	background: url(images/header-background.jpg) repeat-x;
	height: 155px;
}

div#content {
	float: right;
	width: 650px;
	position: relative;
}

div#sidebar {
	float: left;
	width: 300px;
}

div#footer {
	background: url(images/background-black-fade.gif) bottom repeat-x;
	background-color: #000000;
	clear: both;
	color: #FFFFFF;
	padding: 10px 10px 20px 10px;
}

div#owner {
	margin-bottom: 10px;
}

div#copyright {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	div#copyright img {
	border: none;
	}
	
	div#copyright a:link, div#copyright a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}
	
	div#copyright a:hover {
	text-decoration: underline;
	}

	
/* ----------------------------  NAVIGATION ----------------------------  */
div#nav{
	font-weight: bold;
	font-size: 17px;
}

ul#mainnav {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	}
	
	ul#mainnav li {
		background: url(images/bullet.gif) left center no-repeat;
		padding-left: 45px;
		margin-bottom: 15px;
	}
	
	ul#mainnav li.bullet_current {
		background: url(images/bullet_current.gif) left center no-repeat;
		padding-left: 45px;
		margin-bottom: 15px;
	}
	
	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
		color: #990000;
	}
	
	ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
		color: #FF0000;
	}
	

/* ----------------------------  NAVIGATION (UTILITY) ---------------------------- */

div#utility {
	width: auto;
	clear: both;
	background: url(images/background-yellow-fade.gif) center repeat-x;
	background-color: #FEC601;
	padding: 5px;
	margin: 20px 0 0 0;
	font-size: 12px;
	border-top: 10px #000000 solid;
}
	
	ul#utilitynav {
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	}
	
	ul#utilitynav li {
	display: inline;
	margin: 0px auto;
	padding: 10px;
	}
	
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	}
	
	ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	color: #FFFFFF;
	}


/* ----------------- 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;
}

img.right {
	float: right;
	padding: 5px;
	background: white;
	margin: 0px 0px 10px 15px;
	border: solid 1px #ccc;
}

img.right2 {
	float: right;
	padding: 5px;
	background: white;
	margin: 0px 0px 30px 15px;
	border: solid 1px #ccc;
}

p.center {
	text-align: center;
}

img.border {
	padding: 5px;
	background: white;
	margin: 0px 0px 10px 15px;
	border: solid 1px #ccc;
}

img.no-border {
	border: 0px;
}

div.column {float:left; width:300px;}

ul.column-1, ul.column-2, ul.column-3 {
	list-style: none;
}

ul.column-1, ul.column-2 { 
	padding-right: 10px; 
}

ul.column-1 li, ul.column-2 li, ul.column-3 li {
	padding-left: 15px;
	padding-bottom: 4px;
	background: url(images/bullet_tiny.gif) left center no-repeat;
}

.clear {
	clear: both;
}


/* ----------------- Curved Box ----------------- */
.top-left { 
	background: url(images/circle-topleft.gif) 0 0 no-repeat ;
}

.top-right { 
	background: url(images/circle-topright.gif) 100% 0 no-repeat; 
	padding: 10px 
}

.bottom-right { 
	background: url(images/circle-bottomright.gif) 100% 100% no-repeat;
}

.bottom-left { 
	background: url(images/circle-bottomleft.gif) 0 100% no-repeat #FFFFFF; 
	margin: 20px auto;
}