/* CSS Document */


body {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px;
	margin: 2em;
	background-image: url(images/newblue.jpg);
	background-color:#143366;
	background-repeat: repeat-x;
}
		
		#container		
		{
	background-color:#fff;
	border: 2px solid #660000;
	background-position: right;
	min-width:690px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;		}
		
		#banner
		{
	border-bottom: 2px solid #660000;
	height: 120px;
	background-image: url(bannerbg.gif);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
		}
		
		#bannerright
		{
	float:right;
	position: relative;
	padding-right: 50px;
		}
		
		
		#bannerleft
		{
	float:left;
	position: relative;
	padding-left: 10%;
		}
		
		#bannerbottom
		{
	margin: 0;
	padding: .5em;
	position: relative;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
		}
		
		#nav
		{
	position: absolute;
	top: 166px;
	width: 160px;
	right: 50px;
	margin-right: 10px;
	background-color: #CCFFCC;
	padding-top: 3px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
		}
		
		#content
		{
	padding-top: 1em;
	margin: 0 200px 0 0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding-left: 1em;
		}
		
		#content h1 {
	margin-top: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ccffcc;
	font-weight: 400;
	font-size: 28px;
	color: #000066;
	border: 4px solid #660000;
	text-indent: 4px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
		#content h2 {
	margin-top: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ccffcc;
	font-weight: 400;
	font-size: 24px;
	color: #000066;
	border: 4px solid #660000;
	text-indent: 4px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

		#content h3 {
	margin-top: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #9999FF;
	font-weight: 300;
	font-size: 20px;
	color: #996600;
	border: 2px solid #660000;
	text-indent: 4px;
	background-position: center;
}
		
		#footer
		{
	clear: both;
	text-align: right;
	border-top: 2px solid #660000;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	background-image: url(bannerfoot.gif);
	height: 120px;
	padding-left: 3px;
		}
		
		#footerright
		{
	float:right;
	position: relative;
	padding-top: 3px;
	padding-bottom: 3px;
		}
		
		#footerleft
		{
	float:left;
	position: relative;
	padding-top: 3px;
	padding-right: 3px;
		}
		
		.classtitles {
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  color: #000066;
  background-color: #ccffcc;
  border: 4px solid #660000;
  line-height: 28px;
  text-indent: 3pt;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

		#gallery {
	margin-right: 15px;
	margin-left: 15px;
}

		#gallery img {
	border: 3px groove #660000;
}

#topimage {
	padding: 15px;
	float: right;
}

.navlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	font-variant: small-caps;
	text-decoration: none;
	line-height: 24px;
	color: #000066;
	background-color: #6699FF;
	text-align: center;
}
.redletters {
	color: #F00;
}
