/* CSS Document */
body{
	background-color:#cfbf93;
}

img{
	border:0;
}

#TopNav img{
	float:left;
	display:block;
}

a{
	color:white; text-decoration:none; font-weight:bold;
}
a:hover{
	color:white; text-decoration:underline; font-weight:bold;
}

a.underline{
	color:white; text-decoration:underline;  font-weight:normal;
}
a.underline:hover{
	color:white; text-decoration:none;  font-weight:normal;
}

a.plain{
	color:white; text-decoration:none;  font-weight:normal;
}
a.plain:hover{
	color:white; text-decoration:underline;  font-weight:normal;
}

.Body{
	background-color:#FFFFFF;
	height:753px;
	width:713px;
	margin:30px auto 0 auto;
	border:1px solid black;
}

.Header{
	margin:0 0 0 6px;
	height: 194px;
}

#TopNav{
	margin:0 0 0 6px;
	height:31px;
	width: 701px;
}

#btnAbout {
	float:left;
	width:82px;
	height:31px;
}

#btnDonate {
	float:left;
	width:61px;
	height:31px;
}

#btnCulturalCenter {
	float:left;
	width:265px;
	height:31px;
}

#btnPrograms {
	float:left;
	width:83px;
	height:31px;
}

#btnEvents {
	float:left;
	width:63px;
	height:31px;
}

#btnNews {
	float:left;
	width:54px;
	height:31px;
}

#btnContact {
	float:left;
	width:93px;
	height:31px;
}

.Heading{
	margin:10px 0px 10px 10px;
	color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.Headingb{
	color:black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.AdSpace{
	margin:0 0 0 6px;
	float:left;	display:inline;
	height: 198px;
}

.Donate{
	margin:0 0 0 6px;
	float:left;	display:inline;
	clear:left;
	height:40px;
}

.Login{
	background-image:url(img/login_bg.png);
	float:left; display:inline;
	width:172px;
	height:237px;
	margin: 0 0 0 6px;
	clear: left;
}

.Content{
	float:right; display:inline;
	height:475px; 
	width:524px; 
	background-color:#aa6e2f; 
	margin:0px 6px 0px 0;
}
.ContentHome{
	float:right; display:inline;
	height:475px; 
	width:520px; 
	background-color:white; 
	margin:0px 6px 0px 0;
}
.Footer{
	background-image:url(img/footer.png);
	height:50px;
	width:704px;
	float:left; display:inline;
	margin:0 0 0 6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:white;
}
.PageContent{
	margin:0 10px 0 10px;
	color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.PageContentb{
	margin:0 10px 0 0;
	color:black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.ScrollableContent{
	height:380px;
	overflow:auto;
}

.ContentOuter{
	height:475px; 
	width:532px; 
	background-color:white; 
	margin:0px
}

.ContentInner{
	height:435px; 
	width:523px; 
	background-color:#aa6e2f; 
	margin:0px 0px 0px 5px;
}

.ContentInnerFullHeight{
	height:475px; 
	width:523px; 
	background-color:#aa6e2f; 
	margin:0px 0px 0px 5px;
}

.ContentFooter{
	margin:0 0 0 5px;
	color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#aa6e2f;
	height:40px;
	width:523px;
}

.About{
	background-color:#990000;
	scrollbar-base-color:#990000;
}

.Cultural{
	background-color:#89A33E;
	scrollbar-base-color:#89A33E;
}

.Donatebg{
	background-color:#9966CC;
	scrollbar-base-color:#9966CC;
}

.Events{
	background-color:#71633E;
	scrollbar-base-color:#71633E;
}

.Famweek{
	background-color:#89A33E;
	scrollbar-base-color:#89A33E;
}

.HealthyMarriage{
	background-color:#8CD7F7;
	color:#003366;
	scrollbar-base-color:#8CD7F7;
}

.HealthyMarriageText{
	color:#003366;
}

.HealthyMarriageHighlightText{
	color:#CC0099;
}

.Privacy{
	background-color:#006633;
	scrollbar-base-color:#006633;
}
.Programsbg{
	background-color:#71633E;
	scrollbar-base-color:#71633E;
}

a.HealthyMarriage{color:#CC0099; display:block; margin-top:10px; width:250px}
a:hover.HealthyMarriage{color:#CC0099; text-decoration:underline; margin-top:10px; width:250px}

.HMIArrow{display:inline; vertical-align:baseline; border:0;}

.Contact{
	background-color:#2B5492;
}

.Unity{
	background-color:#663399;
	scrollbar-base-color:#663399;
}

.YHWH{
	background-color:#DA833C;
	scrollbar-base-color:#DA833C;
}

.Youthab{
	background-color:#CC0000;
	scrollbar-base-color:#CC0000;
}

#frmContact input[type="text"]{
	float:left;
	display:block;
	width:153px;
	height:18px;
	margin:0 0 5px 5px;
	padding:0px;
	border:1px solid #FFFFFF;
	font-size:10px;
}

#frmContact label{
	float:left;
	display:block;
	width:153px;
	margin-left:5px;
	border:1px solid #2B5492;
}

