* {
	margin: 0;
	padding: 0;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#sideBar{
	margin: 0 0 0 79%;
	padding: 0px;
	background-color: #eeeeee;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 1.7em;
}
#news h3 {
	background-color: #00b5e5;
}

#events h3 {
	background-color: #b9d300;
}

#masthead {
	height: 200px;
}

#titlebar {
	height: 158px;
}


#content{
	float:left;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 5px;
	line-height: 1.7em;
}

#footer {
	clear: both;
	background-color: #485a0c;
	line-height: 1.2em;
	padding: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	color: #CCCCCC;
	font-weight: bold;
	text-align: center;
}



body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	background-color: #b2db1d;
	background-image: url(background.gif);
}

#container {
	background-color: #FFFFFF;
	width: 90%;
	margin: 0 0 0 25px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.shadetabs{
border-bottom: 1px solid gray;
/* width: 90%; width of menu. Uncomment to change to a specific width */
margin-bottom: 1em;
}
#post p {
	font-family: Helvetica, Arial, sans-serif;
	margin-left: 50px;
	margin-bottom: 2em;
}

#post h2 {
	margin-bottom: 1em;
}

#post h3 {
	margin-bottom: 2em;
	margin-left: 25px;
}

#post ul {
	margin-left: 50px;
}



.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Helvetica, Arial, sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: #00b5e5;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
background-color: #b9d300;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-color: #ffffff;
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
#tabbar {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#footer a:link {
	color: #b9d300;
}
#footer a:visited {
	color: #b9d300;
}
#footer a:hover {
	color: #00b5e5;
}
#footer a:active {
	color: #00b5e5;
}
a:link {
	color: #00b5e5;
}
a:visited {
	color: #00b5e5;
}
a:hover {
	color: #b9d300;
}
a:active {
	color: #b9d300;
}
