﻿html { font-size: 76%; }
body {
color: #000000;
	background-color: #000000;
	background-image: url(bg.jpg); /* add your own background image here. We used a single image with no-repeat to ensure only one instance of the image */
	background-repeat: no-repeat;
	font-family: "Century Gothic", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #666;
	text-align: center;
	margin: 0;
	padding: 0;
	}

/* headers */
h2, h3, h4, h5, h6 { 
	color: #775900; 
	margin: 0; 
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	clear: both; 
	height: 1%;
	}
h2 { font-size: 2em; border-bottom: 1px dashed #999; margin: 40px 0 15px; padding-bottom: 15px; }
h3 { font-size: 1.8em; margin: 35px 0 10px; }
h4 { font-size: 1.6em; margin: 30px 0 5px; }
h5 { font-size: 1.4em; margin: 25px 0 5px; }	
h6 { font-size: 1.2em; margin: 20px 0 0; }

/* text */
p { margin: 15px 0; }
acronym { cursor: help; }
pre, code, blockquote { 
	margin: 20px 0 10px; 
	border: 1px solid #ccc; 
	padding: 15px 20px; 
	display: block; 
	color: #BF0000; 
	}
blockquote { color: #666; font-family: Georgia, "Times New Roman", Times, serif; padding: 0 15px 5px 15px; }

/* links */
a { text-decoration: underline; color: #775900; }
a:hover { text-decoration: none; }

/* images */
img { border: none; solid #ccc; padding: 4px; }	
a img { border-color: #BF0000; }
a:hover img { border-color: #ccc; }
img.right { margin: 0 0 20px 20px; }
img.left { margin: 0 20px 20px 0; }

/* lists */
ul, ol, dl { margin: 15px 0 15px 20px; padding: 0; }
ul { list-style-type: square; }
ul ul, ol ol { margin-top: 0; margin-bottom: 0; }
ol { margin-left: 25px; }
dl { margin-left: 0; }
dl dt { font-weight: bold; margin-top: 15px; }
dl dd { margin: 0; }
dl dt, li { color: #BF0000; }
li span { color: #666; }


/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/
#container {
	margin: 0 auto;
	text-align: left;
	width: 1015px;
	}
	

/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#header { padding: 4em 0; position: relative; }
#header:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
#header div { clear: both; }	

/* Logo */
#header h1 { 
	font-size: 2.5em;
	font-weight: normal;
	color: #775900;
	margin: 0;
	}
#header h1 a { color: #775900; text-decoration: none; }
#header h1 a:hover { text-decoration: none; }

/* if you would like to replace the logo with 
an image, comment out the above logo code and
uncomment the following */
/* 
#header h1 {
	background: url(../img/logo.gif) no-repeat;
	width: [your-logo-width-here]px;
	height: [your-logo-height-here]px;	
	margin: 0;
	}	
#header h1 a {
	display: block;
	height: 100%;
	text-indent: -9999px;
	outline: none;
	}
*/	

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#header ul {
	margin: 0 0 0 9em;
	padding: 0;
	float: right;
	list-style-type: none;
	font-size: 1.3em;
	position: absolute;
	right: -58px;
	top: 0;
	width: 555px;
	}
#header ul li {
	float: left;
	margin: 0 0 -2.5em 10px;
	}	
#header ul li a {
	display: block;
	padding: 2.8em 0 0;
	color: #775900;	
	text-decoration: none;
	position: relative; 
	z-index: 500;
	}
* html #header ul li a {
	width: 1%;
	white-space: nowrap;	
	}
#header ul li a:hover { text-decoration: underline; }	
#header ul li a span {
	color: #775900;
	font-family: Georgia, "Times New Roman", Times, serif; 
	display: block;
	padding: 5px 10px 8px;
	}

#header ul li.on a,
#header ul li.on a span {
	background-color: #BF0000;
	color: #fff;	
	position: relative; 
	z-index: 499;
	height: 1%;
	cursor: pointer;
	}	
#header ul li.on a span { border-top: 1px dashed #fff; }
#header ul li.on a:hover { text-decoration: none; }
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/	
#footer { border-top: 1px dashed #999; font-size: 0.9em; margin: 40px 0 0; height: 1%; }
#footer:after {	
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	}

