/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* General Site Settings */

p {
	margin-top: 0;
	margin-bottom: 0;
}
	
body {
	text-align: center;
	background-color: #FFFFFF;
	margin-top: 0;
}

#site {
	width: 950px;
	height: 632px;
	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:"Verdana", Times, serif;
	font-size:40px;
	color: #000000;
	text-align: left;
	overflow: hidden;

	position:absolute;
	left: 210px;
	top: 205px;
	width: 530px;
	height:55px;
}
	
.content {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	overflow-y: auto;
	text-align: left;
	margin: 0px;

	position:absolute;
	left: 210px;
	top: 264px;
	width: 530px;
	height: 310px;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* NAVIGATION */

#topNav {
	top: 160px;
	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: #000000;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	font-weight:Normal;	
	text-transform: uppercase;
}
	
#topNav a:hover {
	color:#000000;
}
	
#leftNav {
	top: 215px;
	left: 47px;
	position: absolute;
	text-align: right;
	height: auto;
	width: 105px;
}
	
#leftNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
	
#leftNav li {
	width: 105px;
	padding-left: 0px;
	padding-bottom: 10px;
	margin-left: 0px;
}
	
#leftNav a {
	color: #000000;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	text-align:right;
}
	
#leftNav a:hover {
	color:#000000;
}

	
#rightNav {
	top: 245px;
	left: 787px;
	position: absolute;
	text-align: left;
	height: auto;
	width: 150px;
}
	
#rightNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
	
#rightNav li {
	width: 150px;
	padding-left: 0px;
	padding-bottom: 2px;
	margin-left: 0px;
}
	
#rightNav a {
	color: #000000;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	text-align:right;
}
	
#rightNav a:hover {
	color:#000000;
}

