body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td { 
	margin:0; 
	padding:0; 
	}


body {
	margin-top:0px;
	background-image:url(build_images/3light.png);
	background-repeat:no-repeat;
	background-color: #000000;	
	font-family: trebuchet ms;
	font-size: 12px;
	color:#000;
	
}

/* Menu System */



#nav {
	position:absolute; top:103px; left: 382px; width:415px; z-index:200;
	/*position:absolute; top:153px; left: 159px; width:638px; z-index:200;*/
	margin:0px;
	padding:0px;
	border:0px;
	letter-spacing:2px;
	}

#nav h2 {
	font-size: 10px;
	text-transform:uppercase;
	}

#nav, #nav ul { /* all lists */
	margin:0px;
	padding:0px;
	padding-left:3px;
	
	list-style: none;
	background:#660000; /*#eddebf;*/
}

#nav a {
	font:Arial;
	display: block;
	padding:0px;
	padding-bottom: 2px;
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
	color:#eee;
}
#nav a:hover {
	color:#3091ff;
	}

#nav li { /* all list items */
	float: left;
	width:8em; /* width needed or else Opera goes nuts */
	line-height: 15px;
	padding-top: 4px;
}
#nav ul {
	
	}
#nav li ul { /* second-level lists */
	margin-left: 0px;
	position: absolute;
	line-height: 1;
	background-color:#ffffff;
	padding-left: 2px;
	padding-bottom: 4px;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	border-top:0px;
	border-bottom:1px;
	border-left:1px;
	border-right:1px;
	border-style:solid;
	border-color:#699CC9;
}

#content {
	clear: left;
	color: #ccc;
}

/* BODY OF PAGES */

p {	padding:0px;
	padding-top: 5px;
	margin:0px;
	}

h1 {
	font-family: Arial;
	font-size: 14px;
	line-height: 1;
	color:#eee;/*#699CC9;*/
	margin:11px;
	padding:2px;
	padding-right:20px;
	letter-spacing:3px;
	background-color:#660000;
	text-align:right;
	}

h2 {
	font-family: Arial;
	font-size: 14px;
	line-height: 1;
	color:#eee;/*#699CC9;*/
	margin:0px;
	padding:2px;
	letter-spacing:2px;
	background-color:#660000;

	}
	
h3 {
	font-family: trebuchet ms;
	font-size: 12px;
	font-weight:bold;
	text-transform:uppercase;
	line-height: 1;
	color:#333333;
	}
td 
{
    vertical-align:top;
	border:0;
	border-top:0px;
	border-left:0px;
	border-style:dashed;
	border-color:#ccc;}
blockquote {margin-left:4em;}
.body {
	position:absolute; left:0px; top:265px; width:961px; height:205px; z-index:0;
	font-family: trebuchet ms;
	font-size: 12px;

	}
	
.footer {
	font-size: 10px;
	text-align: right;
	}
	
img.image{
	float:right;
	padding:5px;
}

.emphasize {
	font-family: trebuchet ms;
	font-size: 12px;
	font-style:italic;
	color: #3091ff;
	}
	
/* Main caontent Positioning */

.main {
	position:absolute; top:150px; left:160px; width: 638px;
	}
.sidebar {
	position:absolute;
	top:260px;
	left:10px;
	width: 140px;
	height: 91px;
	}
/** Format images **/

#right {
	float:right;
	border-width:0px;
	padding: 5px;
	}
	
#left {
	float:left;
	border-width:0px;
	padding: 5px;
	}
.event {
	padding: 5px;
	margin-left: 0px; margin-right:0px; margin-bottom:5px; margin:top:0px;
	
	/*background-color:#666;    /*#eddebf;*/
	color:#000;
	}
.inner {
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 0px; margin-right:0px; margin-bottom:0px; margin-top:0px;

	border-width: 2px; 
	border-color:#558dc6;
	border-style:solid;
	background-color:#eee;}
.pageheading {
	background-color:#666; /*#4983c0;*/
	
	color:#ffffff;
	padding-left: 4em;
	margin-top:0em;
	margin-bottom: 15px;	
	margin-left:0px;
	margin-right:0px;
	
	letter-spacing:0.8em;
	text-align:left;
	width:375px;
	position:relative; left:221px;
	
	font-family: Trebuchet ms;
	font-size:11px;
	font-weight:bold;
	}	
/* FORMATTING LINKS */
/* ========== ===== */

a:link {
	font-family: trebuchet ms;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #3091ff;
	text-decoration: underline;

}


a:visited {
	font-family: trebuchet ms;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #3091ff;
	text-decoration: underline;

}

a:hover {
	font-family: trebuchet ms;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: underline;

}

a:active {
	font-family: trebuchet ms;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: underline;
	text-align:left;
}

a img{border:0;}
      