/*Reset*/
p, ul, li, h1, h2, h3, blockquote {padding:0; margin:0;}

/*Lists with bullets */

ul.bullet {margin-left:30px;}
ul.bullet li {padding-bottom:7px; font-size:12px; list-style-type:circle;}

/*Lists for main nav */

ul#nav {list-style-type:none; margin:0 0 0 50px}
ul#nav li {
	padding:0 0 12px 0; 
	font-size:10px; 
	text-transform:uppercase;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#adadad;
	}
ul#nav li a{color:#000; text-decoration:none;}
ul#nav li a:visited{color:#000; text-decoration:none;}
ul#nav li a:hover{color:#66CCFF; text-decoration:underline;}

ul#nav ul.sub {margin-left:15px; list-style-type:none;}

ul#nav ul.sub li {padding-bottom:15px; padding-top:0; margin-top:0px;}


/*Lists for jump links */

ul#jump-links {
	list-style-type:none; 
	margin-bottom:15px; 
	padding-bottom:10px; 
	border-bottom:dotted 1px #ccc;
	}
ul#jump-links li {
	padding:0 0 0 0; 
	font-size:10px; 
	text-transform:uppercase;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#adadad;
	display:inline;
	line-height:1.6;
	}
	
ul#jump-links li a.current {
	text-decoration:none;
	color:#960;
	}
	
/*Block Quotes */

blockquote {
	margin:0 0 0 25px;
	
}


body  {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:85%;
	background: #000;
	margin: 0; 
	padding: 0;
	color: #666;
}
#container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 30px auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	border: 1px solid #000000;
	border-top:4px solid #CD0404;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {padding:20px 0 30px 40px;  } 



#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 0 0 0 0;
	margin:0;
}

#mainContent { 
margin: 0 0 0 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
padding: 0 40px 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
border-left:1px #ccc solid;
}

#mainContent h1 {
margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
padding: 0px 0 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
font-size:13px;
color:#CD0404;
text-transform:uppercase;
font-family:Arial, Helvetica, sans-serif;

}

#mainContent h1.home {
	line-height:6px;
	margin-bottom:0px;
	font-size:13px;
	}
	
#mainContent h2 {
margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
padding: 6px 0 6px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
font-size:11px;
color:#000;
text-transform:uppercase;
font-family: Verdana, Geneva, sans-serif;

}

p{line-height:1.8em; padding-bottom:11px; font-size:12px;}

p.last, ul.bullet li.last{padding-bottom:20px;}

p.last2, ul.bullet li.last2{padding-bottom:50px;}


p.back {text-transform:uppercase; font-size:10px; font-family:Verdana, Geneva, sans-serif; font-weight:bold;}
p.back a:link{color: #C00; text-decoration:underline;}
p.back a:visited{color: #C00; text-decoration:underline;}
p.back a:hover{color: #000; text-decoration:none;}

.downsize {font-size:10px; font-weight:bold;}
.downsize2 {font-size:10px;}
.downsize3 {font-size:10px; text-align:right;font-family:Verdana, Geneva, sans-serif;margin-bottom:-15px;}
.ver {font-family:Verdana, Geneva, sans-serif}



/*footer */

#footer { 
	padding: 8px 10px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#999; 
} 

#footer p {
margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
padding:0 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
color:#fff;
font-family:Verdana, Geneva, sans-serif;
font-size:10px;
text-align:center;
line-height:1.5em;
}

#footer a {color:#fff; text-decoration:underline;}
#footer a:visited {color:#fff; text-decoration:underline;}
#footer a:hover {color:#0000CC; text-decoration:none;}


/*floats */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*colors */

.red {color:#C30;}
.black {color:#333; text-transform:uppercase}
.black2 {color:#333;}
.burgundy {color:#660000}



a:link {
	text-decoration: underline;
	color: #6699FF;
}
a:visited {
	text-decoration: underline;
	color: #6699FF;
}
a:hover {
	text-decoration: underline;
	color: #0000CC;
}
