﻿
body{
	margin: 0;
	padding: 0;
	background-color: #CCCCFF;
	color: #000000;
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 1em;
}

#wrapper{
	margin: 1em auto 1em auto;
	padding: 0px;
	background-color: #CCCCFF;
	width: 80%;
	max-width: 1300px;
	border: 1px solid #000033;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	-moz-border-top-left-radius: 1em;
	-moz-border-top-right-radius: 1em;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-top-right-radius: 1em;
}

#header{
 	padding: 1.5em;
	border-bottom: 1px solid #000033;
	text-align: left;
 	background-color: #0000FF;
	color: #ffffff;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	-moz-border-top-left-radius: 1em;
	-moz-border-top-right-radius: 1em;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-top-right-radius: 1em;
}

/* --- Top Nav Styles --- */
.topNav{
	background-color: #CCCCFF;
	padding-top: .2em;
	padding-bottom: .2em;
 	padding-left: .8em;
	border-bottom: 1px solid #000033;
	text-align: center;
	font-size: 1em;
	color: inherit;
}

.topNav a{
	font: normal 1em trebuchet ms, verdana, sans-serif;
	font-weight: bold;
	border: 1px solid #000033;
	color: #ffffff;
	background: #0000FF;
	display: inline;
	line-height: 17px;
	padding-left: 7px; /*link text is indented 7px*/
	padding-right: 7px; /*link text is indented 7px*/
	text-decoration: none;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}

.topNav a:hover { 
	color: #0000FF;
	background-color: #CCCCFF;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}

.topNav ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.topNav li {
	display: inline-block;
	padding: .4em .2em;
}

.topNav p{
	margin: 0;
	padding: 0;
	line-height: 2.4em;
}

/* --- Nav Styles --- */
.nav{
	float: left;
	width: 200px;
	background-color: #CCCCFF;
}

.nav .headerbar {
	font: bold 1em trebuchet ms, verdana, sans-serif;
	background-color: #0000FF; 
	color: #CCCCFF;
	border: 1px solid #000033;
	margin-bottom: 5px;  /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 7px 0 7px 31px;  /*31px is left indentation of header text*/
}

.nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.nav ul li {
	padding-bottom: 3px; /*bottom spacing between menu items*/
}

.nav ul li a {
	font: normal 1em trebuchet ms, verdana, sans-serif;
	font-weight: bold;
	border: 1px solid #000033;
	color: #ffffff;
	background: #0000FF;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
}

.nav ul li a:hover { 
	color: #0000FF;
	background-color: #CCCCFF;
}

/* --- Content Styles --- */
#content{
	margin-left: 200px;
 	padding: .9em;
	text-align: left;
	vertical-align: top;
	line-height: 1em;
	background-color: #FFFFFF;
}

#contentTown {
 	padding: 2em;
	text-align: left;
	vertical-align: top;
	line-height: 1em;
	background-color: #FFFFFF;
}


#footer{
	clear: both;
	border-top: 1px dotted #000033;
	padding: .1em;
	line-height: .1em;
	text-align: center;
	font-size: .7em;

	background-color: #CCCCFF;
	color: #0000FF;
}

#footer a{
	color: #0000FF;
	text-decoration: underline;
}

/* Heading Styles */
h1 {
	font-size: 1.6em; 
	line-height: 1em;
	color: #000033;
}

h2 {
	font-size: 1.2em;
	text-align: center;
	text-decoration: underline; 
	line-height: 1em;
	color: #000033;
}

/* --- Font Styles --- */
.font1 {
	font-size: 2em; 
	color: #ffffff;
}

.font2 {
	font-size: 1.3em; 
	font-weight: bold; 
	color: #ffffff;
}

.fontlg {
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
}

/* --- Used to center anything --- */
.center {
	text-align: center;
}

/* List Styles */
.ulNs {
	list-style-type: none;
}

li {
	line-height: 1.5em;
}

img100 {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}


@media screen and (max-width: 638px) {

#wrapper {
	width: 98%;
}

}


@media screen and (max-width: 526px) {

#wrapper {
	width: 98%;
}

#skipTo {
		
	display: block;
		
}


.nav{
	width: 100%;
	padding-bottom: 10px;
}

#content {
	float: left;
	clear: left;
	margin: 0 0 5px; 
		
	
}

li {
	line-height: 1.8em;
}

}





