body {
	background: #192D40 url('../images/bg.jpg') repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #FFFFFF;
}

#logo {
	display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
	width: 562px; height: 74px;
        background: url('../images/logo.png') no-repeat;
}

a {
	text-decoration: none;
	color: #99C9FF;
}

a:hover {
	color: #FFFFFF;
}

img, div {
	border: none;
	behavior: url(/css/iepngfix.htc);
}

input.button {
	margin-left: 50px;
	color: #FFFFFF; background: #000000;
	font-weight:bold;
	border: solid 2px #3C5A73;
}

h1 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background: #000000 url('../images/gradient.gif');
	border-bottom: 2px solid #3C5A73;
	border-right: 2px solid #3C5A73;
	padding: 3px 0 2px 0;
	width: 90%;
	margin-top: 0;
	text-align: center;
	font-size: 24px;
	vertical-align: middle;
}

h2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background: #000000 url('../images/gradient.gif');
	border-bottom: 2px solid #3C5A73;
	border-right: 2px solid #3C5A73;
	padding: 6px 0 6px 0;
	width: 95%;
	margin-top: 0;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
}

.container {
	width: 100%;
	min-width: 1000px;
	margin: auto;
}

.left {
	float: left;
	padding: 0px 10px 0px 0px;
	width: 215px;
}

.left li {
	list-style: none;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.left img {
	vertical-align: middle;
}

.middle {
	margin-left: 225px;
	margin-right: 195px;
}

.right {
	float: right;
	padding: 0px 0px 0px 10px;
	width: 185px;
	height: 650px;
}

.shortleft {
	margin-left: 25px;
	margin-right: 325px;
}

.shortright {
	float: right;
	padding: 0px 25px 0px 0px;
	width: 275px;
	height: 300px;
}

.footer {
	height: 35px;
	width: 100%;
	margin-top: 20px;
        background: #152636;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	clear: both;
	text-align: center;
}

/*-------------------------Menu Code-------------------------*/

.menu{
	background:#000000 url("../images/gradient.gif") bottom right repeat-x;
	border-bottom:2px solid #3C5A73;
	border-right:2px solid #3C5A73;
	margin-bottom: 20px;
	padding:0px;
	max-height:35px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
.menu ul{
	background:#000000 url("../images/gradient.gif") bottom right repeat-x;
	margin-left: auto;
	margin-right: auto;
	height:35px;
	width:718px;
	list-style:none;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background:#000000 url("../images/gradient.gif") bottom center repeat-x;
		color:#cccccc;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #3C5A73;
			color:#FFFFFF;
			text-decoration:none;
			}
	.menu li ul{
		background:#000000;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#192D40;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}