/* CSS Document */

body{
	border: 0px;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

div{
  margin: 0px;
	padding: 0px;
	float: left;
}

#DonateFormDIV{
	position: absolute; 
	top: -1000; 
	left: -1000; 
	visibility: hidden;
}

#DonateDIV{
  cursor: pointer;
	width: 80px;
	height: 70px;
	z-index: 10;
	/
	background-color: #FFFFFF;
	opacity: 0.03;
	filter: alpha(opacity=3);
	
	position: absolute;
	left: 840px;
	top: 56px;
}

#MainDIV{
	width: 950px;
}

#MainTableDIV{
  
}

#HeaderDIV{
	width: 100%;
	height: 244px;
	border-right: solid 1px #000000;
  overflow: hidden;
}

#FooterDIV{
	padding-top: 15px;
	font-size: 10px;
	padding-bottom: 20px;
}

#MainMenuDIV{
  width: 100%;
	height: 46px;
	border-top: solid 1px #242c21;
	border-bottom: solid 1px #242c21;
	background-image: url(image/menubg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	border-right: solid 1px #000000;
	overflow: hidden;	
	clear: both;
}

td.ColumnLeftSubMenu{
	width: 210px;
	vertical-align: top;
	border: solid 1px #A0A0A0;
	background-color: #e1edc8;
}

td.ColumnLeft{
	width: 311px;
	vertical-align: top;
	border: solid 1px #A0A0A0;
	background-image: url(image/gr_tan_topleft.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

td.ColumnMid{
	vertical-align: top;
	border: solid 1px #A0A0A0;
	background-image: url(image/gr_tan_bottomright.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

td.ColumnMid2{
	vertical-align: top;
}

td.ColumnRight{
	width: 311px;
	vertical-align: top;
	border: solid 1px #A0A0A0;
	background-image: url(image/gr_tan_bottomright.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

td.ColumnRight2{
	width: 190px;
	vertical-align: top;
	text-align: left;
}

div.ColumnBoxLeft, div.ColumnBoxRight{
  width: 305px;
	border: solid 1px #aeb3b3;
	padding: 2px;
	margin: 2px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

div.ColumnBoxLeft{
	background-image: url(image/gr_tan_topleft.gif);
	background-position: top left;
}

div.ColumnBoxRight{
	background-image: url(image/gr_tan_bottomright.gif);
	background-position: bottom right;
}

div.MainMenuItem{
	float: left;
	padding-left: 6px;
	padding-right: 6px;
	border-left: solid 1px #000000;
	height: 100px;
	cursor: pointer;
	padding-top: 14px;
	color: #eceacb;
	font-weight: bold;
	font-size: 14px;
}

div.ColumnContent a, #FooterDIV a{
  color: #6e9520;
	font-weight: bold;
}

div.FooterLink a{
  text-decoration: none;
	padding-bottom: 2px;
}

div.FooterLink a:hover{
	text-decoration: underline;
}

div.Indent1{
  margin-left: 20px;
}

.bold{
  font-weight: bold;
}

div.LeftMenuItem{
  width: 155px;
  margin-bottom: 10px;
	clear: left;
}

div.LeftMenuItem a{
	color: #606060;
}

div.LeftMenuItem a:hover{
	color: #6e9520;
}

div.ColumnTitleGreen{
	background-color: #9ec550;
	width: 305px;
	color: #373f57;
	height: 35px;
	overflow: hidden;
	text-align: left;
	margin-bottom: 2px;
}

div.ColumnTitle{
  width: 100%;
	height: 28px;
	overflow: hidden;
	text-align: left;
}

div.ColumnContent{
  color: #4A4A4A;
  font-size: 9pt;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 20px;
}

div.FooterLink{
	margin-right: 10px;
}

div.ColumnContent p{
	margin-top: 0px;
	padding-top: 0px;
}

div.ColumnContent h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	clear: both;
}
.imageborder {
	margin-right: 10px;
	margin-bottom: 10px;
}
