body {
	background-color:#000000;
	font-family:"Trebuchet MS", sans-serif;
	}

#container {
	width:750px;
	margin:0 auto;
	}
	
#header{
	width:100%;
	}
	
#navigation {
	width:100%;
	height:20px;
	text-align:right;
	background-color:#333333;
	}
	
#footer {
	width:100%;
	text-align:right;
	background-color:#333333;
	text-align:center;
	clear: both;
	}
	
.footer_text {
	font-size:10px;

	}

.footer_text a{
	color:#000000;
	text-decoration:none;
	}
	
.footer_text a:hover {
	color:#CC6600;
	}
	
.navicons{
	margin: 2px 5px 2px 0;
	vertical-align:middle;
	}
	
.navicons:hover {
	border-bottom:1px #ffffff dashed;
	}

h1 {
	margin: 10px 0 0 10px;
	font-size:36px;
	color:#CC6600;
	}

h2 {
	margin: 0 0 10px 25px;
	font-size:24px;
	color:#FFFFFF;
	}
	
.navigation_header {
	font-size:18px;
	color:#CC6600;
	margin:0px;
	}
	
#vertinav {
	width:150px;
	float:left;
	}
	
#vertinav ul {
	list-style: none;
	display:inline;  
	}
#vertinav li a{
	margin-left:6px;
	color:#ffffff;
	text-decoration:none;
	padding-left:3px;
	}

#vertinav li a:hover {
	border-left: 3px solid #CC6600;
	}
	
#content {
	width:599px;
	float:right;
	}
	
p {
	color:#FFFFFF;
	text-size:13px;
	margin: 0 5px 20px 5px;
	text-align: justify;
	}
	
a {
	color:#FFFFFF;
	text-decoration:underline;
	}
	
a:hover {
	color:#CC6600;
	text-decoration:none;
	}
	
_________________________________

body {
	background-color: #000;
}
content {color: #FFF}

.title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
        cursor: default;
}
.title_top {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
        cursor: default;
}
.title_main {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
        cursor: default;
}
.content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
        color: #FFFFFF;
}
.home {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
        color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #0000FF ;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:footer {
        text-decoration: none;
        color: #000000;
}


.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #666666 ; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 70px; /*Width of top level menu link items*/
padding: 1px 7px;
border: 1px solid black;
border-left-width: 0;
text-decoration: none;
color: 666666 ;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 120px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 140px; /*width of sub menu levels*/
color: FFFFFF;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #ccc;
}

.suckertreemenu ul li a:hover{
background-color: 666666;
color: 0066FF ;
text-decoration: underline;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #666666  url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #666666  url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */