/* Last edited 11/05/06 */

h1 {
	text-align: center;
	color: black;
	font-family: Times, serif;
	font-size: 50pt;
}

.header {
	padding: 0;
	margin: 0;
}

h2 {
	text-align: center;
	color: black;
	font-family: Times, serif;
	font-size: 20pt
}

h3 {
	text-align: center;
	color: blue;
	font-family: Times, serif;
	font-size: 24pt
}

body {
	background: #A7A7A7;
}

hr {
	color: navy;
	height: 4pt;
}

a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	color: green;
	text-decoration: none;
}
 
a:hover {
	color: blue;
	text-decoration: underline;
} 

a:active {
	color: red;
	text-decoration: none;
}

.container {
	width: 100%;
	margin: 0px;
	border: 1px, #666666;
	line-height: 150%;
}

.header, .footer {
	padding: 0.5em;
	color: #000000;
	background-color: #6600CC;
	clear: left;	
}

.content {
	margin-left: 190px;
	border-left: 1px, #666666;
	padding: 1em;
}
.wrapper {
	background: #FFFFFF url(Images/marblefaint.jpg) repeat fixed;
	position: relative;
	width: 1100px;
	top: auto;
	overflow: auto;
	height: auto;
	border: 10px double #000000;
	margin: auto;
	left: 0%;
	visibility: visible;
	right: auto;
}
