body {

 margin: 0px;
 padding: 0px;
 /*background-color: #336699;*/ /*#FF9966; #faac4f*/
 background-color: #6CB17E;
 font-family: verdana, arial, times new roman;
}


.container {
/* good vertical alignment sample: http://www.infinitywebdesign.com/research/cssverticalcentereddiv.htm */

/* this vertically and horizontally centers the div tag */
position:absolute;
margin-top: 15px;
left: 50%;
width: 900px;
/*
height: 100%;
min-height: 100%;
max-height: 100%;
*/


/*margin-top: -354.5px;*/ /*set to a negative number 1/2 of your height*/
margin-left: -450px; /*set to a negative number 1/2 of your width*/

/* the stuff below is just formatting crap */

font-family: Verdana, Arial, Times New Roman;
background-color: #FFFFFF;
/*
border-left-style: solid;
border-right-style: solid;
border-left-width: 1px;
border-right-width: 1px;
border-left-color: #626CD2;
border-right-color: #626CD2;
border-bottom-color: #626CD2;
border-bottom-style: solid;
border-bottom-width: 1px;
*/

margin-bottom: 0px;
padding-bottom: 0px;
}

.didyouknow {
	width: 150 px;
	border: 1px;
	margin-left: 20px;
	padding-right: 10px;
	padding-left: 8px;
	border-color: #0F7917;
	border-style: solid;
	padding-bottom: 20px;
}


.header {
	margin: 0 auto;
	z-index: 99;
	background-image: url(/images/header.gif);
	height: 169px;
	width: 900px;
	/*
900x169
	*/
}

.headerbelow-humanity {
	background: url(/images/the_humanity_in_all_people.gif) no-repeat;
	width: 298px;
	height: 23px;
}

.headermenu {
/*
	You need to add the padding-bottom: 20px 
	or the link classes menuitemlink bottom border will not show in IE
*/
	/*margin-left: 42px;*/
	padding-left: 30px;
	padding-top: 4px;
	height: 27px;
	padding-bottom: 20px;
	width:900px;
	background: url(/images/header-menu.gif) no-repeat;
	font-size: 13px;
}
/*
.headermenu a:link,a:visited {
  color: #ffffff;
  text-decoration: bold;
  font-style: bold;
}
*/
.sidemenu {
	margin-top: 25px;
	z-index: -2;
	margin-left: 0px;
	width: 250px;
	margin-right: 15px;
	float: right;
	font-size: 11px;
}

/*
.content table {
    margin-left: 42px;
	font-size: 10px;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: orange;
	padding: 10px;
	border-spacing: 0px;
}

.content table td {
    vertical-align: top;
	border-style: none;
	border-color: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: black;
	border-spacing: 10px;
	padding: 10px;
}
*/

.content li{
	margin-left: 10px;
	list-style: square inside;
	color: gray;
}

.content a:link {
	color: #626CD2;
	text-decoration: underline;
	font-weight: normal;
}

.content a:visited {
	color: #626CD2;
	text-decoration: underline;
	font-weight: normal;
}

.content h1 {
	color: #0F7917;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 15px;
}

.content h3 {
	color: #0F7917;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 12px;
}

.content h2 {
	margin-top: 0px;
}

.content {
	margin-left: 50px;
	/*
		IN Firefox the borders would not show
		I fixed it by adding "overflow: hidden"

		Yes I fixed it finally!
	*/
	overflow: show;
	position: relative;
	z-index: 55;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 25px;
	margin-bottom: 50px;
    width: 500px;
    font-size: 11px;
    margin-left: 42px;
	float: left;
}




.footermenu {
	background: url(/images/footer-menu.gif) no-repeat;
	text-align: bottom;
	/*margin: 0 auto;*/
	padding-top: 15px;
	clear: both;
	width: 900px;
	height: 15px;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	/*background-color: #f3ac5f;*/
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}


.NewsArticle-fullarticle {
	background-color: #F5F5DC;
}

.NewsArticle-ourcomments {
	background-color: #D2B48C;
}

.menuitemlink {

z-index: 999;
font-family: arial;
color: #000000;
/*background-color: #ffffff;*/
background: #339966; /*#333399;#003333;*/
border-width: 1px 0px 1px 1px;
border-style: solid;
border-bottom-style: solid;
border-bottom-width: 1px;
border-color: black;/*#D3D3D3;*/
padding-top: 3px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
text-decoration: none;
font-weight: bold;
}

.menuitemlinkright {
font-family: arial;
color: #000000;
/*background-color: #ffffff;*/
background: #339966; /*#333399;#003333;*/
border-width: 1px 1px 0px 1px;
border-style: solid;
border-bottom-style: solid;
border-bottom-width: 1px;
border-color: #333333;/*#D3D3D3;*/
padding-top: 3px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
text-decoration: none;
font-weight: bold;
}

.menuitemlinkright:link {
color: #000000;
text-decoration: none;
}

.menuitemlinkright:visited {
color: #000000;
text-decoration: none;
}

.menuitemlinkright:hover {
color: #FFFFFF;
background-color: #66FF33;
text-decoration: none;
}

.menuitemlink:link {
color: #000000;
text-decoration: none;
}

.menuitemlink:visited {
color: #000000;
text-decoration: none;
}

.menuitemlink:hover {
color: #FFFFFF;
background-color: #66FF33;
text-decoration: none;
}

