body {
	background-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 0px;
}
h1 {
	color: #000000;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
h2 {
	color: #1A65A6;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
a {
	color: #FF0000;
}

a:hover{
	color: #0000FF;
	text-decoration: none;
}
.container {
	width: 942px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/navbar.jpg);
}

.container #copy {
	width: 942px;
	text-align: center;
	font-weight: bold;
	color: #FF0000;
	padding-top: 5px;
	float: left;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #1A65A6;
	padding-bottom: 5px;
	}
	.container #story {
	padding-right: 10px;
	background-color: #FFFFFF;
	padding-left: 10px;
}
.menucont {
	width: 145px;
	text-align: center;
}
#sectionLinks{
	margin: 0px;
	padding: 0px;
	background-color: #1A65A6;
}

#sectionLinks h3{
	padding: 110px 0px 10px 10px;
	border-bottom: 1px solid #000000;
	color: #FFFFFF;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	padding: 3px 0px 3px 0px;
	color: #FFFFFF;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #58A2E4;
	border-bottom-color: #103D65;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #58A2E4;
	border-left-color: #103D65;
}
.menutext {
	background-color: #999999;
	color: #000000;
	text-align: center;
	padding: 3px;
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3B3B3;
}

.menutext2 {
	background-color: #99FF99;
	color: #000000;
	text-align: center;
	padding: 3px;
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3B3B3;
}



#sectionLinks a:hover{
	text-decoration: none;
	background-color: #B4D6F3;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B3B3B3;
}

.menu1{
border-style: inset;
border-width: 0px;
background-color: #CBCBD5;
}


.submenu{
 background-color:#FFFFCC;

}

.hide{
display: none;
}
