body {
	background:  #9d9c89;
	padding:0;
	margin:0;
	font-size:12px;
	font-family:Arial, Helvetica, Serif;
	color: #333333;

	}
	
a, img{padding:0; margin: 0; border:0}
#subnav h2, #subnav a {margin: 0}

p {padding-bottom:20px; 	line-height:21px;}
li {	line-height:21px;}

#wrapper {
	background: url(../images/bg.jpg) top center repeat-y;
	width: 924px;
	padding:0;
	margin:0 auto 0 auto;
	padding:0;
	text-align: center;
}

#header {
	background: url(../images/header.jpg) top center no-repeat;
	width: 924px;
	height: 193px;
}

#nav {
background: url(../images/bg-nav.jpg) top center no-repeat;
width:924px;
height: 44px;

}


	
#headlink {margin:18px 0 0 25px;}

#byline {padding-bottom:10px;}

#content {
width:800px;
margin: 40px auto 0 auto;

}

#homecontent {
width:800px;
margin: 30px auto 0 auto;

}

#subnav {
float:left;
text-align:center;
width:150px;
}

#text {
margin: 0 40px 0 185px;
padding: 0 0 75px;
text-align:left;
min-height:300px;
}

#hometext {
margin: 0 40px 0 220px;
padding: 10px 0 20px 0;
text-align:left;
}

#hometext p {padding-bottom:25px; 	line-height:21px;}

#footer {
background: url(../images/footer.jpg) top center no-repeat;
width:924px;
height: 174px;
}


.subnav-item-first {border-top:1px solid #979797; padding:15px 10px 10px 10px;}
.subnav-item {border-bottom:1px solid #979797; padding:15px 10px 15px 10px;}

.figure {border: 1px solid #979797; padding: 25px 0 25px 0; text-align:center; margin:0}
.caption {font-size: 11px;  line-height:15px; padding: 5px 10px 25px 10px;  margin:0}

#launchButtonDiv{
	font-size: 24px;	
	padding-left: 25px; padding-right: 25px; padding-top: 25px; padding-bottom: 25px;
	background-color: #6B868D;
	width: 250px;
	height: 30px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	border-style: solid;
	border-width: 2px;
	border-top-right-radius:1em; border-top-left-radius:1em; border-bottom-right-radius:1em; border-bottom-left-radius:1em;
}

.launchButtonDiv{
	color:#FFFFFF;
}

/*
#launchButtonDiv a:link,a:visited{
	color: #FFFFFF;
}
*/


.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

#navcontainer ul li { display: inline; margin-right:20px; position:relative; left:5px;}

#navcontainer ul li a
{
	text-decoration: none;
	padding: .2em 1em;	
	background-color: #036;
}

#navcontainer ul li a:hover
{
	background-color: #369;
}