p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12pt;
	margin: 0px;
	padding: 1px;
	text-indent: 5px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #903;
	text-indent: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #903;
	text-indent: 5px;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #903;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #EEE;
	margin: 1px;
	padding: 2px;
	font-weight: normal;
	text-align: right;
	text-indent: 2px;
}
.highlight {
	font-size: 16pt;
	color: #066;
	font-weight: bold;
	text-align: center;
}
a:link {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12pt;
	color: #080;
	text-decoration: none;
	margin: 1px;
	padding: 1px;
}
a:visited {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12pt;
	color: #C6F;
	text-decoration: none;
}
a:hover {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12pt;
	color: #933;
	text-decoration: none;
}
a:active {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12pt;
	color: #888;
	text-decoration: none;
}
#header {
	margin: 0px;
	padding: -1px;
	height: 200px;
	width: 1000px;
}
#Menu {
	margin: 0px;
	padding: 0px;
	height: 75px;
	width: 1000px;
	background-color: #EEE;
}
#LHS {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 150px;
	background-color: #000;
	height: 1250px;
}
#content {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 850px;
	background-color: #EEE;
	height: 1250px;
}
#footer {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 40px;
	width: 1000px;
	background-color: #000;
}
#wrap {
	width: 1000px;
	padding-left: 200px;
}
#outer {
	background-color: #500;
	margin: -20px;
	padding: -5px;
	height: 1700px;
}
.bold {
	font-weight: bold;
}
