/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* General Site Settings */

p {
	margin-top: 0;
	margin-bottom: 0;
}
	
body {
	text-align: center;
	background-color: #FFFFFF;
	margin-top: 0;
}

#site {
	width: 980px;
	height: 597px;
	position:relative;
	margin-left: auto;
	margin-right:auto;
	background-image:url(../images/site_bg.jpg);
	text-align: left;m
	background-repeat: no-repeat;
}


/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Content Regions. */

.title {
	font-family:"Verdana", Times, serif;
	font-size:14tpx;
	font-weight: bold;
	color: #1292ab;
	text-align: left;
	text-transform: uppercase;
	overflow: hidden;

	position:absolute;
	left: 300px;
	top: 70px;
	width: 490px;
	height:20px;
}
	
.content {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	overflow-y: auto;
	text-align: left;
	margin: 0px;

	position:absolute;
	left: 300px;
	top: 98px;
	width: 510px;
	height: 300px;
}


/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* NAVIGATION */

#topNav {
	top: 115px;
	left: 120px;
	position: absolute;
	text-align: right;
	height: auto;
	width: 140px;
}
	
#topNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
	
#topNav li {
	width: 140;
	padding-left: 0px;
	margin-left: 10px;
}
	
#topNav a {
	color: #073f4a;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	font-weight:Normal;	
	text-transform: uppercase;
}
	
#topNav a:hover {
	color:#000000;
}
	
#bottomNav {
	top: 580px;
	left: 0px;
	position: absolute;
	text-align: right;
	height: auto;
	width:865px;
}
	
#bottomNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
	
#bottomNav li {
	width: auto;
	padding-left: 0px;
	padding-right: 25px;
	margin-left: 0px;
	display: inline;
}
	
#bottomNav a {
	color: #073f4a;
	text-decoration: none;
	font-family: Arial;
	font-size: 9px;
	font-weight:Bold;	
	text-transform: uppercase;
}
	
#bottomNav a:hover {
	color:#000000;
}
