body 
{
	font-family: Georgia, serif; 
	font-size: 10pt;
	background: #999999; /* 666666 */
	padding: 0px;
	margin: 0px;
}

a 	{ color: #fff; }
a:hover { color: #B9DAEE; }


#bodyDivVert {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -250px;
	min-width: 800px; 
}

#bodyDivHoriz {
	background: #f0e8f2; /* DBF 508 F0E8F2  url(fade_purp.gif) */
	width:810px;
	height: 485px;
	margin: auto;
	border: solid 1px #333;
}

.divSpacer {
	float: left;
	margin-right: 7px;
	width: 30px;
	height: 99%;
/*	background: #2E89C2 url(texture2.gif) no-repeat 1px 1px; */
	border: solid 1px #58A6D7;
	border-right: solid 1px #82BCE0;
}
.divSpacerRight {
	float: right;
	margin-left: 10px;
	width: 30px;
	height: 99%;
/*	background: #2E89C2 url(texture2.gif) no-repeat 1px 1px; */
	border: solid 1px #58A6D7;
	border-left: solid 1px #82BCE0;
}

#dsrWelcome { background: #2E89C2 url(vert_welcome.gif) no-repeat 1px 1px; }
#dsrEmail { background: #2E89C2 url(vert_email.gif) no-repeat 1px 1px; }
#dsrPhoto { background: #2E89C2 url(vert_photo.gif) no-repeat 0px 1px; }
#dsrNews { background: #2E89C2 url(vert_news.gif) no-repeat 0px 1px; }

#headerRow {
	width: 796px;
	height: 230px;
	margin-top: 7px;
	margin-left: 7px;
	padding: 0px;
	background: transparent;
}

#headerProtect
{
	position: relative;
	float: left;
	width: 430px;
	height: 100%;
	border: solid 1px #2E89C2;
	padding: 0px;
/*	background: #58A6D7 url(og_header2.gif) no-repeat 35% 50%; */
	background: #58A6D7 url(africa_header.gif) no-repeat 50% 50%;
	
}
#headerProtectSpacer {
	position: relative;
	left: 0px;
	top: 0px;
	width: 30px;
	height: 99%;
	background: #2E89C2;
	border: solid 1px #58A6D7;
}

#otherInfo
{
	float: right;
	width: 355px;
	height: 100%;
	border: solid 1px #2E89C2;
	color: #ffffff;
	background: #58A6D7;
}
#otherInfoSpacer {
	float: left;
	margin-right: 10px;
	width: 30px;
	height: 100%;
	background: #991A00;

}


#tab1 { background: #58A6D7; }
#tab2 {	background: transparent; }

#tabLinkHolder 
{ 
	text-align: left; 
	background: #82BCE0;
}

.tabLink
{ 
	font-family: Trebuchet MS, Verdana;
	text-decoration: none; 
	font-size: 10pt; 
	font-weight: bold;
	display: inline; 
	color: #FFFFFF;
	padding-left: 13px;
	padding-right: 13px;
}

.tabPage { display: none; padding: 7px; color: #000000; }
#tabPage1 { display: block; }


#contentRow {
	width: 796px;
	height: 230px;
	margin-top: 9px;
	margin-left: 7px;
	padding: 0px;
	background: transparent;
}


#emailContent 
{
	float: left;
	width: 260px;
	height: 100%;
	border: solid 1px #2E89C2;
	background: #58A6D7;
}
#emailContentSpacer {
	float: left;
	margin-right: 30px;
	width: 30px;
	height: 100%;
	background: #0047D6;

}
#emailMe {
	height: 20px;
}

#emailList {
	height: 177px;
}

.emailSub
{
	background: transparent;
	border: solid 1px #82BCE0; /*	border: solid 1px #82BCE0; */
	margin: 5px;
	padding: 3px;
	margin-bottom: 0px;

}


#mainContent
{
	float: right;
	width: 525px;
	height: 100%;
	border: solid 1px #2E89C2;
	background: #58A6D7;

}
/*
#mainTextScroll {
	width: 483px;
	height: 230px;
	overflow: scroll;
}
*/
#mainContentSpacer {
	float: left;
	margin-right: 10px;
	width: 30px;
	height: 100%;
	background: #FFB114;

}
#mainSpacer {
	margin: 5px;
}

h1 {
	color: #ffffff;
	font-size: 12pt; 
	font-family: Trebuchet MS, Verdana;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 6px;
}

p { 
	color: #000000;
	margin-top: 0px; 
	padding-right: 5px;
}

.miscTabDark {
	font-weight: bold;
}
#linkSubscribe {
	background: transparent;
	padding: 3px;
	margin: 3px;
	border: solid 1px #82BCE0;
	text-decoration: none;
}
#linkSubscribe:hover {
	background: #2E89C2;
}
#linkUnsubscribe {
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}
#linkUnsubscribe:hover {
	color: #2E89C2;
}
.linkMailList {
	text-align: center;
}

input 	{ font-size: 10px; border: solid 1px #000000; font-family: Arial, Sans-serif; }
select 	{ font-size: 10px; font-family: Arial, Sans-serif; }
ul 	{ margin-left: 25px; padding-left: 25px; margin-top: 8px; margin-bottom: 12px;}
label	{ font-style: italic; }

.emailSubmit { color: #900000; font-weight: bold; }
