body {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #003333;
	margin: 0px;
	padding: 50px;
	background-image: url(Images/background1.jpg);
}

body a:link, body a:visited {
color: #003300;
}

body a:hover {
color: #009900;
}


a {
	font-size: .9em;
	color: #003333;
}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}

h3 {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul {
	list-style-type: none;
	list-style-position: outside;
}

li {
	padding: 4px;
}

#Masthead {
	border-top: none;
	border-right: none;
	border-bottom: thick solid #CC6666;
	border-left: none;
}

#Logo {
	padding-bottom: 25px;
}


#Mainlinks ul {
	font-size: 1.1em;
	list-style:  none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	margin-left: 120px;
	height: 15px;
}

#Mainlinks li {
	display: inline;
	margin-right: 35px;
}

.mainlink {
	background-color: #A6BCCC;
	color: #003333;
 	border-top: thin solid;
	border-right: thin solid;
	border-bottom: thin solid;
	border-left: thin solid;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 2px;
}

.examplelist {
	font-size: 0.9em;
	list-style-type: disc;
}

.title {
	text-align:center;
}

#Content {
	font-size: 1.2em;
	padding: 15px 50px 50px;
}
