html, body {
	font: 100% Helvetica, Arial, sans-serif;
	margin: 0px;
	background: #666666;
	height: 100%;
}
#maindiv {
	background: #FFFFFF;
	width: 787px;
	border-right: 2px solid #000000;
	position: relative;
	min-height:100%;
	overflow: auto;
}
#header {
	height: 78px;
	background: #FFFFFF url(../images/bg_header.jpg) no-repeat;
}
#header form {
	float: right;
	width: 230px;
	text-align: right;
	margin: 0px 25px 0px 0px;
}
#header form label {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: right;
}
#header form input {
	height: 14px;
	width: 95px;
	font-size: 10px;
}
#menu {
	background: #FFFFFF url(../images/bg_menu.jpg) no-repeat;
	height: 28px;
}
#menu ul {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	list-style: none;
	padding-left: 20px;
	margin: 0px;
	float: left;
	padding-top: 8px;
	width: 600px;
}
#menu ul li {
	color: #DBDBA5;
	line-height: normal;
	padding-right: 5px;
	background: url(../images/menu_list_img.gif) no-repeat left top;
	padding-left: 7px;
	display: inline;
}
#menu ul li a {
	color: #FFCC00;
	text-decoration: none;
}
#menu ul li a.current, #menu ul li a.current:hover {
	color: #DBDBA5;
	cursor: text;
}
#menu ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#donate {
	width: 161px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	float: right;
	background: url(../images/but_donate_active.gif);
	height: 28px;
}
#donate a {
	background: url(../images/but_donate_active.gif);
	padding-left: 10px;
	display: block;
	padding-top: 7px;
	color: #FFFFFF;
	text-decoration: none;
}
#donate a:hover {
	color: #FFCC00;
	background: #990000;
	display: block;
}
#content {
	background: #EBEBCD;
	width: 787px;
	overflow: hidden;
	padding-bottom: 10px;
}
#content p {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 130%;
}
#content a {
	color: #990000;
}
#content a:hover {
	color: #006699;
	text-decoration: none;
}
#content #leftcolumn {
	width: 521px;
	float: left;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
	overflow: auto;
}
#content #rightcolumn {
	width: 266px;
	background: #3D6072;
	float: right;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
	overflow: auto;
}
#content #leftcolumn #lc_top {
	background: #DBDBA5;
	height: 23px;
	padding-top: 37px;
}
#content #leftcolumn #lc_top span {
	font-family: Helvetica, Arial, sans-serif;
	color: #999999;
	font-size: 70%;
	margin-left: 38px;
}
#content #leftcolumn #lc_top span a {
	color: #666666;
	text-decoration: none;
}
#content #leftcolumn #lc_top span a:hover {
	color: #333333;
	text-decoration: none;
}
#content #leftcolumn #lc_bottom {
	margin-top: 29px;
	margin-left: 39px;
	padding-bottom: 20px;
	width: 468px;
	font: 70% Arial, Helvetica, sans-serif;
}
#content #leftcolumn #lc_bottom h1 {
	color: #990000;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
#content #leftcolumn #lc_bottom h2 {
	color: #2C4653;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
#content #leftcolumn #lc_bottom h3 {
	color: #3D6072;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#content #leftcolumn #lc_bottom p {
	color: #000000;
	margin: 0px 0px 14px;
	line-height: 130%;
}
#content #leftcolumn #lc_bottom ul li {
	color: #000000;
	margin: 0px 0px 10px;
	line-height: 130%;
}
#content #leftcolumn #lc_bottom em {
	color: #000000;
	margin: 0px 0px 14px;
	font-family: "Times New Roman", Times, serif;
	line-height: 150%;
}
#content #leftcolumn #lc_bottom img {
	border: 1px solid #3D6072;
	margin-bottom: 5px;
}
#content #rightcolumn #rc_top {
	background: #39595C;
	height: 23px;
	padding-left: 24px;
	padding-top: 37px;
}
#content #rightcolumn #rc_bottom {
	text-align: center;
}
#content #rightcolumn #rc_bottom ul {
	list-style: none;
	padding: 0px;
	margin: 19px 0px 0px;
	text-align: left;
}
#content #rightcolumn #rc_bottom ul li {
	margin-bottom: 8px;
	line-height: 28px;
	text-indent: 26px;
}
#content #rightcolumn #rc_bottom ul li a {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background: #2C4653;
	height: 28px;
	display: block;
}
#content #rightcolumn #rc_bottom ul li a:hover {
	background: #385969;
	height: 28px;
}
#content #rightcolumn #rc_bottom ul li a#active {
	background: #385969;
	cursor: text;
}
#content #rightcolumn #rc_bottom ul li ol {
	margin: 0px 0px 5px;
	padding: 0px;
}
#content #rightcolumn #rc_bottom ul li ol li {
	font-size: 10px;
	text-decoration: none;
	list-style: none;
	margin: 0px;
	color: #FFFFFF;
	background: #3D6072;
	line-height: 19px;
	display: block;
	text-indent: 30pt;
	height: 19px;
	padding-top: 1px;
}
#content #rightcolumn #rc_bottom ul li ol li a {
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	height: 20px;
	display: block;
	text-indent: 30pt;
	background: #385969;
	line-height: 20px;
	font-weight: normal;
}
#content #rightcolumn #rc_bottom ul li ol li a:hover {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background: #3D6072;
	height: 20px;
	line-height: 20px;
	display: block;
}
#footer {
	background: #FFFFFF;
	border-top: 7px solid #999900;
	width: 787px;
	text-align: center;
	font-size: 65%;
	padding-top: 20px;
	color: #999999;
	height: 50px;
	position: relative;
	clear: both;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
.lc_bottom_h1 {
	color: #990000;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
#sml_scroll_box {
	border: 1px solid #ccc;
	height: 587px;
	width: 480px;
	overflow: auto;
	margin: 1em 0;
}
#red {
	color:#FF0000;
}
.bluelink {
	color: #3D6072;
}

