/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px; 
	padding: 0px; 
	text-align: center; 
	background: #FFF url(images/bg_site.jpg);
}


p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: left; 
	color: #000;
}

p {	}

h1 { }

h2 { }

li { }

address {
	margin: 5px 0 0 6px;
	font: 11px normal Arial, Helvetica, sans-serif;
	line-height: 15px;
	color: #FFF;
	background: #4C23FA;
}

address a:link, a:visited { font: 11px Arial, Helvetica, sans-serif; text-decoration: underline; color: #CCC; }

address a:hover { color: #FFF; text-decoration: underline; }

/* ----------------- LINKS ----------------- */

a:link { }

a:visited { }

a:hover { }

a:active { }

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


div#header { height: 180px; background: #FFF url(images/header_temp.jpg); }

div#container {
	width: 770px;
	margin: 0 auto;
	background: #FFF url(images/bg_container.jpg) repeat-y;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
}	

div#content { float: left; width: 560px; background: #FFF; }
		div#content p {
			margin: 0;
			padding: 15px 15px 5px 15px;
			font-size: 11px;
			color: #444;
			line-height: 16px;
			}
		div#content li {
			margin: 0 0 5px 0;
			padding: 0 15px 0 0;
			color: #3678A7;
			font-size: 11px;
			}
		div#content h1 {
			margin: 15px 0 0 15px;
			padding: 0 0 0 20px;
			border-bottom: 1px solid #C40006;
			color: #F70008;
			font-size: 16px;
			font-weight: bold;
			text-transform: uppercase;
			background: url(images/pawh1.gif) no-repeat;
		}
		div#content h2 {
			color:#59ABDD;
			padding: 5px 0 15px 60px;
			margin: 0;
			font-size: 16px;
			font-weight: bold;
			text-align: left;
		}
		div#content h3 {
			color: #FFF;
			margin: 15px 268px 5px 15px;
			padding: 2px 8px;
			font-size: 14px;
			font-weight: bold;
			text-align: left;
			font-style:italic;
			background: #59ABDD;
		}

div#sidebar { float: right; width: 200px; clear: left; margin-left: 3px; } 
	div#sidebar img { margin: 0; padding: 0; }

div#footer {
	clear: both;
	width: 770px;
	background: #FFF url(images/bg_footer.jpg) center no-repeat;
	padding: 10px 0;
	height: 20px;
}
	div#footer a {
		color: #000;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
		margin: 5px 10px;
		padding: 3px;
		}
	div#footer a:hover { color: #FFF; background: #4C23FA; margin: 5px 10px; padding: 3px; }

div#copyright {
	margin: 15px 0;
	padding: 0;
	clear: both;
	color: #000;
	text-align: center;
	font: 10px Arial, Helvetica, sans-serif;
}
	div#copyright a { color: #000; text-decoration: none; font-size: 10px; font-weight: bold;	}
	div#copyright a:hover { color: #000; text-decoration: underline; }

/* ----------------- NAVIGATION ----------------- */

div#navcontainer {
	margin: 0 auto;
	padding: 0;
	width: 770px;
	background: #FFF;
	color: #FFF;
	text-align: center;
	overflow: hidden;
}

ul#navlist { clear: both; width: 770px; margin-left: 10px; padding: 0; background: #FFF; }
	ul#navlist li {
		list-style: none;
		float: left;
		margin: 0 auto;
		padding: 0;
		background: #FFF;
		}
	ul#navlist li a {
		color: #000;
		text-decoration: none;
		font-size: 11px;
		margin: 5px 2px;
		background: url(images/nav_off.gif) center no-repeat;
		width: 102px;
		height: 22px;
		display: block;
		text-indent: 10px;
		padding-top: 5px;
		}
	ul#navlist li a:hover, ul#navlist li a#current {
		background: url(images/nav_on.gif) center no-repeat;
		color: #FFF;
		margin: 5px 2px;
		width: 102px;
		height: 22px;
		display: block;
		text-indent: 10px;
		padding-top: 5px;
	}

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

img.left { float: left; }

img.right { float: right; margin: 5px; clear: right; }

.clear { clear: both; }

.border { border: 1px solid #000; }

/* ----------------- AUDIO CONTROL ----------------- */

a#audio:link, a#audio:visited {
	width: 79px;
	height: 12px;
	display: inline;
	background: url(images/audio.gif) no-repeat;
	float: right;
	clear: right;
}

a#audio:hover { background: url(images/audiohov.gif) no-repeat; }

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

#center { text-align: center; margin: 0 auto; }