/* CSS Document */

body{
	padding: 0;
	margin: 0;
	background-color : #666699;
	text-align:center;
}

/* PAGE ELEMENTS */
#wrapper{
	margin: auto;
	width: 760px;
	text-align:left;

}
#outline{
	margin: auto;
	margin-top: 10px;
	height: 100%;
	width: 760px;
	border: solid;
	border-width: 8px;
	border-color: #99CC66;
	background-color: #FFFFFF;
}
#top{
	height: 240px;
	background-color: #FFFFFF;	
	width: 760px;
}
#topLeft{
	height: 240px;
	background: #000000;
	width: 202px;
	float: left;
}
#topRight{
	position: absolute;
	top: 0px;
	position: relative;
	left: 0px;
	height: 240px;
	width: 558px;
	float: left;
}
#topLogoArea{
	margin: 0px;
	width: 100%;
	height: 135px;
	background-color: #FFFFFF;
	padding: 0px;
	float: left;
}
.logo{
	margin-left: 98px;
	margin-top: 10px;
}
#infoArea{
	margin: 0px;
	width: 100%;
	height: 105px;
	background-color: #CCE5B2;
	float: left;
}
#infoLeft{
	margin-left: 2px;
	margin-top: 12px;
	padding-right: 5px;
	letter-spacing: 3px;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #28166F;
	font-weight: bold;
	line-height: 20px;
	float: left;
}
#infoRight{
	margin-top: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #53448B;
	line-height: 20px;
}

/* PAGE NAV */
#nav{
	/* area */
	background-color: #8120A2;
	height: 20px;
	border-top: solid;
	border-top-width: 4px;
	border-bottom: solid;
	border-bottom-width: 4px;
	border-color: #99CC66;
	/* text */
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 760px;	
}
.navDisabled{
	color: #99CC66;
}
#nav a:link{
	text-decoration: none;
	color: #FFFFFF;
}
#nav a:visited{
	text-decoration: none;
	color: #FFFFFF;
}
#nav a:hover{
	text-decoration: none;
	color: #CCE5B2;
}

/* PAGE CONTENT */
#contentHolder{
	height: auto;
	min-height:325px;
}
#contentLeft{
	padding-top: 23px;
	padding-left: 23px;
	padding-right: 0px;
	margin-bottom:40px;
	float: left;
}
#contentLeft p{
	width: 162px;
	clear:left;
	margin:0;padding:0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#contentLeft img{
text-align:center;
}
#contentRight{
	text-align: left;
	width: 525px;
	margin-left: 212px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #53448B;
	padding-bottom: 20px;
	line-height: 140%;
}
#directions{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #53448B;
	border: solid;
	border-width: 4px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	border-color: #CCE5B2;
	float: right;
}
#announce{
	color: #53448B;
	border: solid;
	border-width: 4px;
	padding:10px;
	margin-bottom: 20px;
	border-color: #F9E491;
	float: right;
	width:175px;
	margin-left:20px;

}
.imageLeft{
	float:left;
	margin-right:5px;
	margin-bottom:4px;
	padding:0;
}
.imageRight{
	float:right;
	margin-left:5px;
	margin-bottom:4px;
	padding:0;
}
.heading{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	color: #8120A2;
	line-height: 40px;
}
.subheading{
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
	color: #28166F;
}
.small{
	font-size:9px;
}
a:link{
	text-decoration: underline;
	color: #8120A2;
}
a:visited{
	text-decoration: underline;
	color: #8120A2;
}
a:hover{
	text-decoration: underline;
	color: #99CC66;
}
strong{
	color: #993399;
}
em{
	font-weight: bold;
	color: #993399;
}


/* PAGE FOOTER */
#footer{
	margin: auto;
	padding: 8px;
	width: 760px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
.tbi{
	vertical-align: middle;
}
#footer a:link{
	text-decoration: underline;
	color: #FFFFFF;
}
#footer a:visited{
	text-decoration: underline;
	color: #FFFFFF;
}
#footer a:hover{
	text-decoration: underline;
	color: #99CC66;
}
.giving_tbl td{
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#666699;
	padding:10px;
}
.error{
	color: #CC3333;
	font-weight:bold;
}

#download{
width:158px;
height:37px;
background-image:url(_images/download.gif);
background-repeat:no-repeat;
}
#download span{
text-align:center;
padding-top:8px;
margin-left:-2px;
width:158px;
display:block;

}
#download a{
color:#330066;
font-weight:bold;
text-decoration: none;

}
#download a:hover{
color:#993399;
}
