* {
	/*border-collapse: collapse;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#content ul {
	margin-left: 50px;
}

#content li {
	margin-bottom: 5px;
}


html, body {
    width: 100%;
}

body  {
	font-size: 80%;
	background-color: #8FB938;
	color: #000000;
}
/* remember to define focus styles! */

:focus {
	/*outline: 0;*/
}

strong {
    font-weight: bold;
}
/*	end resets	*/

a {
	text-decoration:underline;
}
a:hover{
	color:#E66C2D;
	text-decoration: none;
}
a:visited{
color: #009900;
}

#container {
	margin: 0 auto;
	width: 980px;
} 

/*	header section	*/
#header {
	margin: 0 auto;
}


#container #wrapper {
	background-color: #21205F;
	width: 962px;
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-left: 3px solid #FFFFFF;
}

#container #wrapper #wrapper2 {
	width: 891px;
	background-color: #FFFFFF;
	margin: 0px auto 50px auto;
}





/*	end header section	*/
/*	navigation styles		*/
#container #wrapper #wrapper2 #sidebar {
	/*	IE6 CSS Hack	*/
	_margin: 0 0 0 10px;
	background-color: #FFFFFF;
	width: 281px;
	float: left;
	margin: -93px 0 0 0;
}

#container #wrapper #wrapper2 #sidebar2 {
	/*	IE6 CSS Hack	*/
	_margin: 0 0 0 10px;
	background-color: #0000ff;
	width: 283px;
	display: table;
}


/*#mainContent {
	width: 425px;
	position: relative;
}*/

#content {
  margin: 0 50px;
	}

#content p {
  padding: 0 0 10px 0;
	}
 

h1 {
	font-size: 175%;
	padding: 5px;
	background-color: #E66C2D;
	color: #FFFFFF;
}




.smallfont {
	font-size:75%;
}



.leftborder {
	background-image: url(../images/bkgd-green-box-lt.gif);
	background-repeat: repeat-y;
}
.rightborder {
	background-image: url(../images/bkgd-green-box-rt.gif);
	background-repeat: repeat-y;
}

#wrapper #textmessage {
	position: absolute;
	left: 408px;
	top: 93px;
}
td {
	vertical-align: top;
}

#container #wrapper #wrapper2 .mainContent p {
}
.phone {
	font-size: 2em;
	color: #FFFFFF;
	background-color: #21205F;
	text-align: center;
}

h2 {
	font-size: 1.5em;
	color: #8FB938;
	margin: 25px 0 5px 0;
}

#twitter_div {
	padding: 0 30px;
	list-style-type: none;
	text-align: left;
}
#twitter_div li{
  padding-bottom: 3px;
}

.twitter_email {
	margin-top: 5px;
	text-align: left;

}
.email_title {
	margin-top: 6px;
	text-align: right;
	font-weight: bold;
}
.leftalign {
	float: left;
	padding: 0px 10px 5px 0px;
}

.rightalign {
	float: right;
	padding: 10px 0 10px 10px;
}
.smalltext {
	font-size: 10px;
}
blockquote {
}
#content h3 {
	font-size: 18px;
	margin: 15px 0 3px 0;
}
.clr {
	clear: both;
}
#footer {
	text-align: center;
}
.specialnote {
	font-size: 14px;
	color: #006600;
	font-weight: bold;
}
