body{
	margin:0;
	background:#B99B40;
	padding: 0em;
	margin: 0px auto;
}



.mainContainer{
	width: 800px;
	height: 100%;
	padding: 0px;
}

.splashContainer{
	width: 800px;
	height: 100%;
	padding: 0px;
}

.leftShadow{
	background-image: url(../images/shadow_left.gif);
	background-repeat: repeat-y;
	width: 30px;
}

.rightShadow{
	background-image: url(../images/shadow_right.gif);
	background-repeat: repeat-y;
	width: 30px;
}

.mainContent{
	width: 740px;
	background-image: url(../images/background_bluePrint.jpg);	background-color: #FFFFFF;
	background-repeat: no-repeat;
	border: #000000;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	padding: 0px;
	vertical-align: top;
}

.navContent{
	width: 740px;
}

.mainSplashContent{
	width: 740px;
	background-color: #FFFFFF;
	border: #000000;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	padding-top: 50px;
	vertical-align: top;
}

.logo{
	position: relative;
	left: 20px;
	top: 30px;
	z-index: 100;
}

.topBanner{
	background-color: #4F574B;
	border: #000000;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	
}

.splashMessage{
	background-color: #4F574B;
	border: #000000;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 45px;
	padding-left: 45px;
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	color: #ffffff;
	text-align:justify;
	width: 40%;
	height: 100%
}

.splashBanner{
	text-align: center;
	background-color: #ffffff;
	border: #000000;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
}

.miniBanner{
	background-color: #4F574B;
	position: relative;
	border: #000000;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
}

.bannerMessage{
	position: relative;
	top: -188px;
}

.navigation{
	position: relative;
	left: -30px;
	text-align: right;
}

.homeContent{
	position: relative;
	top: 40px;
	width: 94%;
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-align:justify;
}

.projectContent{
	position: relative;
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	line-height: 150%;
	color: #666666;
	text-align:center;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	margin-top:4px;
	margin-bottom:8px;
	margin-right:20px;
}

.projectContentOver{
	mouse:cursor;
	position: relative;
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	line-height: 150%;
	color: #999999;
	text-align:center;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	margin-top:4px;
	margin-bottom:8px;
	margin-right:20px;
}

.linkContent{
	position: relative;
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	line-height: 150%;
	color: #b99b40;
	text-align:center;
	border: 1px solid #666666;
	background-color: #4f574b;
	margin-top:4px;
	margin-bottom:8px;
	margin-left:20px;
}

.linkContentOver{
	mouse:cursor;
	position: relative;
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	line-height: 150%;
	color: #4f574b;
	text-align:center;
	border: 1px solid #666666;
	background-color: #b99b40;
	margin-top:4px;
	margin-bottom:8px;
	margin-left:20px;
}

.splashContent{
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 80%;
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-align:justify;
}

.content{
	position: relative;
	top: 20px;
	width: 90%;
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-align:justify;
}

blockquote {
	font-style: italic;
}

blockquote div {
}

.footer{
	font-family: arial;
	font-size: 8pt;
	font-weight: normal;
	color: #7F7F7F;
	vertical-align: top;
}

.formValue{
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-align:justify;
}

.formLabel{
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-align:justify;
}

.f10 {
	font-size: 10pt;
}

.justify{
	text-align: justify
}

a:link    {color: #4F574B; text-decoration: none}

a:visited {color: #4F574B; text-decoration: none}

a:hover   {color: #4F574B; font-weight: bold; text-decoration: underline}
