* {
	margin: 0;
	padding: 0;
}
body {
	background-image:url(bg.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffff00;
}
h1, h2, h3 {
	color: #ffff00;
}
h1 {
	margin-bottom: .5em;
	font-size: 250%;
	font-weight: normal;
	letter-spacing: -2px;
}
h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
	color: #ffff00;
}
h3 {
	font-size: 100%;
	font-weight: bold;
}
p {
	text-align: justify;
	line-height: 167%;
	font-size: 16px;
	color: #ffff00;
}
blockquote {
	margin-left: 2em;
	text-align: justify;
	line-height: 167%;
	font-size: 150%;
	color: #ffff00;
}
ol {
	margin-left: 2em;
	text-align: justify;
	line-height: 167%;
	font-size: 150%;
	color: #ffff00;
}
ul {
	list-style: none;
}
ul li {
}
a {
	text-decoration: none;
	color: #f80300;
}
a:hover {
	border-bottom: none;
}
/* Menu */
#menu {
	width: 1000px;
	height: 20px;
	margin: 0 auto;
	text-align:center;
}
#menu ul {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}
#menu li {
	padding: 0;
	display: inline;
	background: none;
}
#menu a {
	padding-left: 20px;
	border: none;
	font: bold 77% Verdana, Arial, Helvetica, sans-serif;
	color: #f80300;
}
#menu a:hover {
	color: #0033CC;
}
#menu b {
	text-decoration: underline;
}
/* Logo */
#logo {
	width: 100%;
	height: 140px;
	text-align:center;
}
#logo h1 {
	margin: 0;
	padding: 20px 0 0 60px;
	letter-spacing: 5px;
	font-size: 60px;
}
#logo h1 a {
	color: #FFFF00;
}
#logo h2 {
	margin: -10px 0 0 0;
	padding: 0 0 0 200px;
	letter-spacing: 3px;
	font-size: 36px;
}
#logo h2 a {
	color: #00AEEF;
}
#logo a {
	border-bottom: none;
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
}
/* Page */
#page {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0 0 0;
}
/* Content */
#content {
	color: #FFFF00;
	width: 560px;
	padding: 5px 0px 0 25%;
	display: inline;
}
#welcome {
	margin-bottom: 20px;
	padding-bottom: 1px;
}
.floating-box {
	float: left;
	width: 210px;
}
.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	font-size: 92%;
}
.floating-box img {
	border: 0px solid #FFFFFF;
}
/* Sidebar */
#sidebar {
	float: left;
	width: 220px;
	padding: 0 5px 10px 1px;
}
#sidebar .title {
	height: 30px;
	padding: 10px 0 0 20px;
	background: url(box_header1.png);
	background-repeat: no-repeat;
	text-align:center;
}
#sidebar .content {
	padding: 10px 20px;
	text-align:center;
}
#sidebar blockquote {
	margin: 0;
}
#sidebar blockquote p {
}
#sidebar-right {
	float: right;
	width: 220px;
	padding: 0 5px 10px 1px;
}
#sidebar-right .title {
	height: 30px;
	padding: 10px 0 0 20px;
	background: url(box_header1.png);
	background-repeat: no-repeat;
	text-align:center;
}
#sidebar-right .content {
	padding: 10px 20px;
	text-align:center;
}
#sidebar-right blockquote {
	margin: 0;
}
#sidebar-right blockquote p {
}
#links {
}
#links ul {
}
#links li {
	padding: 5px 0;
}
#links a {
	border: none;
	color: #FFFFFF;
}
#links a:hover {
}
/* Footer */
#footer {
	width: 700px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}
#footer .links {
	text-align: center;
}
#footer .legal {
	font-size: 12px;
	text-align: center;
}
img{
	border-style: none;
}
.suckertreemenu {
	margin: auto;
	padding: 30px 0 0 50px;
	list-style-type: none;
	border-bottom-style:solid;
	text-align: center;
	width: 1000px;
}
.ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;
}
/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	width: 135px; /*Width of top level menu link items*/
	height: 25px;
	padding: 1px 8px;
	border: 0px solid black;
	border-bottom-style:solid;
	text-decoration: none;
	color: #ffff00;
	font-weight: bold;
	background: url(menu_header1.png);
	background-repeat: no-repeat;
}
/*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;
	text-align: left;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
	display: list-item;
	float: none;
	background: #1f1f7c;
	text-align: left;
}
/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
	left: 159px; 
/* 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: 160px; /*width of sub menu levels*/
	color: #ffff00;
	text-decoration: none;
	padding: 1px 5px;
	border: 0px solid #ccc;
	background: #1f1f7c;
}
.suckertreemenu ul li a:hover{
	color: #ff0000;
}
/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
	background: url(img5.gif) repeat-x center right;
}
/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
	background: url(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 */

object:active, div:active
{
outline: none;
}

