body  {
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #CCCC99;
}


/* MAIN */

#mainContent a {
	text-decoration: underline;
	color: #003366;
}

#mainContent h1 {
	border-bottom: none;
	font: normal 1.9em/130% Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	letter-spacing: -1px;
	margin: 0 0 12px;
	color: #003333;
}

#mainContent h2 {
	font: bold normal 1.1em Arial, Helvetica, sans-serif;
	margin-top: 24px;
	margin-bottom: 0px;
	color: #003333;
	border-bottom: none;
}
#mainContent p {
	font-size: 0.95em;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333333;
	line-height: 120%;
	letter-spacing: 0px;
	list-style: disc;
}
#mainContent .boldhead {
	font-size: 1em;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #003333;
	line-height: 130%;
	letter-spacing: 0px;
	padding-top: 6px;
}
#mainContent .boldheadsans {
	font-size: 1.1em;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003333;
	line-height: 130%;
	letter-spacing: 0px;
	padding-top: 6px;
}
/* sidebar 1 */

#sidebar1  p {
	color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 94%;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
}
#sidebar1  a {
	text-decoration: none;
	color: #333333;
}
#sidebar1 .related {
	margin-bottom: 0px;
	padding-bottom: 25px;
	background: #FFFFFF;
	margin-top: 0px;
}
#sidebar1 .related li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 120%;
	border-bottom: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#sidebar1 h2, #sidebar1 h3, #sidebar1 p {
	padding-right: 5px;
	padding-left: 5px;
	background: #CCFFCC;
}
#sidebar1  h2 {
	color: #FFFFFF;
	padding: 4px 5px 4px 7px;
	font-size: 1em;
	line-height: 100%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #669966;
}
#sidebar1  h3 {
	color: #003333;
	padding: 20px 5px 4px;
	font-size: 12px;
	line-height: 100%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	background: #FFFFFF;
	border-top: none;
}
#sidebar1 .related a {
	display: block;
	padding: 0px 5px;
	border-top: 1px solid #CCCCCC;
	text-decoration: none;
	background: #FFFFFF;
	list-style: disc;
	border-bottom: 1px solid #CCCCCC;
}
#sidebar1 .related a:hover {
	background: #CFDCB0;
}
#sidebar1 .related ul {
	margin: 0px;
	padding: 0px;
	font-size: .85em;
	background: #FFFFFF;
}
#newsletter {
	margin: 0px;
	padding: 0px 0px 4px;
	background: #CFDCB0;
	border-top: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	}
#newsletter p {
	padding-right: 12px;
	padding-left: 12px;
	background: #CFDCB0;
}
#newsletter .whitehead {
	font-size: 18px;
	color: #003333;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}
#newsletter .blacktext {
	font-size: 15px;
	color: 140B04;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
#newsletter .newsLink {
	font-size: 1em;
	color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}
a img {
	border-style: none;
}




/* The outermost container of the Menu Bar, an auto width box with no padding */
ul.MenuBarHorizontal
{
	margin: 0 0 0 18px;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	width: auto;
	float: left;
}


/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
/* Menu items are a bright blue block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	cursor: pointer;
	background-color: #0099FF;
	padding: 0.5em 1em;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-size: 13px;
	text-transform: none;
	font-weight: bold;
	border-right: none;
	border-left: none;
	border-top: none;
	border-bottom: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #0068C4;
	color: #FFFFFF;
}


#mainContent .caption {
	background: #669966;
	font-size: 0.75em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px 5px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 6px;
	margin-bottom: 0px;
}
#container {
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.photoBox {
	text-align: center;
	float: right;
	width: 200px;
}
#header img {
	display: block;
}
