#pagetitle {
	position:absolute;
	left:45px;
	top:28px;
	width:400px;
	height:20px;
	z-index:1;
	font-size: 10px;
	text-transform: uppercase;
}

/* CSS Document */

body{
	padding :0;
	margin :0;
	background-image: url(images/fso_grad3.jpg);
	background-repeat: repeat-x;
	background-color: #697989;
	color: #333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#fso_main{
	width: 740px;
	height: 500px;
	margin: 50px auto 10px auto;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
}
#fso_main #nav {
	background-color: #B8B8B9;
	height: 15px;
	width: 740px;
}
#innercontent {
	width: 640px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #B8B8B9;
	border-right-color: #B8B8B9;
	border-bottom-color: #B8B8B9;
	border-left-color: #B8B8B9;
	border-bottom-style: solid;
	height: 305px;
	position: absolute;
	left: 40px;
	top: 44px;
	padding: 5px;
	overflow: auto;
}

#fso_main #nav ul {
	list-style: none;
	margin: 0;
	border: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

#fso_main #nav li {
	margin: 0;
	display: inline;
	float: left;

}
#fso_main #nav a {
	display: block;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #000000;
}
	html>body #fso_main #nav li a {
		width: auto;
		}

#fso_main #nav a:hover {
	background-color: #FFFFFF;
}
#fso_main #content {
	background-image: url(images/body.jpg);
	background-repeat: no-repeat;
	height: 408px;
	width: 740px;
	position: relative;
}
#fso_main #footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 17px;
	width: 740px;
	font-size: .8em;
	color: #EEEEEE;
	font-variant: small-caps;
	text-align: center;
}


#disclaimer{
	width: 740px;
	height: 20px;
	margin: 0px auto 0px auto;
	text-align: center;
	font-size: 10px;
	color: #BBB;
}
#fso_main #mainpage {
	background-image: url(images/mainpage.jpg);
	background-repeat: no-repeat;
	height: 408px;
	width: 740px;
	position: relative;
}
#fso_main #mainleft {
	height: 200px;
	width: 355px;
	position: absolute;
	top: 30px;
	left: 30px;
}
#fso_main  #mainrttop {
	height: 250px;
	width: 300px;
	position: absolute;
	left: 418px;
	top: 40px;
	overflow: auto;
}
#fso_main #mainbttop {
	height: 57px;
	width: 300px;
	position: absolute;
	left: 418px;
	top: 327px;
}
#fso_main #mainleft p {
	font-size: 0.9em;
	margin-top: -10px;
	}

