body {
	font-family:Verdana,sans-serif;
	background-color: #ffffff;
	color:#4c4c4c;
	font-size:12px;
}
everyContent {
	min-width:925px;
	width:100%;
}
p {
	padding:3px;
}
h3 {
	text-transform: uppercase;
	color:#5695dd;
	text-align:center;
}
a {
	color:#009900;
	text-decoration:none;
}
a:hover {
	color:#5695dd;
	text-decoration:underline;
}

#header {
	padding: 0;
	margin-bottom:10px;
	height:124px;
	border-bottom:1px solid #009900;
	background-color:#009900;
	}
#logo {
	margin-left: 15%;
	float:left;
	border-style:none;
	margin-bottom:10px;
	margin-top:5px;
}
#navgroup {
	border-bottom:solid 3px #009900;
	padding-bottom:10px;
}
#nav {
	clear:both;
	text-align: center;
	margin: 10px 0 0 0;
	line-height:15px;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
	background-color:#fffff;
	}
#nav ul {
	list-style-type:none;
}
#nav li {
	background-image:url(../images/bullet-small.gif);
	background-position:0 2px;
	background-repeat:no-repeat;
	padding:0 15px 0 15px;
	margin:0;
	display:inline;
}
#nav a {
	color:#009900;
	text-decoration:none;
}
#nav a:hover {
	color:#5695dd;
	text-decoration:underline;
}
#leftcontent {
	float:left;
	font-size:12px;
	padding:10px 10px 10px 3%;
	width:45%;
	border-right:solid 3px #009900;
}
#leftcontent h3 {
	text-transform: uppercase;
	color:#5695dd;
	text-align:center;
}
#leftcontent ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#leftcontent li {
	background-image:url(../images/bullet.gif);
	background-position:0 8px;
	background-repeat:no-repeat;
	padding:5px 0 10px 25px;
	background-color: #ffffff;
}
#leftcontent ul li ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#leftcontent ul li ul li {
	background-image:url(../images/bullet-small.gif);
	background-position:0 8px;
	background-repeat:no-repeat;
	padding:5px 0 10px 25px;
	background-color: #f2f2f2;
}

#rightcontent {
	float:left;
	font-size:12px;
	width:45%;
	display:inline;
	padding:10px 10px 10px 3%;
}
#rightcontent h3 {
	text-transform: uppercase;
	color:#5695dd;
	text-align:center;
}
#rightcontent ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#rightcontent li {
	background-image:url(../images/bullet.gif);
	background-position:0 8px;
	background-repeat:no-repeat;
	padding:10px 10px 10px 3%;
	background-color: #ffffff;
}
#rightcontent ul li ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#rightcontent ul li ul li {
	background-image:url(../images/bullet-small.gif);
	background-position:0 8px;
	background-repeat:no-repeat;
	padding:5px 0 10px 25px;
	background-color: #f2f2f2;
}
#organize {
	float:left;
	font-size:12px;
	padding:0 10px 10px 3%;
}
#contactForm table {
	border: none;
}
#contactForm th {
	border: none;
}
#contactForm td {
	border: none;
	height: 30px;
	text-align:left;
	width: 225px;
	padding:10px;
}