/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* General Site Settings */

p {
	margin-top: 0;
	margin-bottom: 0;
}
	
body {
	text-align: center;
	background-color: #ffffff;
	margin-top: 0;
}

#site {
	width: 914px;
	height: 650px;
	position:relative;
	margin-left: auto;
	margin-right:auto;
	background-image:url(../images/site_bg.jpg);
	text-align: left;
	background-repeat: no-repeat;
}


/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Content Regions. */

.title {
	font-family: Arial;
	font-size: 20px;

	color: #2272a4;
	text-align: left;
	text-transform: uppercase;
	overflow: hidden;

	position:absolute;
	left: 50px;
	top: 298px;
	width: 814px;
	height:24px;
}
	
.content {
	font-family: Arial;
	font-size: 15px;
	color: #105c79;
	overflow-y: auto;
	text-align: left;
	margin: 0px;

	position:absolute;
	left: 50px;
	top: 322px;
	width: 814px;
	height: 318px;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* NAVIGATION */

#leftNav {
	display: none;
}

#topNav {
	display: none;
	top: 30px;
	left: 30px;
	position: absolute;
	text-align: center;
	height: auto;
	width: 900px;
}
	
#topNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
	
#topNav li {
	width: auto;
	padding-left: 0px;
	padding-right: 45px;
	margin-left: 10px;
	display: inline;
}
	
#topNav a {
	color: #0c3e65;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	font-weight:Normal;	
	text-transform: uppercase;
}
	
#topNav a:hover {
	color:#000000;
}
	
#bottomNav {
	display: none;
	top: 470px;
	left: 30px;
	position: absolute;
	text-align: center;
	height: auto;
	width: 900px;
}
	
#bottomNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
	
#bottomNav li {
	width: auto;
	padding-left: 0px;
	padding-right: 45px;
	margin-left: 0px;
	display: inline;
}
	
#bottomNav a {
	color: #0c3e65;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	font-weight:Bold;	
	text-transform: uppercase;
}
	
#bottomNav a:hover {
	color:#000000;
}

#footerNav {
	display: none;
}

