@charset "utf-8";
/* CSS Document */


body
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	background-color: #6b5540;
	font-family: Arial, Helvetica, sans-serif;
	color: #e7d093;
	line-height: 15px;
	font-size: 11px;
}

/* This is declared so that linked images dont have the nasty blue border */
img
{
	border: 0;
}

/* This is declared so that the p tag is handled similarly across browsers */
p
{
	margin-top: 0;
}

li
{
	list-style-type: square;
}

/*--- LINK STYLES ---*/

a:link, a:visited
{
	color: #b77612;
	text-decoration: none;
	font-size: 11px;
}

.bodyRightColumn a
{
	color: #FFFFFF;
}

.bodyRightColumn a:hover
{
	text-decoration: underline;
}

/*-------------------*/



.bodyLeftBorder
{
	background-image: url(../images/bodyLeftBG.jpg);
	background-repeat: repeat-y;
}

.bodyLeftColumn
{
	background-color: #503b28;
}

/* Divs are placed inside TDs because padding applied to the TD can distort widths */
.bodyLeftColumnDiv
{
	padding: 20px 10px 20px 10px;
	text-align: left;
}

.bodyRightColumn
{
	background-color: #000000;
}

/* Divs are placed inside TDs because padding applied to the TD can distort widths */
.bodyRightColumnDiv
{
	padding: 20px 20px 20px 12px;
	text-align: justify;
}

.textTitle
{
	color: #e7d093;
	width: 100%;
	border-bottom: 1px solid #e7d093;
	font-weight: bold;
	font-size: 14px;
}

.textWhite
{
	color: #FFFFFF;
	text-align: left;
}

.imageElizabethBookBlurb
{
	padding: 5px 10px 10px 0px;
	float: left;
	color: #FFFFFF;
	text-align: center;
	width: 275px;
	font-size: 11px;
	z-index: 1000;
}

.imageDiv
{
	padding-top: 5px;
	padding-bottom: 2px;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	z-index: 1000;
}

.imageInlineLeft
{
	padding: 5px 10px 10px 0px;
}

.imageInlineRight
{
	padding: 5px 0px 10px 10px;
}

.imgSudanFacts
{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e7d093;
}
