/*	border: 1px solid #33FF00 /*

/* ----------------- RESETS THE TAG SELECTORS ----------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	line-height: 1;
	font: 13px/1.3 Verdana, Arial, Helvetica, sans-serif;
	background: #bfbfbf url(images/bg-body.gif) repeat-x;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom:20px
}

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td, address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

p, li, ul, a { font-size: 13px; }

p { line-height: 17px; }

h1 {
	font-size: 22px;
	letter-spacing: -1px;
	padding-top:0px;
	margin-top: 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

h2 {
	font-size:23px
}
h3 {
	font-size:21px
}
h4 {
	font-size:19px
}
h5 {
	font-size:17px
}
h6 {
	font-size:15px
}
ol {
	list-style:decimal
}
ul {
	list-style:square
}

hr {
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0
}

address {
	font-style: normal;
	font-size: 12px;
	text-align: right;
	line-height: 20px;
	padding-right: 10px;
}

address a, address a:visited, address a:link { color: #000000; }

address a:hover, address a:active { text-decoration:none }

a { color: #000000; }

a:hover { text-decoration:none; }

ul {
	list-style:square;
}

li {
	margin-left:30px;
}

ul#welcomebullet {
	margin-left:0px;
	list-style-image:url(images/bullett.gif);
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 990px;
	margin: 0 auto;
	background: url(images/bg-content.jpg) repeat-y;
}

div#header {
	position: relative;
	width: 990px; 
	height: 345px;
	background: url(images/bg-header.jpg) no-repeat;
}

div#content {
}

div#text {
	float: left;
	padding-left: 25px;
	padding-top: 10px;
	width: 650px;
}

div#sidebar {
	float: left;
	width: 240px;
	margin-top: 5px;
	margin-left: 10px;
	_margin-left: 10px;
	padding: 0 25px 0 5px;
}

div#sidebar img {
	margin-left: 30px;
}

div#footer { 
	width: 990px; 
	height: 50px;
	clear: both;
	background: url(images/bg-footer.jpg) no-repeat;
	padding: 10px auto auto auto;
}

/* ----------------- HORIZONTAL MAIN NAVIGATION ----------------- */
div#homemainnav {
	padding: 0px 0 0 0px;
	margin: 0px auto;
	width: 980px;
}
div#mainnav {
	padding: 115px 0 0 0px;
	margin: 0px auto 0px 20px;
	width: 980px;
}

ul#nav {
	margin: 0px auto 0px 20px;
	padding: 0px;
	}

	ul#nav li {
		list-style: none;
		padding: 0;
		margin: 0px;
		float: left;
	}
	
	ul#nav a, ul#nav a:visited, ul#nav a:link {
		text-align: center;
		color: #FFFFFF;
		text-decoration:none;
		display: block;
		_display: inline-block;
		height: 40px;
		width: 119px;
		padding: 10px 0px 0px 0px;
	}
	
	ul#nav a:hover, ul#nav a:active {
		height: 25px;
		border-bottom: 3px solid #fff;
	}
	
	ul#nav a.current {
		height: 25px;
		border-bottom: 3px solid #c0c0c0;
		border-top: 0px solid #c0c0c0;
	}

/* ----------------- UTILITY NAVIGATION ----------------- */
div#utility {
	padding: 10px 0 2px 0;
}

div#utility ul {
	margin: 0px;
	_margin: 0 8px 0 0;
	padding-left:0px;
	padding-top: 13px;
	text-align: left;
	width: 960px;
	float: right;
}

div#utility ul li {
	display: inline;
	color: #ffffff;
	list-style: none;
	padding:0px;
	margin: 0px;
	}

div#utility ul a, div#utility ul a:link, div#utility ul a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 2px;
	font-size:11px;
	color:#ffffff;
	
}

div#utility ul a:hover, div#utility ul a:active { text-decoration: none;}

div#copyright {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 11px 0px 0px 10px;
	color: #b1083b;
	text-align: left;
	margin: 0 0 0 0;
	_margin: 0 0px 0 0;
	width: 980px;
	position: relative;
	background-color: #bfbfbf; 
	/*float: right*/
}

#copyright a, #copyright a:link, #copyright a:visited {
	font-size: 10px;
	color: #650a26;
	text-decoration:none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#copyright a:hover, #copyright a:active {
	text-decoration:underline;
	color: #000000;
	font-weight: bold;
}

.ypimg {
	border: 0px;
	padding: 5px 0px;
	position: absolute;
	top: 6px;
	right: 0px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left { float: left; margin-right:10px; border: 1px solid #ccc;}

img.right { float: right; margin-left:10px; border: 1px solid #ccc; }

img.border { border: 1px solid #000000; }

.clear { clear: both; }



/* ----------------- AUDIO DIV ----------------- */ 

div#audio {
	position:relative;
	width: 180px;
	height: 100px;
	background: url(images/audio.jpg) top left no-repeat;
	}
div#audio div {
	position: absolute;
	top: 165px;
	left: 31px;
	width: 68px;
	height: 30px;
}

div#audio a {
	display: block;
	position: absolute;
	top: 88px;
	left: 0px;
	width: 180px;
	height: 10px;
}

/* NAVIGATION CONTAINER */
a#audiolink {
	position: absolute;
	display: block;
	z-index: 2;
	left: 734px;
	top: 303px;
	width: 246px;
}

/* ----------------- ADMIN LOGIN DIV ----------------- */ 
a#admin {
	margin-left: 100px;
}


div#flash {
	float: right;
	width: 577px;
	height: 240px;
	margin: 0px 0px 0px 0px;
	padding: 7px 34px 0px 0px;
}

.bulletcolor {
	color: #b00035;
}


/**/

#bbb
{
	float:left;
	margin-left:95px;
}



div#textblue

{
	

	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#003366;	
	font-weight:bold;
	font-size:14px;
}


address

{
	
 
   text-align:left;	
   padding-left:13px;
}
