/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #cc0000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td, address {
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	text-align: left;
}

p, li, ul, a { font-size: 12px; }

h1 {
	font-size: 20px;
	letter-spacing: -1px;
	padding-top:0px;
	margin-top: 0px;
	padding-bottom: 5px;
	text-transform:uppercase;
	border-bottom: 1px dashed #333333;
}

h2 { font-size: 16px; }

address {
	font-style: normal;
	font-size:11px;
	padding-top:10px;
}

address a { color: #000000; }

address a:hover { text-decoration:none }

a { color: #000000; }

a:hover { text-decoration:none; }

ul { font-weight:bold; }

li { font-weight: bold; }

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#wrapper {
	background: #FFFFFF url(images/main_bg.jpg) repeat-x;
}

div#container {
	width: 990px;
	margin: 0 auto;
	background:url(images/container_bg.gif) repeat-y;
}

div#header { 
	width: 990px; 
	height: 185px;
	background:url(images/header.jpg) no-repeat;
}

div#sidebar {
	float: left;
}

div#content {
	float: left;
	width: 700px;
	margin: 0 0 0 40px;
}

div#footer-wrapper {
	background:url(images/footer-repeat.gif) repeat-x;
}

div#footer { 
	width: 990px; 
	margin: 0 auto;
	height: 110px;
	clear: both;
	text-align:center;
	background:url(images/footer.gif) no-repeat;
}

div#copyright {
	font-size: 9px;
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	padding-top: 8px;
	color: #FFFFFF;
}

#copyright a {
	font-size: 10px;
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
}

#copyright a:hover {
	text-decoration:underline;
	color: #FFFFFF;
	font-weight: bold;
}

.ypimg {
	border: 0px;
	padding-top: 5px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left { float: left; margin-right:10px; }

img.right { float: right; margin-left:10px; border: 1px solid #000000; padding:2px; }

img.border { border: 1px solid #000000; }

.clear { clear: both; }

.clearleft { clear: left; }

/* ----------------- CUSTOM CLASSES ----------------- */
ul.columns {
float: left;
margin: 0 15px 10px 0px;
padding-left: 0px;
list-style-position: inside;
list-style-type: disc;
width: 225px;
}
/* ----------------- UTILITY NAVIGATION ----------------- */
ul#utility {
	padding: 35px 0 2px 0;
	margin: 0 auto;
	text-align: center;
}

ul#utility li {
	display: inline;
	color: #000;
	list-style: none;
	padding:0px;
	margin: 0px;
	}

ul#utility a {
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	padding: 0 2px;
	font-size:11px;
	color:#000;
	
}
ul#utility a:hover { text-decoration: none;}

/* ----------------- MAIN NAVIGATION ----------------- */

div#mainnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 220px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}
li ul.reg {display: block; position: relative; left: auto}


/* Styles for Menu Items */
div#mainnav ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	width: 205px;
	background: url(images/nav_on.gif) no-repeat; /* IE6 Bug */
	padding: 6px 0 9px 14px;
	_padding: 6px 0 9px 13px;
	border-bottom: 1px solid #999999;
	}

div#mainnav ul li a:hover, div#mainnav ul a#current:hover  {
	background: url(images/nav_hover.gif) no-repeat;
	color: #FFFFFF;
}

div#mainnav ul a#current {
	background: url(images/nav_current.gif) no-repeat;
	color: #000000;
}
