/*	border: 1px solid #33FF00 /*
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #010727;
	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: 13px; }

p { line-height: 17px; }

h1 {
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding-top:0px;
	margin-top: 0px;
	border-bottom: 1px dotted #999999;
	padding-bottom: 5px;
}

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;
	color: #FFFFFF;
	border-top: 5px solid #010727;
	padding: 10px 0 0 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 { font-weight: normal; }

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 960px;
	margin: 0 auto;
	background: url(images/container.gif) repeat-y;
}

div#header {
	position: relative;
	width: 960px; 
	height: 175px;
	background: url(images/header.jpg) no-repeat;
}

div#content { }

div#text {
	float: left;
	margin-left: 20px;
	width: 600px;
	padding: 10px;
}

div#sidebar {
	float: left;
}

div#footer { 
	width: 960px; 
	height: 100px;
	clear: both;
	background: url(images/footer.gif) no-repeat;
}

/* ----------------- MAIN NAVIGATION ----------------- */
div#mainnav {
	padding: 0px;
	margin: 0px 0 0 10px;
	_margin: 0px 0 0 5px;
	width: 300px;
	float:left;
}

ul#nav {
	margin: 0px;
	padding: 0px;
	}

	ul#nav li {
		list-style: none;
		display: inline;
		padding: 0px;
		margin: 0px
	}
	
	ul#nav a {
		font-weight: bold;
		color: #fff;
		text-decoration: none;
		display: block;
		width: 240px;
		margin: 0px;
		padding: 12px 10px 14px 50px;
		border-bottom: 1px solid #010727;
	}
	
	ul#nav a:hover, #nav a.current {
		color: #000;
		background: #fff;
	}

/* ----------------- UTILITY NAVIGATION ----------------- */
div#utility {
	padding: 12px 0 2px 10px;
	float: left;
}

div#utility ul {
	margin: 0 auto;
	text-align: center;
}

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:Tahoma, Arial, 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 {
	position:relative;
	width: 630px;
	padding: 30px 0px 15px 0px;
	font-size: 9px;
	text-align: left;
	color: #FFFFFF;
	float: right;
}

div#copyright a, div#copyright a:link, div#copyright a:visited {
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

div#copyright a:hover, div#copyright a:active {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

.ypimg {
	position:absolute;
	top:15px;
	right: 10px;
	border: 0px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left { float: left; margin-right:10px; border: 1px solid #010727; }

img.right { float: right; margin-left:10px; border: 1px solid #010727; }

img.border { border: 1px solid #010727; }

.clear { clear: both; }

.img  { float: right; margin-left:10px; }
/* ----------------- ADMIN LOGIN DIV ----------------- */ 
a#admin {
	background: url(images/admin.gif) no-repeat;
	background-position: 100% 0px;
	height: 15px;
	width: 95px;
	display: block;
	margin-top: 20px;
	margin-bottom: 10;
	margin-left: auto;
	margin-right: auto;
}

a#admin:hover {
	background-position: 0% -18px;
}


/* ----------------- CUSTOM CLASSES ----------------- */
