* {
	padding:0;
	margin:0;
}
body {
	text-align: left;
	margin-right: 30px;
	background-color: #133076;
}

#Layer1 {
	width: 975px;
	height: auto;
	z-index: 1;
	margin: 0 auto;
	background-color:white;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color:#000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-left-style:solid;
	border-left-color:black;
	border-left-width:1px;
	border-right-style:solid;
	border-right-color:black;
	border-right-width:1px;
}

#banner {
	top:0px;
	width:auto;
	height:100px;
	z-index:2;
	right: 0px;
	background-color: #00CCFF;
}

#nav {text-align: center;top: 100px;background: #00CCFF;margin: 0;list-style: none;}
#nav li {display: inline;}
#nav li a {text-decoration: none;}
#nav li a:link {color: black;}
#nav li a:visited {color: gray;}

#content {
	left:0px;
	top:140px;
	width:auto;
	height:auto;
	z-index:4;
	right: 0px;
	background-color: #6699FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
}
div.content {
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 60px;
}
#secondarynav {
	text-align: center;
	clear: both;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#content h1 {
	font-variant: small-caps;
	font-size: 24px;
}
heading {
	font-family: "Arial Rounded MT Bold";
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
}

#content .style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	float: left;
	color: #000000;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#content .style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	float: left;
	color: #000000;
	padding-left: 20px;
}

#content .style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-left: 20px;
}

#content .update {
	font-family: Verdana, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	clear: both;
}
.hiddenPic {
	display:none;
}

