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

body {
	margin: 0;
	padding: 0;
	font-family: calibri, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-align: justify;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(images/img01.jpg);
}

.events {
	font-family: calibri, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #282828;
	font-style: normal;
	text-decoration: none;
	display: block;
	padding: 7px;
	text-align: left;
	border-bottom: 1px #282828 dotted;
	text-transform: capitalize;
	vertical-align: top;
}

.events a {
		color: #666;
}

.events a:hover {
	color: #282828
	}


h1, h2, h3 {
	margin: 0;
	font-weight: bold;
	color: #4B8749;
}

h1 { font-size: 90px; }

h2 { font-size: 18px; }

h3 { }

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
	text-align: left;
}


ul, ol { }

blockquote { }

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	font-variant: normal;
	color:#FFFFFF;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	color:#282828;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
}

/* Header */

#header-wrapper {
}

#header {
	width: 1000px;
	height: 70px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Menu */

#menu {
	float: left;
	width: 1000px;
	height: 40px;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
	height: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: none;
}

#menu li {
	display: block;
	float: center;
	
}

#menu a {
	display: block;
	float: left;
	height: 35px;
	margin-right: 0px;
	padding: 0px 76px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #ebebeb;
}

#menu a:hover {
	text-decoration: underline;
	height: 40px;
	font-size: 12px;
	font-family: calibri, Arial, Helvetica, sans-serif;
}

#menu .current_page_item a {
	height: 16px;
	color: #FFFFFF;
}


/* Page */

#page {
	width: 840px;
	margin: 0 auto;
	padding: 25px 30px 0px 30px;
	background: #FFFFFF;
	border-bottom: 5px #66665E solid;
}

	
/* Content */

#content {
	float: left;
	width: 592px;
	height: 350px;
}


/* Footer */

#footer {
	width: 823px;
	margin: 0 auto;
	padding: 0;
	height: 30px;
	
	
}

#footer p {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	vertical-align: middle;	
	font-size: 10px;
	color: #282828;
}

#footer a {color: #282828;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
	font-variant: normal;
	color: #CCC;
	font-weight: bold;
}

#footer a:active {
	text-decoration: none;
	color: #CCC;
}

#sidebar {
	background-image:url(images/informed.jpg);
	background-repeat:no-repeat;
}
