body,
html{
	margin:0;
	padding:0;
	font-family: Verdana, Georgia, serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	background:#0D202E;
}

/* FOOTER */
div#footerwrap {
	position:absolute;
	bottom:0;
	left:0;
	height:110px;
	margin-bottom:-4px;
	font-size: 9px;
	background:#333333;
}
td#footer {
	font-size: 9px;
	color: #CCCCCC;
}
td#footer a {
	color:#CCCCCC;
}
div#footer p {
	margin: 0;
	padding: 0;
	text-align: left;
}
 
 td#navseparator {
	font-size:11px;
	color:#ffffff;
}

div#events-email {
   position: absolute;
   padding-left: 40px;
   bottom: 115px;
   z-index: 11;
}
#video {
	position: absolute;
	z-index: 5000;
	width: 100%;
	top: 20px;
	right: 20px;
}

#navbar-white-strip-top {
   width: 2600px;
   height: 1px;
   position: absolute;
   bottom: 96px;
   background: transparent url(../images/white-nav-line.jpg) repeat-x;
   z-index: 11;
}

#navbar-white-strip-middle {
   width: 2600px;
   height: 1px;
   position: absolute;
   bottom: 105px;
   background: transparent url(../images/white-nav-line.jpg) repeat-x;
   z-index: 11;
}
#navbar-white-strip-bottom {
   width: 2600px;
   height: 1px;
   position: absolute;
   bottom: 90px;
   background: transparent url(../images/white-nav-line.jpg) repeat-x;
   z-index: 11;
}
#quote-div {
   width: 15%;
   height: 100%;
   position: absolute;
   right: 0px;
   top: 5px;
   z-index: 1111111;
}
#welcome-div {
   width: 25%;
   height: 50%;
   position: absolute;
   left: 40px;
   top: 10px;
   z-index: 1111111;
}
#quotes-div {
   width: 15%;
   height: 50%;
   position: absolute;
   right: 0px;
   top: 43px;
   z-index: 1111111;
}
h1 {
	font-size:18px;
	color:#3399CC;
	font-family: Verdana, Georgia, serif;
	font-style: italic;
}

A { text-decoration:none;}
A:link	{color: #3399CC;font-weight: bold;}
A:visited{color: #3399CC;font-weight: bold;}
A:hover	{color: #3399CC;background-color:none; text-decoration:none;}
