@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: repeat-x;
	background-position: center top;
	
	
}
.thrColFixHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	padding: 5px 0 5px 0;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center;
	height:152px;

} 



.thrColFixHdr #mainContent {
	margin-top: 14px;
	margin-right: 160px;
	margin-bottom: 0;
	margin-left: 160px;
	padding-top: 0;
	padding: 0;
	min-height: 610px;
	max-height: 610px;
	_height: 610px;
	text-align:center;
	zoom:1;
} 
.thrColFixHdr #footer {
	padding: 0;
	text-align: center;
	font-size:10px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	color: #666;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.botleftfloat {
	float:left;
	margin-top:10px;
	width:320px;
}
.botrightfloat {
	float:right;
	margin-top:10px;
	width:320px;
}
.midbox {
	float:left;
	width:165px;
	_width:164px;
}
.midboxend {
	float:left;
	width:165px;
	_width:158px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height: 10px;
}
.topmenu {
	text-align:center;
	font-size:10px;
	padding:10px 0 10px 0;
	margin-bottom:10px;
	color:#FF54A6;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.rightbar {
	float:right;
	width:150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0;
}

.sidemenu {
	font-size:11px;
	width:150px;
	display: block;
	float: left;
	
}
.sidemenu ul {
	padding:0;
	margin:0;
	height:602px;
	display: block;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;	
}

.sidemenu li a {
	text-align: right;
	display: block;
	margin:3px 0 3px 0;
	background-image: url(images/buttons.jpg);
	color: #666;
	width:150px;
	height:40px;
}

.sidemenu li a span{
	line-height:40px;
	padding:0px 10px 0 10px;
}


.sidemenu li a:hover {
	background-image: url(images/buttons.jpg);
	background-position: 0 -80px;
	text-decoration:none;
	color: #666;
}
.sidemenu li a.active {
	background-image: url(images/buttons.jpg);
	display:block;
	background-position: 0 -40px;
	text-decoration:none;
	color: #666;
}
.midpics {
	text-align:center;
	height: 368px;
	_padding-top: 0px;
	
}
.welcometext {
	text-align:justify;
	height: 240px;
	word-spacing: 0.06em;
	line-height:14px;
}
h1 {
	font-size:14px;
	margin:12px 0 12px 0;
}
h2 {
	font-size:14px;
	text-decoration:underline;
	color:#666;
	margin:12px 0 12px 0;
}
h3 {
	font-size:14px;
	color:#f172ac;
	margin:0 0 12px 0;
	text-align: left;
}
h4 {
	font-weight:bold;
	font-size:11px;
	margin:12px 0 12px 0;
}
h5 {
	font-size:11px;
	color:#f172ac;
	margin:12px 0 12px 0;
}
h6 {
	margin-top:0px;
	margin-bottom:0px;
	font-size:14px;
	color:#FE57A7;
	text-decoration:underline;
	text-align: left;
	margin:12px  0 12px 0;
}


a.topactive:link, a.topactive:visited, a.topactive:hover, a.topactive:active {
	text-decoration:underline;
	color:#FE57A7;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}


.latiss {
	line-height:26px;
}
.cakewrap {
	font-size:11px;
	text-align:justify;
	overflow:auto;
	height: 385px;
	width:640px;
	max-width:640px;
	max-height:385px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}
.innerwrap {
	padding-right:10px;
	text-align: justify;
}
img {
	border:none;
}
.lilpicwrapped {
	float:right;
	height:128px;
	padding: 50px 0 50px 10px;
}
.center {
	text-align:center;
	margin:0 auto;
}
p {
	margin-top:14px;
	margin-bottom:14px;
}



.dirwrap {
	height:610px;
	text-align:left;
	font-size: 12px;
	line-height: 17px;
}
.compquest {
	padding-top:5px;
	margin:0 auto;
	text-align:center;
	width:100%;
	height:90px;
	font-size:12px;
	background-color:#EAC1CF;
}
.mispicspacer {
	padding:0 0 0 40px;
	width:135px;
}
li {
	display:inline;
}
.tableless {
	float:left;
	width:163px;
}
.textwrap {
	width:540px;
	float: left;
}
.validfoot {
	text-align:left;
	font-size:8px;
	margin-top:5px;
}
.directoryfoot {
	text-align:center;
	font-size:9px;
	margin-top:5px;
}

