/* CSS Document */

/* commented backslash hack v2 \*/
html, body {
	height:100%;
}
/* end hack */
html {
	width:80%;
}
body {
	padding:0px;
	margin:0px;
	background-color:#CEA7FE;
}
#outer {
	min-height:100%;
	margin-left:150px;
	margin-right:150px;
	background-color:#CEA7FE;
	margin-bottom:-120px;
}
*html #outer {
	height:100%;
}
#header {
	position:absolute;
	top:0px;
	left:0px;
	width:1000px;
	height:109px;
	background-color:#CEA7FE;
}
#header2 {
	position:absolute;
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	text-decoration:none;
	color:#660066;
	top:132px;
	left:390px;
}
#clearheader {
	height:150px;
}
#left {
	float:left;
	width:150px;
	height:625px;
	background-color:#660066;
	margin-left:-149px;
	position:relative;
	left:-1px;
}
#text{
	font-family:"Seabird Light SF", "Blue Ridge SF", Arial, SansSerif;
	font-size:20px;
	font-weight:bold;
	color:CEA7FE;
}
#center-farleftwindow {
	width:170px;
	height:531px;
	background-color:#CEA7FE;
	margin-left:150px;
	position:absolute;
	top:356px;
}
#center-leftwindow {
	width:170px;
	height:531px;
	background-color:#CEA7FE;
	margin-left:320px;
	position:absolute;
	top:355px;
}
#centerwindow {
	width:170px;
	height:531px;
	background-color:#CEA7FE;
	margin-left:490px;
	position:absolute;
	top:355px;
}
#centercontent {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:35px;
	color:#333300;
	font-weight:bold;
	height:150px;
	padding:7px;
}
#centercontent2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9px;
	color:#333300;
	height:400px;
	padding:10px;
}
#center-rightwindow {
	width:170px;
	height:531px;
	background-color:#CEA7FE;
	margin-left:660px;
	position:absolute;
	top:355px;
}
#center-farrightwindow {
	width:170px;
	height:531px;
	background-color:#CEA7FE;
	margin-left:830px;
	position:absolute;
	top:355px;
}
#right {
	float:right;
	width:150px;
	height:625px;
	background-color:#660066;
	margin-right:-149px;
	position:relative;
	right:-1px;
}
#footer {
	position:absolute;
	top:3000px;
	margin-left:130px;
	width:80%;
	clear:both;
	height:40px;
	border-top:1px solid purple;
	background-color:#CEA7FE;
	color:#660066;
}
#clearfooter {
	height:1px;
	clear:both;
}
/* ie mac styles */
* > html #clearfooter {
	float:left;
	width:100%;
}
/* Combat IE's 3 Pixel Gap */
* > html #centercontent {
	height:1%;
	margin-bottom:15px;
}
/* Safari Wrapper */
html > #minHeight {
	float:left;
	width:0px;
	height:100%;
	margin-bottom:150px;
}
/* Clear Top Margin for Mozilla */
div, p {
	margin-top:0px;
}
ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom:1px #FFFF99;
	width:120px;
	padding:0px;
	margin:0px;
}
li {
	list-style-type:none;
}
li a {
	display:block;
	border:1px #FFFF99;
	border-left:10px #FFFF99;
	border-bottom:none;
	color:#CEA7FE;
	text-decoration:none;
	font-size:80%;
	font-weight:bold;
	height:18px;
	padding-left:5px;
	padding-top:1px;
}
li a:hover {
	border-left:10px #669900;
	color:#669900;
}
p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#CEA7FE;
}
H6 {
	font-family:Arial, "Times New Roman", Times, serif;
	color:#660066;
	font-size:24px
	text-decoration:none;
}				
a {
	text-decoration:none;
	color:#660066;
}

