@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	background-color: white;
	font-family: "Arial", sans-serif;
	color: black;
	font-size: 10pt;
}

#menu
{
	height: 40px;
	background-color: white;
	background-image: url("/images/topline.png");
	background-repeat: repeat-x;
	background-position: 0 100%;
	margin-top: 40px;
	min-width: 940px;
}

#menu h1
{
	margin 0;
	padding: 0;
	font-size: 1px;
	width: 100px;
	height: 40px;
	background-color: white;
	background-image: url("/images/logo.png");
	background-repeat: no-repeat;
	text-indent: -99999px;
	float: left;
	margin-left: 100px;
	border-left: solid white 20px;
	border-right: solid white 20px;
	
}

#menu ul
{
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 50px;
	list-style: none;
}

#menu li
{
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	padding: 0 20px;
	border-right: solid white 1px;
	margin-top: 19px;
}

#menu li.last
{
	border-right: none;
}

#menu a
{
	color: white;
	font-size: 10pt;
	text-decoration: none;
}

#menu a:hover
{
	text-decoration: underline;
}

#banner
{
	height: 166px;
	min-width: 960px;
	background-image: url("/images/back_top.jpg");
	background-repeat: repeat-x;
	border-top: solid 1px #8ecbff;
	border-bottom: solid 1px #8ecbff;
	margin-top: 20px;
}

#banner h2
{
	margin: 0;
	padding: 0;
	padding-top: 130px;
	padding-left: 30px;
	width: 590px;
	height: 36px;
	background-image: url("/images/always.jpg");
	background-repeat: no-repeat;
	background-position: 100% 0;
	float: left;
	font-weight: bold;
	font-size: 14px;
	color: #a9a9a9;
}

* html #banner h2
{
	width: 700px;
	height: 166px;
}

#banner h3
{
	margin: 0;
	padding: 0;
	width: 311px;
	height: 166px;
	background-image: url("/images/smile.jpg");
	background-repeat: no-repeat;
	float: left;
	text-indent: -99999px;
}

#content
{
	background-color: #f1f9ff;
	min-width: 960px;
	border-top: solid 2px #2a91e9;
	margin-top: 10px;
}

#left
{
	margin: 0;
	padding: 0 20px;
	float: left;
	width: 185px;
	margin-right: 20px;
}

#left a
{
	color: #1e8ae7;
}

* html #left
{
	width: 225px;
}

#right
{
	margin: 0;
	padding: 0 20px;
	float: left;
	width: 650px;
}

#left h2
{
	margin: 0 -20px;
	padding: 0;
	width: 205px;
	height: 28px;
	background-image: url("/images/header_left.jpg");
	background-repeat: no-repeat;
	color: white;
	font-weight: normal;
	font-size: 11pt;
	padding-top: 10px;
	padding-left: 20px;
}

* html #left h2
{
	height: 38px;
	width: 225px;
}

#left h3
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #a9a9a9;
	font-size: 10pt;
	margin-top: 20px;
}

#left p
{
	margin: 0;
	padding: 0;
	font-size: 9pt;
}

#right h2
{
	margin: 0 -20px;
	padding: 0;
	height: 28px;
	background-image: url("/images/header.png");
	background-repeat: no-repeat;
	background-color: #a1d4ff;
	color: white;
	font-weight: normal;
	font-size: 11pt;
	padding-top: 10px;
	padding-left: 20px;
}

* html #right h2
{
	height: 38px;
}

#right h3
{
	margin: 0;
	margin-top: 10pt;
	margin-bottom: -10pt;
	padding: 0;
	font-size: 10pt;
	font-weight: normal;
	color: #1e8ae7;
}

#right a
{
	color: black;
}

#clearboth
{
	clear: both;
}

#copyright
{
	height: 40px;
	background-color: #1e8ae7;
	margin-top: 50px;
	padding: 0 20px;
}

#copyright p
{
	margin: 0;
	margin-top: 12px;
	color: white;
	width: 200px;
}

#copyright p.futurist { float: right; }
#copyright p.copytext { float: left; }

#copyright a
{
	display: inline-block;
	width: 49px;
	height: 14px;
	text-indent: -999999px;
	background-image: url("/images/futurist.png");
	background-repeat: no-repeat;
	vertical-align: bottom;
}

