body {
	background-color: #999966;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;

}

/* The main table that holds everything */

.contentTable {
	background-color: #FFFFFF;
	border: 2px solid #993300;

}

/*the main menu */

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	text-align: left;
	list-style-type: none;
	padding: 70px 10px 10px;
	list-style-position: outside;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;

}

/*submenu is the indented menu for Projects*/

.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	padding-left: 10px;

}

/*All paragraphs will look like this */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;

}

/* All page headings will look like this */

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #999966;
	background-color: #FFFFFF;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 10px;
}

/* All Headings 4 will look like this */

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;

}

/* Any text that is in cells but not within paragraph tags will look like this */

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* The line seperating menu items and parts of the body, as in the Home page will look like this */

.divider {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/* The solid line between the logo part and rest of the page */

.topofpage-divider {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #993300;
}

/* All links */

a:link {
	color: #993300;
	text-decoration: none;
	font-weight: bold;

}

/* After links have been visited, they will look like this */

a:visited {
	color: #666633;
	text-decoration: none;
	font-weight: bold;

}

/* When you go over a link, it will look like this */

a:hover {
	color: #666633;
	text-decoration: underline;
}

/* At the bottom of the page, the Contact info */

.footer {
	background-color: #F3E79C;
	text-align: center;
	padding: 10px;
}
