body {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#000066;
	color: #000000;
	margin:0px;
}
 

#wrapper {
	width: 1024px;
	background-image:url(../images/repeat.gif);
	background-repeat:repeat-y;
	margin: 0px auto; 
}

#header {
	height: 235px;
}


#footer {
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	margin: 0px;
	height: 60px;
	clear: both;
	font-size: .7em;
	line-height: 120%;
	color:#333333;
}
.fttxt {
	padding-left: 400px;
}

#footerHome {
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	margin: 0px;
	height: 60px;
	clear: both;
	font-size: .7em;
	line-height: 120%;
	text-align:center;
	color:#333333;
}

#top {
	background-image:url(../images/top.gif);
	background-repeat:no-repeat;
	width: 1024px;
	margin: 0px;
	height: 16px;
	z-index: 1;
}
#content {
	width: 960px;
	height: 900px;
	height: auto;
	margin: 0px 44px 20px 20px;
	font-size: .8em;
	line-height: 120%;
	color:#333333;
}
#content a {
	text-decoration: underline;
	font-weight: bold;
	color:#f9dd5c;
}
#content a:link { color: #000066;}
#content a:visited { color: #000066;}
#content a:hover {	color:#333333;}

#leftColHome {
	width: 480px;
	padding:  0px;
	float:left;
}
#leftColProj {
	width: 500px;
	padding:  0px;
	float:left;
}

#rightColHome {
	width: 410px;
	padding: 20px 20px 20px 30px;
	float:right;
}
#rightColProj {
	width: 400px;
	padding: 20px 20px 20px 40px;
	float:right;
}
.leftColNavy {
	margin-top:2px;
	margin-left:2px;
	background-color:#000066;
	padding: 20px;
}
.leftProjNavy {
	margin-top: 0px;
	background-color:#000066;
	padding: 0px 10px 0px 25px;
}
.HomeLeftColNavy {
	margin-top: 0px;
	background-color:#000066;
	padding: 30px 10px 0px 10px
}
.leftColText {
	padding: 10px 20px;
}
.leftProjText {
	padding: 10px 35px;
}

#leftCol {
	width: 680px;
	padding:  30px 60px 20px 60px;
	float:left;
}
#fullCol {
	width: 895px;
	padding:  30px 60px 20px 60px;
	float:left;
}
#origLeftCol {
	width: 480px;
	padding:  30px 0px 20px 60px;
	float:left;
}
.rightBdr {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-right: 60px;
}

#rightCol {
	width: 300px;
	padding: 30px 60px 20px 60px;
	float:right;
}
.leftBdr {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-left: 39px;
}

h1 {
	font-size: 110%;
	}
h2 {
	font-size: 110%;
	}
.left {
	float:left;
	margin-right:20px;
}
.right {
	float:right;
	margin-left:10px;
}

label {
	float: left;
	width: 90px;
	margin-right: 5px;
	margin-left: 0px;
	text-align: left;
}
.links {
	font-size: 85%;
	}
.links a {
	text-decoration: underline;
	font-weight: bold;
	color:#f9dd5c;
}
.links a:link { color: #000066;}
.links a:visited { color: #000066;}
.links a:hover {	color:#333333;}
