/* General formatting */

body {
	margin: 0px;
	background: url(/background.png);
	font: 12pt Verdana,sans-serif;
	}
img {
	border: 0px;
	}
h1 {
	font-size: 25px;
	}
h2 {
	font-size: 18px;
	}

#title-wrapper {
	margin-left: 200px;
	padding-left: 10px;
	}
#nav-wrapper {
	margin-left: 200px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 10px;
	background: #f5f5f5;
	border-top: 2px;
	border-bottom: 2px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-color: #090;
	}
#content-wrapper {
	margin-left: 200px;
	padding-left: 10px;
	}

#footer-wrapper {
        margin-top: 20px;
        margin-left: 200px;
        padding-left: 10px;
}

    
/* Formatting for the title and top navbar */

#title {
	font-size: 31pt; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: bold; 
	line-height: 40pt; 
	padding-top: 10px;
	}
#contact {
	font-size: 9pt;
	}
#top-bar {
	background: #f5f5f5;
	}
#nav-wrapper p {
	padding-top: 0px;
	padding-bottom: 3px;
	margin: 0px;
	}
#nav-wrapper a {
	color: #090; 
	text-decoration: none
	}

/* Formatting for green-background bar on the left-hand side */

#left-bar {
	width: 200px;
	float: left;
	}
#left-image {
	margin-top: 3px;
	margin-left: 2px;
	}
#left-content {
	margin-left: 5px;
	margin-right: 5px;
	color: #fff;
	font-size: 9.4pt;
	}
#left-bar a {
	color: #fff;
	font-style: normal;
	}
#left-bar .sidehead {
	font-weight: bold;
	font-size: 12pt;
	}
#left-bar ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}
#left-bar li { 
	margin: 0px;
	padding-left: 6px;
	}

/* Formatting for the little copyright footer */

#footer {
        font-size: 8pt;
        }