/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E6E6E6;
	margin-top: 0px;
}

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 100px;
	}
  
#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	}
	
#topContent {
	width: 780px;
	height: 600px;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	top: 180px;
	padding: 10px;
	background-color: #FFF;
	text-align: justify;
	border-bottom: 4px solid #800080;
	}
	
#leftContent {
	width: 380px;
	position: absolute;
	margin-right: auto;
	margin-left: 0px;
	top: 180px;
	padding: 10px;
	background-color: #FFF;
	text-align: center;
	border-bottom: 4px solid #800080;
	}
	
#rightContent {
	width: 380px;
	position: absolute;
	margin-right: auto;
	margin-left: 400px;
	top: 180px;
	padding: 10px;
	background-color: #FFF;
	text-align: center;
	border-bottom: 4px solid #800080;
	}
	
#navcontainer ul {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background-color: #800080;
	color: white;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 18px;
	/* fixes Firefox 0.9.3 */
	}

#navcontainer ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
	}

#navcontainer ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: white;
	text-decoration: none;
	}

#navcontainer ul li a:hover {
	background-color: #B600B9;
	color: white;
	}
	
#footerContent {
	width: 800px;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 635px;
	z-index: 100;
	}
	
.floatright {
	float: right;
	margin: 5px;
	border: 1px solid #800080;
	padding: 1px;
	}

.floatleft {
	float: left;
	margin: 5px;
	border: 1px solid #800080;
	padding: 1px;
	}
	
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 0.9em;
}

p.center {
	text-align: center;
}

p.right {
	text-align: right;
}

p.bold {
	font-weight: bold;
}

p.centerbold {
	font-weight: bold;
	text-align: center;
}

p.sub {
	font-size: 0.8em;
	text-align: center;
	font-weight: bold;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #800080;
	font-size: .9em;
	text-align: left;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #800080;
	font-size: 1em;
	text-align: center;
	}
	
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #800080;
	font-size: .9em;
	text-align: center;
	}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #000;
	font-size: 1em;
}

a:hover {
	text-decoration: none;
	color: #800080;
	font-size: 1em;
}

img.border {
	border: 1px solid #800080;
	padding: 1px;
}

img.noborder {
	border: none;
	}

ul.bullets {
	margin-left: 0; padding-left: 0;
}

li.bullets {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #000;
	list-style-position: inside;
	list-style-type: disc;
}

li.bulletoff {
	list-style-type: none;
	font-weight: bold;
}