/* Base Style */

body {
	background-color: #CCC;
	background-attachment: fixed;
	font-family: Geneva, Verdana, sans-serif;
	font-size: 0.9em;
	color: #FFF;
	text-align: center;
}

h1 {
	width: 700px;
	height: 150px;
	padding-top: 10px;
	background-image: url(../images/banner3.jpg);
}

p {
	margin-right: 20px;
	margin-left: 20px;
}

.table {
	background-color: #900;
	width: 700px;
	height: 800px;
	padding: 1px 15px 10px 15px;
	margin: 20px 230px 0px 230px;
}

div#nav {
	border-bottom-width: 5px;
	border-bottom-color: #FFF;
	border-bottom-style: solid;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.link {
	padding: 0px 5px 0px 5px;
}
	
a:link {
	text-decoration: none;
	color: #FFF;
}

a:visited {
	text-decoration: none;
	color: #FFF;
}

a:active {
	text-decoration: underline;
	color: #000;
}

a:hover {
	text-decoration: underline;
	color: #FFF;
}

.content {
	text-align: justify;
}

.center {
	text-align: center;
}

.theresa {
	font-size: 85%;
	text-align: right;
}