body {
	font-family: Times New Roman;
	font-size: 100%;
	color: #FF9933;
	background: #3E3535;
	margin: 0px;
	padding: 0px;
}

p {
	position: static;
	font-family: Times New Roman;
	font-size: 100%;
	text-align: justify;
	margin-top: 2px;
	margin-bottom: 15px;
}

.titles {
	font-size: 75%;
	text-indent: 10px;
}

div {
	text-align: justify;
}

div.first:first-letter {
	font-size: 300%;
	float: left;
}

h1 {
	color: #a52a2a;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 5;
	text-align: center;
}

h2 {
	color: #a52a2a;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10;
	text-align: center;
}


a {
	text-decoration: none;
	font-size: 110%;
}

a:link {
	color: #FDD017;
	}

a:visited {
	color: #F88017;
}

a:active {
	color: #FF0000;
}

a:hover {
	color: #A52A2A;
}

/* Layout */

.navigation {
	width: 1050px;
	position: relative;
	background: #3E3535;
	padding-bottom: 0px;
	padding-top: 0px;
	margin:0 auto;
	text-align: center;
	left: -9px;
}

.pageBody {
	width: 1050px;
	align: center;
	background: #000000;
	padding-bottom: 3px;
	padding-top: 0px;
}

.header {
	width: 1050px;
	position: relative;
	left: -3px;
	top: -5px;
	height: 210px;
	clear: left;
}

.leftColumn {
	float:left;
	text-align:left;
	width:160px;
	margin:0px;
	padding:0px;
}

.centerColumn {
	margin-left:250px;
	margin-right:300px;
	padding: 0px;
}

.rightColumn {
	float:right;
	text-align:left;
	width:300px;
	margin:0px;
	padding:0px;
}

.footer {
	width: 1050px;
	margin: 0px;
	padding: 10px;
	clear: left;
}

/* End Layout */