2@charset "UTF-8";
body  {
font-size:10px;
	font-family:'trebuchet ms', 'century gothic', verdana, sans-serif;
	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: #000000;
}

p.news{
	font-size:12px;
font-family:'trebuchet ms', 'century gothic', verdana, sans-serif;	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-right:20px;
	 /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColFixHdr #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#central
	{
	position : absolute;
	top : 228px;
	left:104px;
	margin-left: -90px;
	width : 180px;
	z-index : 4;
	border : 1px rgb(0,0,0) solid;
	text-align:center;
	height: 93px;
	border:none;
	}

.thrColFixHdr #header { 
background-color:#8fd3d1;
			height:40px;
			border-top:7px solid;
			border-top-color:#61b4b0;
			text-align:center;
}/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
h2{
	font-weight:lighter;
	color:#49a6a2;
	font-size:16px;
	padding-bottom:5px;
	letter-spacing: 1px;
	font-family:'trebuchet ms', 'century gothic', verdana, sans-serif;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
	text-align:left;/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #C2E7E5; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 15px 10px; 
		font-family:'trebuchet ms', 'century gothic', verdana, sans-serif;
/* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent { 
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	height:540px;
	background-color:#C2E7E5;
	background-image:url(images/home.jpg);
	background-repeat:no-repeat;/* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #footer {
background-image:url(images/footer);
			  background-repeat:repeat-x;
	} 
.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 */
}
.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;
}
.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:0;
    font-size: 1px;
    line-height: 0px;
}
            ul{ margin:20px; }

	
	#navlist
{
margin-left: 0;
padding-left: 0;
font-family:Verdana, Geneva, sans-serif;
white-space: nowrap;
margin-top:-1px;
}

#navlist li
{
display: inline;
list-style-type: none;
font-size:12px;
font-weight:bold;
}

#navlist a { padding:5px;
}
#navlist a:link { 
color: white; 
background-color: #50afab;
text-decoration: none;
border: 2px solid;
border-top: 2px solid;
border-bottom: 2px solid;
border-color: #FFF;
}
#navlist a:visited { 
color: white; 
background-color: #50afab;
text-decoration: none;
border: 2px solid;
border-top: 2px solid;
border-bottom: 2px solid;
border-color: #FFF;
}
#navlist a:hover {
color: white; 
background-color: #0d7379;
text-decoration: none;

} 
#navlist a:current {
color: white; 
background-color: #0d7379;
text-decoration: none;

} 	
body#home a#homenav,
body#news a#newsnav,
body#about a#aboutnav,
body#where a#wherenav,
body#blog a#blognav,
body#contact a#contactnav,
body#q a#qnav,
body#blog a#blognav
body#contact a#contactnav
{
	color: #fff;
	background: #0d7379;
}
table{
	table-layout:inherit;
	text-align:left;
	float:none;
}

h3{
	font-weight:lighter;
	color:#0d7379;
	font-size:11px;
	padding-bottom:5px;
	letter-spacing: 1px;
	font-family:'trebuchet ms', 'century gothic', verdana, sans-serif;
}

p.table {
	font-size:10px;
}
a {
	color:#176f88;
	font-weight:bold;
	font-variant:normal;
	text-decoration:none;
}
#imageContainer {
float:left;
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
	border:3px solid #fff;
}

#imageContainer {
	position:relative;
	margin:auto;
	width:300px;
}
