body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
}
a {
	font-family: Arial;
	font-size: 12px;
	color: #8bcc37;	
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
form {
	margin: 0;
	padding: 0;
}
div#site {
	width: 778px;
	margin: 0 auto;
	border: 1px solid #006b3f; 
}
div.message {
	color: red;
	text-align: center;
	padding-bottom: 10px;
}

/* BOF common styles */

div#mainBody {
	float: left;
	width: 100%;
	background-color: #006b3f;
	padding-bottom: 20px;
}
.inputText, input[type=text] {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;	
	color: #000000;
	border: 1px solid #000000;	
}
.inputBtn, input[type=button], input[type=submit] {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border: 1px solid #000000;
	background-color: #ffffff;	
}
select {
	font-family: Arial;
	font-size: 12px;
	color: #000000;	
	font-weight: bold;
	border: 1px solid #000000;
}
.required {
	color: red;
}
.clear {
	clear: both;
}

/* EOF common styles */

/* BOF header */

div#header {
	float: left;
	width: 100%;
	background: #00311e url(img/header_bg.jpg) left top repeat-y;
	padding: 6px 0 6px 0;
	border-bottom: 1px solid #006b3f; 
}
div#header img {
	float: left;
	display: block;
	border: 0;
}
div#header ul {
	float: right;
	margin: 2px 9px 0 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
div#header ul li {
	float: left;
	line-height: 12px;
	padding: 0 7px 0 8px;
	border-left: 1px solid #ffffff; 
	
	_border-left: expression((this == this.parentNode.firstChild) ? 'none' : '1px solid #ffffff');
}
div#header ul li:first-child {
	border-left: none;
}
div#header ul a {
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
}
div#wantTo {
	clear: right;
	float: right;
	padding: 15px 17px 0 0;
}

/* EOF header */

/* BOF column left */

div#columnLeft {
	float: left;
	width: 189px;
}
ul#mainMenu {
	width: 179px;
	min-height: 395px;
	margin: 0;
	padding: 8px 0px 8px 10px;
	list-style-type: none;
	background-color: #ffffff;
	background-position: left top;
	background-repeat: no-repeat;
}
*html ul#mainMenu {
	height: 391px;
}
ul#mainMenu li {
	padding: 1px 0 2px 0;
}	
ul#mainMenu a {
	color: #2a754f;
	font-size: 14px;
	font-weight: bold;
}
ul#mainMenu a.active {
	text-decoration: underline;
}
div#searchBox {
	padding: 12px 0 0 9px;
}
div#searchBox img {
	border: 0;
}
div#searchBox form {
	padding-top: 2px;
}
div#searchBox .inputText {
	width: 150px;
}
div#searchBox .inputBtn {
	margin-top: 5px;
}

/* EOF column left */

/* BOF content */

div#content {
	float: right;
	width: 555px;
	padding: 16px 17px 17px 17px;
}
div.cBlock {
	float: left;
	width: 100%;
	margin-bottom: 11px;
	border-top: 1px solid #8bcc37;
}
div.cBlock div.title {
	float: left;
	width: 177px;
	height: 16px;
	font-weight: bold;
	color: #000000;
	padding: 0 27px 0 10px;
	background: url(img/block_title_bg.gif) left top no-repeat;
}
div.cBlock div.title a {
	font-weight: bold;
	color: #000000;
}
div.cBlock div.title a:hover {
	color: #006b3f;
	text-decoration: none;
}
div.cBlock div.text {
	clear: left;
	float: left;
	width: 255px;
	padding: 7px 12px 0 12px;  
}
div.cBlock div.text .nTitle {
	font-weight: bold;
}
div.cBlock div.img {
	float: right;
}
div.cBlock div.img img {
	display: block;
	border: 0;
}
div.feedList {
	float: left;
	width: 100%;
	padding: 10px 0 0 12px;
}
div.feedBlock {
	width: 100%;
	margin-bottom: 11px;	
}
div.feedBlock .title {
	font-weight: bold;
}
div.feedBlock .title a {
	color: #ffffff;
	font-weight: bold;
	font-style: normal;
}
div.feedBlock a {
	font-style: italic;
}
div.rssBlock {
	float: left;
	width: 100%;
	padding: 10px 0 0 0;
	text-align: center;
}
div.rssBlock img {
	border: 0;
}
.rowOver {
	background-color: #428300;
}
.rowOver td, .rowOver td a {
	color: #000000;
}
.row {
	background-color: #1d7e1d;
}
.row2 {
	background-color: #428300;
}
div.articleBlock {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
div.articleBlock div.aBody {
	float: left; 
	width: 385px;
}
div.articleBlock div.cName {
	float: left;
	width: 385px;
}
div.articleBlock div.aTitle {
	float: left;
	width: 385px;
}
div.articleBlock div.img {
	float: right;
}
div.articleBlock div.img img {
	display: block;
	border: 0;
}
a.artName {
	font-weight: bold;
}
.artName {
	font-weight: bold;
}
.commentBlock {
	color: #000000;
	background-color: #8bcc37;
}
.cdIntroTop {
	padding-bottom: 10px;
}
.cdIntroTop ul {
	margin-bottom: 0;
	padding-bottom: 0;
}
.cdIntroBottom {
	padding-top: 10px;
}
.cdUserList {
	padding: 0 0 20px 20px;
}	
.blackText {
	color: #000000;
}
a.link2:hover {
	color: #ffffff;
}
.quoteBlock {
	padding: 8px 10px 8px 10px;
	color: #ffffff;
	background-color: #428300;
}
.projectTitle {
	font-size: 14px;
}
.honorFeaturedName {
	vertical-align: top;
	padding-top: 10px;
}
.honorRow td {
	padding-top: 8px;
}
.honorLetterRow td {
	padding-top: 14px;
}
.char {
	font-family : Tahoma, Arial, Verdana, sans-serif; 
	font-size : 24px;
	font-weight : bold;
}
div.ccContInto {
	padding-bottom: 5px;
}
div.cdOptionTitle {
	margin-top: 15px;
	padding: 3px 5px 3px 5px;
	font-weight: bold;
	background-color: #1d7e1d;
}
.reunionTitle {
	padding-bottom: 2px;
	background-color: #8bcc37;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
.reunionTitle a {
	font-weight: bold;
	color: #000000;
}
.reunionTitle a:hover {
	color: #006b3f;
	text-decoration: none;
}
.reunionBody {
	padding: 3px;
	background-color: #1d7e1d;
	text-align: left;
}
.reunionTitle2 {
	font-size: 16px;
}

/* EOF content */

/* BOF footer */

div#footer {
	float: left;
	width: 100%;
	padding: 15px 0 15px 0;
	background-color: #006b3f;
	border-top: 1px solid #ffffff;
}
div#footer ul {
	float: right;
	margin: 0 9px 0 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
div#footer ul li {
	float: left;
	line-height: 12px;
	padding: 0 7px 0 8px;
	border-left: 1px solid #ffffff; 
	
	_border-left: expression((this == this.parentNode.firstChild) ? 'none' : '1px solid #ffffff');
}
div#footer ul li:first-child {
	border-left: none;
}
div#footer ul a {
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
}
div#footer div.copyright {
	clear: both;
	float: right;
	padding: 10px 16px 0 0;
	font-family: Verdana;
	font-size: 10px;
	text-align: right;
}
div#footer div.copyright a {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}


/* EOF footer */