p{  
	text-indent: 7%;
	line-height: 200%;
}
A:link {text-decoration: none; color:#006699;}
A:visited {text-decoration: none; color:#004488;}
A:active {text-decoration: none;}
A:hover {text-decoration: underline;}
img{border:none;}	

/****************** positioning ***************/

#header {
	background: #000;
	color: #fff;
}
#header A:link {text-decoration: none; color:#0099cc;}
#header A:visited {text-decoration: none; color:#006699;}

div.centerblock{
	width:800px;
	margin-left: auto;
    margin-right: auto;
}

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {height: 100%;
color: #000;}

#wrap {min-height: 100%;
width:100%;}

#main {overflow:auto;
	padding-bottom: 50px;/* must be same height as the footer */
	width:100%;}  

#footer {position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	clear:both;
	background: #000;
	color: #fff;} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}



/**************announcements*****************/
div.post{
	position: relative;
	background:#bbb;
	border:solid 5px #009966;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

div.announce_post{
	position: relative;
	border:solid 5px #009966;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

div.date{
	font-weight: bold;
}
div.title{
	font-weight:1500;
	font-size: 150%;	
}
div.postcontent{
	margin-top: 10px;	
}
div.content{
	position: relative;
	background:#fff;
	padding:3px;
	border:solid 4px #009966;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

div.front_content{
	position: absolute;
	width:540px;
	margin-left:0px;
	top: 167px;
	background:#fff;
	padding:3px;
}

div.events{
	position: relative;
	width: 240px;
	top:15px;
	left: 560px;
	min-height: 550px;
}

div.announcements{
	position: relative;
	background:#fff;
	padding:3px;
	
}

/**************navigation********************/

#menu {
width: 100%;
background: #eee;
float: left;
}
#menu ul {
list-style: none;
margin: 0;
width: 160px;
float: left;
}
#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #fff;
}
#menu li {position: relative;}



#menu ul ul {
position: absolute;
z-index: 500;
}
#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}
#menu ul ul {
position: absolute;
z-index: 500;
}



div#menu ul ul {
display: none;
}
div#menu ul li:hover ul
{display: block;}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
body {
	behavior: url(csshover.htc);
}


<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
}

#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

</style>
<![endif]-->
