body
{
	height: 100%;
	font-family: Arial, Verdana, Sans-Serif;
	margin-top: 0px;
	top: 0px;
	color: black;
	text-align: center; /* ie hack to make centering content work (part 1) */
}

#content
{
	background: url(./images/Banner.jpg);
	background-repeat:no-repeat;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left; /* ie hack to make centering content work (part 2) */
}

#contentBody
{
	margin-top: 293px;
	font-size: 12pt;
	position: relative;
	padding: 0px 0px 50px 0px;
	margin-bottom: 25px;
}

#contentBody h1 { font-size:20pt; font-weight: normal; }
#contentBody strong { font-size:11pt; font-weight: bold; }

#contentTitle
{
	margin-left: 20px;
	color: black;
	font-weight: bold;
	font-size: large;
	text-transform: capitalize;
}

#headerNav
{
	background-color: #FF7F00;
	height: 30px;
	position: relative;
	font-size: 8pt;
	padding-top: 10px;
	top: 293px;
	text-align: right;
}

#headerNav ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#headerNav ul li
{
display: inline;
}

#headerNav li a#current
{
color: Black;
}

#headerNav ul li a
{
text-decoration: none;
padding-right: .5em;
padding-left: .8em;
color: #aaaaaa;
}
#headerNav ul li a:hover
{
color: black;
}

#headerNav li
{
border-left: #aaaaaa solid 1px;
border-right: #aaaaaa solid 1px;
}

#mainNav
{
	color: Black;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
	text-align: center;
	top: 5px;
	position: relative;
}
#mainNav ul
{
    margin: 0;
    padding: 0;
	font-weight: bold;
    list-style-type: none;
}

#mainNav dl dt
{
    display: inline;
	border-right: silver solid thin;
	border-left: silver solid thin;
	padding-right: 5px;
	padding-left: 5px;
}

#mainNav dl dt a
{
    text-decoration: none;
	font-weight: bold;
    color: black;
}
#mainNav dl dt a:hover
{
	text-decoration: none;
	font-weight: bold;
	color: white;
}

#subNav
{
	color: black;
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial;
	position: relative;
	top: -12px;
	text-align: center;
	display: none;
}
#subNav dl
{
    margin: 0;
    padding: 0;
	font-weight: bold;
    list-style-type: none;
}

#subNav dl dt
{
    display: inline;
	border: gray solid thin;
	padding-right: 5px;
	padding-left: 5px;
}

#subNav dl dt a
{
    text-decoration: none;
	font-weight: bold;
    color: black;
}
#subNav dl dt a:hover
{
	text-decoration: none;
	font-weight: bold;
	color: white;
}

#searchContainer
{
	text-align: right;
	margin-top: -8px;
	padding: 0;
	position: relative;
	z-index: 2;
}

#footer
{
	color: #777777;
	text-align: center;
	font-size: 8pt;
	position: relative;
	top: 0px;
}

#footer a
{
	color: black;
	text-decoration: underline;
}

#userLogin
{
	float: right;
	width: 300px;
	padding-bottom: 25px;
	background-color: yellow;
	margin-left: 50px;
	margin-right: 30px;
	margin-bottom: 25px;
}

#userLoginForm
{
	background-color: #FF7F00;
	padding: 20px 80px 10px 15px;
	color: white;
	font-weight: bold;
}

#txtUsername,#txtEmailAddress { width: 200px; }
#txtPassword,#txtConfirmPassword { width: 200px; }
#bnLogin,#bnRegister,#bnSubmit
{
	width: auto;
	height: 25px;
	border-style:none;
	border-color: black;
	color: white;
	font-weight: bold;
	background-color: black;
	float: right;
	cursor:pointer;
}

#signup
{
	background-color: #FF7F00;
	padding: 10px 10px 10px 10px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#errorMessage
{
	color: white;
	font-weight:bold;
	position: absolute;
	top: -30px;
	left: 450px;
	width: 250px;
	padding: 10px 10px 10px 10px;
	background-color: #FF7F00;
}

#senegal
{
	position: relative;
	left: -50px;
	text-align: left;
}
