/* CSS Document */

body {
	margin: 0px;
	color: #000000;
	background: #F0F0F0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 18px;
	color: #003C7E;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
} 

h2 {
	font-size: 14px;
	color: #003C7E;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
} 

a:link {
	color: #003C7E;
	text-decoration:none;
}

a:hover {
	color: #999;
	text-decoration:none;
}

a:visited {
	color: #003C7E;
	text-decoration:none;
}

#top {
	position: relative;
	margin: 0px auto 0px auto;
	width: 950px;
	height: 950px;
	z-index: 1;
	text-align: center;
	background: url("images/shadow.gif") repeat-y #FFFFFF;	
	background-position: center center;
}

#aboutus {
	position:absolute;
	left:35px;
	top:400px;
	height:505px;
	width:605px;
	text-align:left;
}

#aboutheader {
	position:absolute;
	width:450px;
	height:40px;
	left:1px;
}

#abouttitle {
	position:absolute;
	top:45px;
	left:1px;
	width:599px;
	height:50px;
	text-align:left;
	color:#254D88;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#aboutdesc {
	position:absolute;
	top:100px;
	left:1px;
	width:600px;
	height:399px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}

#quote {
	position:absolute;
	left:29px;
	top:130px;
	width:890px;
	height:250px;
}

