body {
margin: 0 auto;
padding: 0;
font: 76% Verdana;
background: #5d7184 url("../images/bg2.gif") top center repeat-y;
z-index:1000;
}

a:link { 
	color: #32566d;
	}
a:visited { 
	color: #32566d;
	}
a:hover { 
	color: #32566d;
	}
a:active { 
	color: #32566d;
	}


#sizewrapper {
background:#ffffff;
width: 100%;
margin: 0 0 0px 0;
padding: 0;
font-size: 0.9em;
}


h1{
	color:#003366;
	display:inline;
	font-size:1.3em;
	
}

h2{
display:block;
padding:5px 0 5px 0;
background-color:#dddddd;
text-align:center;
font-size:1.0em;
margin:0;
}

h3{
color:#FFF;
display:inline;
font-size:1.2em;
font-weight:bold;
}

p {
display:inline;


}


p.text{ color: #000000; }


#dates {
font-family:Verdana;
color:#32566d;
font-weight:bold;
Font-size:1.2em;
text-align:right;
}

#events {
font-family:Verdana;
color:#32566d;
Font-size:1.2em;
text-align:left;
}


#wrap {
background: #ffffff;
color: #000000;
margin: 0 auto;
width: 760px;
}

#header {
text-indent:-9999px;
background: #3f6514;
margin: 10px 0px 0px 0px;
height: 156px;
width:761px;
background:   url("../images/header.jpg");
}

#menuwrap {
background:#92b1c0;
z-index:1000;
height:100%;
clear: left;
color:#000000;
position:relative;
float: left;
display:inline;
width: 20%;
margin: 15px 0px 0px 0px;
padding: 0px;
font-size: 0.9em;
}

#menutitle {
background:#325b6d;
z-index:1000;
padding: 15px 0px 15px 0px;
width: 100%;
margin: 0 0 0px 0;
color:#FFFFFF;
font-family:Verdana;
Font-size:1.8em;
border-top:4px solid #FFFFFF;
border-bottom:4px solid #FFFFFF;
}

#contenttitle {
background: #ffffff;
color:#000000;
width: 90%;
margin: 0px 0px 0px 15px;
font-family:Verdana;
Font-size:2em;
text-align:left;
z-index:1001;
}

#contentwrapper {
display:inline;
float:left;
position:relative;
width: 75%;
margin: 15px 0px 0px 15px;
padding: 0px 0px 0px 0px;
font-size: 0.9em;
}

#maincontent {
width: 96%;
margin: 0 0 0px 0;
height:100%;
padding: 2% 2% 2% 2%;
font-size: 1.1em;
color:#333333;
}








.date
{
font-size:1em;
display:block;
color:#666666;
text-align:right;

}


Whitelinks {}
.whitelinks a:link {color:#3f6514;text-decoration:underline;font-size:1em}
.whitelinks a:visited {color:#3f6514;text-decoration:underline;font-size:1em}
.whitelinks a:active {color:#3f6514;text-decoration:underline;font-size:1em}

#footer {
background: #ffffff;
color:#325b6d;
clear: both;
margin: 0 auto;
padding: 10px 0 25px 0;
border-top: 4px solid #ffffff;
width: 760px;
font-family:Verdana;
text-align: left;
font-size: 0.8em;
}

/*This CSS is for the menu*/

.menu {
z-index:1000;
font-size:1.1em;
color:#000000;
font-family:Verdana;
margin:15px 0 50px 1px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:150px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
position:relative;
background:#92b1c0;
height:26px;
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:149px;
color:#000000;
text-indent:5px;
border:1px solid #fff;
border-width:0 0px 1px 0;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#92b1c0; width:150px; w\idth:149px;}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#325b6d;}

.menu :hover > a {
color:#fff; 
background:#325b6d;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:150px; 
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
