body { 
	background-color: #7295DC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*  wrapper = grey border box surrounding page */
#wrapper {
	width: 800px;
	margin-left: 10%;
	margin-right: 10%;
	background-color: #ffffff;
	border: solid 2px #9c9b99;
	padding: 0px;
}
/*  header = photos in header */
#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #000000;
	background-color: #CCFF99;
	vertical-align: center;
	width: 800px;
	height: 200px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #9c9b99;
	
}
/*  content = defines text and area for main content of page */
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #000;
	background-color: #ffffff;
	padding-left: 25px;
	padding-right: 5px;
	padding-top: 0px;
	float: left;
	width: 580px;
}
/*  bold text and headings defined */
.boldbodytext { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.bigboldbodytext { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.bodytext { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}

/*  navigation = defines navigation/menu section of page */
#navigation {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 2;
	color: #0000CC;
	float: left;
	width: 185px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 100px;
	background-position: top;
	vertical-align: top;
	/* height: 500px; */
	background-color: #ffffff;
	position: static;
}

/* ul & li = NAVIGATION BUTTONS - defines unordered list and list items that create side navigation - includes graphic navButton.gif link */
div#menulist ul{
	width:185px; 
	list-style-position: inside;
	list-style-image: url(images/navButton.gif);
	padding: 0px;
	margin: 0px;
	background-color: #CCFF99;
	float: left;
	vertical-align: top;
	padding-top: 0px;
}

div#menulist ul li {
	border-style: solid;
    border-color: #9c9b99;
	border-bottom-width: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 0px;
	text-indent: 10px;
}

div#menulist li.bordertop {
	border-top-width: 0px;
	border-color: #9c9b99;
}

div#menulist li.borderbottom {
	border-bottom-width: 1px;
	border-color: #9c9b99;
}
/* sets LINK effect color, etc...  */
div#menulist .navLink A:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	text-decoration: none;
	background-color: #CCFF99;
	color: #0000FF;
}
div#menulist .navLink A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	text-decoration: none;
	color: #3162c8;
	background-color: #CCFF99; 
}
div#menulist .navLink A:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	text-decoration: none;
	color: black;
	background-color: #CCFF99;
	}
div#menulist .navLink A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	text-decoration: underline; 
	color: #000033;
	background-color: #CCFF99;
}
/* no underline for links */
a {
	text-decoration: none;
}

/* for images included under navigation */
#navGraphic {
	vertical-align: center;
	width: 185px;
	padding: 20px;
	margin: 20px;
}

/* text and defining div for footer  */
.smallbodytext { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 20px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
	color: #333333;
	background-color: #ffffff;
	padding-left: 25px;
	padding-top: 30px;
	padding-bottom: 30px;
	clear: both;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: solid;
	border-color: #9c9b99;
}
