/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,i

nput,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight

:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inhe

rit;}
/*because legend doesn't inherit in IE */
legend{color:#000;}


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images2/bg.png);
	background-repeat: repeat-x;
	background-color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#holder {
    background-color: #303030;
	width: 780px;
	text-align: left;
	margin: 0 auto 0 auto;
}
p {
	font-size: 80%;
}
#content p {
	line-height: 130%;
	text-align: justify;
	padding: 5px 0 5px 0;
}
#content table {
	line-height: 130%;
	font-size: 80%;
}
#content td {
	padding: 3px 3px 0px 3px;
}
#header {
    height: 50px;
    width: 710px;
    _width: 760px;
    margin-left: 10px;
	text-align: left;
	padding: 25px;
	_padding: 0px;
	background-image: url(images2/redGrad.png);
}
#header img {
	position: relative;
	top: -25px;
	_top: 0px;
	left: 127px;
	_left: 153px;
}
#lefty img{
	position: absolute;
	top: -68px;
	left: -105px;
}
#header span {
	position: relative;
	top: -57px;
	_top: -35px;
	left: 80px;
	_left: 105px;
}
#site_name {
	font-size: 189%;
}
	 
	
#nav {
	color: #CCCCCC;
	float: left;
	width: 125px;
	padding-top: 15px;
	padding-left: 25px;
}
#right_nav {
	color: #CCCCCC;
	float: right;
	width: 140px;
	padding-top: 15px;
	padding-left: 10px;
	margin: 0 0 0 10px;
	border-left: solid #666666 1px;
}

#content {
	color: #cccccc;
	margin: 0 0 0 155px;
	padding:  15px 35px 0 5px;	
	float: none;
}
h3 {
	padding: 0 0 15px 0;
	font-weight: bolder;
	color: #FF9D00;
}
h5 {
	padding: 6px 0 0px 0;
	font-weight: bolder;
	color: #FF9D00;	
}
h6 {
	padding: 0px 0 3px 0;
	font-weight: bolder;
	color: #FF9D00;	
}
b {
	color: #FF9D00;
}
#content a {
	color: #c60000;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover, #content a:active, #content a:focus {
	color: #fdae34;
}
#nav a:link {
	color: #c60000;
	text-decoration: none;
	font-weight: bold;
}
#nav a:visited {
	color: #c60000;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover, #nav a:active, #nav a:focus {
	color: #fdae34;
}
.brclear {
	clear: both;
	margin: 0;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}
#footer {
    width: 750px;
    margin-left: 10px; 
	padding: 5px;
	border-top: solid #666666 1px;
	font-size: 80%;
	color: #666666;
}
#footer a{
	color: #cccccc;
	text-decoration: none;
	cursor: default;
}

