@charset "UTF-8";
/* CSS Document */

a img{
	border:none
}

a.plain {
border-bottom:none;

}

a:link {
	color:#003399;
	text-decoration:none;
	border-bottom:1px solid #99cc66;
} 

a:visited {
	color:#669900;
	text-decoration:none;
	border-bottom:1px solid #99cc66;
}


#mainNav a{
border-bottom:none;

}
 
body{
	color:#666666;
	font-family:Tahoma, "Lucida Grande", Arial, sans-serif;
	background-color: #e6f3be;
	background-image:url(../images/homeSliceBkgd.jpg);
	background-repeat:repeat-y;

}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
}

p {
	font-size:.75em;
}

#wrapper{
	width:1000px;
	background-image:url(../images/homeBkgd_green2.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:0;
}


#sidebar{
	float:right;
	width:226px;
	position:relative;
	margin-top:115px;
}

#sidebar #star{
	position:absolute;
	right:15px;
	top:-155px;
	clear:both;
}

#announcements{
	border:1px solid #cccccc;
	padding:4px;
	height:350px;
	overflow:auto;
}

#announcements p{
	margin:8px;
}

#announcements h1{
	font-size:1.4em;
	color:#003399;
	text-align:center;
	border-bottom:1px solid #003399;
	padding-bottom: 5px;
	letter-spacing:1px;
	font-weight:normal;
}

#contact p {
	text-align:center;
}

#support h1,
#message h1{
	text-align:center;
	font-size:1em;
	color:#666;
	font-weight:lighter;
}
#support h2{
	text-align:center;
	font-size:.85em;
}

#contact h1{
	text-align:center;
	font-size:1em;
	color:#99cc66;
}

#main2{
	width:690px;
	margin-top:130px;
	margin-left:35px;
}

#mainNav{
	margin-top:40px;
	margin-left:20px;
}

#footer{
	clear:both;
	position:relative;
	margin-right:240px;
	margin-top: 60px;
	float: left;
}
	

ul#legal {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align:right;
}

ul#legal li{
	display:inline;
	font-size:.8em;
	padding:5px;
}

a.donateLink,
a:visited.donateLink{
	color: #039;
	border-bottom:none;
	text-decoration:underline;
}
a:hover.donateLink{
	color:#669900;
	text-decoration:none;
}