	html, body {height:100%;}
	body {
		margin: 0; padding: 0;
		background:#fff;
		font: 80% "lucida grande", "lucida sans", "luxi sans", "lucida sans unicode", arial, sans-serif;
		background:url('images/splash/page_bg.jpg') 50% 50% no-repeat #FFF;
	}
	ul, li, h2 {
		list-style-type: none;
		margin: 0; padding: 0;
	}
	h1 {	 
	 margin: 50px 0 10px 50px;
   font-size: 1.3em;
  }
	h2 {	 
    font-size: 1em;
  }
  p {
    /* margin-left: 50px; */
  }
  p.center {
  
	text-align: center;
  }
  p.promo {
  margin-left: 250px;
  text-align: center;
  }
	#floater {
		position:relative; float:left;
		height:50%;	margin-bottom:-364px;
		width:1px;
	}
	#centered {
		position:relative; clear:left; z-index:1;
		height:728px; width: 810px;
		margin:0 auto;
		/* background:#fff; 
		border:4px solid #666; */
	}
	/* Begin header */
	#header{
		position:absolute; left:0; top:0; height:100px; width:810px;
		padding: 0px; margin: 0px;
}
	#logo {
		position:absolute; left: 0px; top: 0px; height: 150px; width: 264px;
		padding: 0px; margin:0px; 
	}
	#slogan {
		position:absolute; left: 180px; top: 0px; height: 150px; width: 546px;
		padding: 0px; margin:0px; 
	}
	#content {
		position:absolute; left:0; top:148px; height:540px; width: 810px;
		padding:0px; margin:0px;
	}
	#footer{
		position:absolute; left:0; top: 688px; height: 40px; width:810px;
		padding: 0px; margin: 0px;
	}
	#nav {
		font:.9em;
    background:#e3e3e3;
    background:-moz-linear-gradient(#f5f5f5, #e3e3e3);
    background:-webkit-gradient(
    linear,
    0 0,
    0 100%,
    color-stop(0, #f5f5f5),
    color-stop(0.98, #e3e3e3),
    color-stop(1, #fff));
    border-bottom: 1px solid #ccc;
	}
	#nav > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #eee;
    width:269px;
    /* for IE6/7 */
    *display: inline;
    zoom:1; 
	}
	#nav a {
    display: block;
    padding: 0 5px;
		color: #000;
		text-decoration: none;
	}
	#nav a:hover, #nav a:focus {
		background: #eee;
	}
	#nav h2 a { 
    display: block;
    padding: 8px 10px;
    border-right: 1px solid #ccc;
    background: none;
    text-decoration: none;
	}
	#nav h2 a:hover, #nav h2 a:focus {
	   text-decoration: underline;
	}
	.submenu {
    position: absolute;
    left: -2px; 
    z-index: 0;
    opacity: 0;
    filter:alpha(opacity=0);
		white-space: nowrap;
		background: #fff;
		-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 0 0 5px 5px; 
    -webkit-border-radius: 0 0 5px 5px; 
    border-radius: 0 0 5px 5px;         
    -webkit-border-bottom-left-radius: 5px; /* for Chrome */ 
    -webkit-border-bottom-right-radius: 5px; /* for Chrome */  
    border: 2px solid #eee;
    border-top: 1px solid #ccc;
	}
	 .submenu li {
	  height: 0;
    line-height: 25px;
    background:#fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	}
  #nav > li:hover .submenu, #nav > li.focus .submenu {
    z-index: 10;
    opacity: 1;
    filter:alpha(opacity=100);
  }
	#nav > li:hover .submenu li, #nav > li.focus .submenu li {
    height: 25px;
  }
#bottom	{
		padding: 5px; position:absolute; bottom: 0; left: 0; text-align: center; width: 100%; height: 18px; font-size:0.7em; z-index:0;
}
.tbody {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #5F5F5F; LINE-HEIGHT: normal; 
	FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none; letter-spacing: normal; word-spacing: normal; }
.tbody_strong {
	FONT-WEIGHT: bolder; FONT-SIZE: 12px; COLOR: #5F5F5F; LINE-HEIGHT: normal;
	FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none; letter-spacing: normal; word-spacing: normal; }
A:active {
	COLOR: #999999; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;	}
A:link {
	COLOR: #999999; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none;	}
A.promo:link ,A.promo:visited{
	display:block; color: #ffffff; width: 300px; text-align: center; padding: 4px; font-weight:bold;
	background-color: #cc3333; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none;	}
A:hover {
	COLOR: #666666;
	TEXT-DECORATION: none; font-family: Verdana, Arial, Helvetica, sans-serif; }
A.promo:hover, A.promo:active {
	background-color: #990000; }
A:visited {
	COLOR: #999999;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; text-decoration: none;}
.copyright {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; 
	font-style: normal; font-weight: normal; color: #E2E2E2; text-align: center;}
.tbody_bold {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; 
	font-style: normal; font-weight: bold; color: #949494;}
.title_bold {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11pt; 
	font-style: normal; font-weight: bold;}
.tbody2 { FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #666666; LINE-HEIGHT: normal; 
	FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none ; vertical-align: middle;}
.tbody_title { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11pt; 
	font-style: normal; font-weight: bold; color: #666666; }
.tbody_titlebig { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15pt; 
	font-style: normal; font-weight: normal; color: #999999;}
.tbody_titlemed { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; 
	font-style: normal; font-weight: bold; color: #666666;}
.tbodyorange { FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #CC6633; LINE-HEIGHT: normal; 
	FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none ; text-align: justify; }
.tbody_bold2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; 
	font-style: normal; font-weight: bold; color: #7E7E7E;}
.tbodyblue { FONT-WEIGHT: normal; FONT-SIZE: 9px; COLOR: #507A9C; LINE-HEIGHT: normal; 
	FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none ; text-align: center;}

.tbodyblueleft { FONT-WEIGHT: normal; FONT-SIZE: 9px; COLOR: #507A9C; LINE-HEIGHT: normal; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none ; text-align: left;}
.tbody_center { FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #5F5F5F; LINE-HEIGHT: normal; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none ; letter-spacing: normal; word-spacing: normal ; text-align: center;}
.copyright2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; font-weight: normal; color: #FFFFFF; text-align: center; }
.frame {
	border: 1px solid #000000;
}
