/* CSS Document */

body{
	border: 0px;
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
	color: #421400;
	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: 210px;
	height: 28px;
	z-index: 10;
	background-color: #FFFFFF;
	opacity: 0.03;
	filter: alpha(opacity=3);
	position: absolute;
	left: 713px;
	top: 29px;
}

#MainDIV{
	width: 950px;
}

#MainTableDIV{
  
}

#HeaderDIV{
	width: 100%;
	height: 372px;
	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: #E4CDB9;
}

td.ColumnLeft{
	width: 311px;
	vertical-align: top;
	border: solid 1px #A0A0A0;
}

td.ColumnMid{
	vertical-align: top;
	border: solid 1px #A0A0A0;
}

td.ColumnMid2{
	vertical-align: top;
}

td.ColumnRight{
	width: 311px;
	vertical-align: top;
	border: solid 1px #A0A0A0;
}

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{
	
}

div.ColumnBoxRight{
	
}

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

div.ColumnContent a, #FooterDIV a{
	color: #421400;
	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: #00B38A;
}

div.LeftMenuItem a:hover{
	color: #00A07C;
}

div.ColumnTitleGreen{
	background-color: #EA7125;
	width: 305px;
	color: #FFF;
	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: 10px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 20px;
}

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

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

div.ColumnContent h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25 ems;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	clear: both;
}
.imageborder {
	margin-right: 10px;
	margin-bottom: 10px;
}
.basic {
	width: 240px;
	font-family: verdana;
}
.basic div {
	background-color: #eee;
	color:#330000;
}
.header {
	cursor:pointer;
	display:block;
	line-height:24px;
	padding:2px 5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: white;
	background-color:#BB133E;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
}
.header:hover {
	background-color:#E37222;
	color:#FFF;
}
#departments {
	height:500px;
}
.list p a {
	width: 210px;
	cursor:pointer;
	display:block;
	padding:2px 0 2px 30px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color:#e2cdb8;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	line-height: 20px;
}
.list p a:hover {
	background-color:#E37222;
	color:#FFF;
}
