body, div, td { 
	font-family: "Europe_Ext","Eurostile","Eurostyle","Lucida Grande",Arial,Helvetica,"Times New Roman",Times,sans-serif; 
	font-size: 12px; 
	color: #fff; 
	background-color:#00aeef;
}
b { color: #333333; }

a {
	color: #fff;
	text-decoration:none;
}

a:hover {
	color: #fff;
	text-decoration:underline;
}

.indent { margin-left: 10px; }
/*
#container {
	position:relative;
	top:0px;
	background-color: #00adef;
	margin:0px;
}*/

#container {
		position:relative;
		width:100%;
		min-height:450px;
		height:100%;
		background-color:#00aeef;
		margin:0 auto;
}

/*#innerContainer {
	position:relative;
	width:800px;
	height:440px;
	top:0px;
	left:0px;
	display:block;
	clear: both;
}*/

#top_nav {
	position:absolute;
	top:0px;
	left:0px;
	width:800px;
	height:247px;
}

#left_nav {
	position:absolute;
	top:247px;
	left:30px;
	width:180px;
	height:200px;
	font-family: Verdana,Arial, "MS Trebuchet", sans-serif;
	font-size:14px;
	text-align:center;
}

#left_nav img {
	position:relative;
	left:10px;
	margin: 8px 0px;
	
}

#contentSection {
	position:absolute;
	top:120px;
	left:270px;
	width:515px;
	height:300px;
}

#contentTitle {
	position:absolute;
	top:0px;
	left:0px;
	width:480px;
	height:30px;
	color:black;
	font-size:20px;
	font-variant: small-caps;
}

#content {
	position:absolute;
	top:30px;
	left:0px;
	width:480px;
	height:250px;
	color:white;
	font-family: Verdana,Arial, "MS Trebuchet", sans-serif;
	font-size: 11px;
	overflow:auto;
	padding-top:10px;
	padding-right:25px;
}

#footer {
	position:relative;
	width:100%;
	z-index:+2;
}
