body {
	padding: 30px 0px 0px 0px;
	background-image: none;
	background-color: #000066;
}
.container_24{
background-color:white;
}
#header{
height:100px;
}
#footer{
border-top:solid 1px gray;
text-align:center;
font-size:11px;
padding-top:10px;
padding-bottom:10px;

color:#666666;
}
#menu1 {
	background-color:#91C1F8;
	height:20px;
	background-image: url(../images/bluegrad.gif);
	background-repeat: no-repeat;

}
#menu1 a{
	margin-left:120px;
	padding-left:15px;
	float:left;
	display:block;
	color:black;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
#menu1 a:hover {
	background-image: url(../images/yellowsquare.gif);
	
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
#menu2 {
	background-color:#FBFE85;
	height:20px;
	background-image: url(../images/yellowgrad.gif);
	background-repeat: no-repeat;
}
#menu2 a{
font-family: Verdana, Arial, Helvetica, sans-serif;
padding-left:17px;
margin-left:23px;
margin-right:10px;
float:right;
display:block;
color:black;
font-weight:bold;
text-decoration:none;
text-align:center;
}
#menu2 a:hover {
	background-image: url(../images/bluecirc.gif);
	background-repeat: no-repeat;
	background-position: 5px;

}
p {
line-height:15px;
}
.projBox{
width:840px;
border:solid gray 1px;
padding:5px;
margin-left:10px;
margin-bottom:10px;
}
#gendesc {
	padding-top:5px;
}
#windowbox {
	padding-top:5px;
	overflow:auto;
	height:420px;
	text-align:center;
}
#windowbox img{
margin-bottom:15px;
}
.projectbox {
border:solid 1px gray;
margin-top:10px;
margin-left:3px;
margin-right:3px;
background-color:#fff;
}
