BODY {
	margin:0;
	padding:0;
	text-align: center;
	background:#F6F6F6;
}

body, td, th, tr, p, div {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 150%;
}


//.flickr img {border: 1px solid #ddd;padding: 4px;height: 50px;margin-right: 8px;margin-bottom: 8px;} 

//.flickr img:hover {background:#D39A33} 

#firstwrapper, #wrapper {
	position: relative;
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

#menu-wrapper {
	background:#2D572B;
	clear:both;
}

#menu {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background:#2D572B;
	height: 33px;
	position:relative;
	z-index:5;
}


#logo {
width:510px;
height:135px;
float:left;
position:relative;
}

#logo a:link, 
#logo a:visited {
position:relative;
padding:20px;
font-weight:bold;
top:15px;
left:5px;
}

#whitebar {
background:white;
height:130px;
margin-bottom:2em;
}

#header {
	text-align:left;
	width: 760px;
	margin: 0 auto;
}

#header .moduletable {
	padding:19px;
	padding-top:40px;
	color:#2A8D5A;
	font-size:16px;
}

#header p {
	color:#2A8D5A;
}


p {
	margin:0;
	padding:0;
	margin-bottom:0.8em;
}

#content-inside {
background:white;
margin-bottom:2em;
}

#content-padding {
margin-bottom:2em;

}

#content {
float:left;
width: 510px;
/*width: 760px; -- changes width of main content*/
}

#content-padding h2.componentheading {
display:none
}

#content .content h2.componentheading {
display:block;
}

.content, #content-inside {
padding:14px;
border:5px solid white;
background:#BCED91	;
}

#right {
	float:left;
	width:210px;
	margin-left:30px;
	display:inline;
}

#right .moduletable,
#right .moduletable_text, 
#right .moduletable_menu {
border:5px solid white;
background:#BCED91;
margin-bottom:2em;
padding:6px;
}

.clear {
	clear:both;
}

#footerbg {
background:#BCED91;
padding:2em;
padding-top:1.5em;
}

#footer {
	position: relative;
	margin: 0 auto;
	width: 760px;
	clear:both;
}

#footer_menu {
	height: 20px;
	background:white;
	text-align:left;
	padding:14px;
	margin:1.5em;
	margin-right:2em;
	margin-left:0.5em;
	margin-bottom:0em;
}

#footer_text {
	margin:1em;
}

#footer ul, #footer li {
margin:0;
padding:0;
list-style:none;
}

#footer li {
float:left;
font-size:14px;
margin-right:30px;
}

#footer li a:link, 
#footer li a:visited {
color:#666;
}

#footer li a:hover {
color:#222;
}

/* END OF LAYOUT STYLES */


/* GENERAL PURPOSE STYLES */

a, a:link, 
a:active, 
a:visited {
	color: #444;
	text-decoration: none;
	font-weight:bold;
}

a:hover, 
a.active {
	color: #111;
}

.inputbox {
	margin-right: 5px;
	font-size: 10px;
	text-indent: 5px;
	border: 1px solid #CCC;
	font-size: 11px;
}

img {
	border: 0;
}

fieldset {
	border:none;
}

/* useful tags */


h1, h2, h3, h4 {
	margin: 0;
	color: #333;
	padding-left: 0;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 14px;
}

h2.contentheading, 
h2.componentheading, 
.componentheading, 
.contentheading {
	margin-bottom:14px;
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:-0.05em;
}

h3 {
	font-size: 13px;
}

#right h3 {
	font-size: 16px;
	padding:6px;
	text-transform:uppercase;
	letter-spacing:-0.05em;
}

#header h3 {
	font-size: 24px;
	padding:0px;
	padding-bottom:8px;
	text-transform:uppercase;
	letter-spacing:-0.05em;
	color:#2A8D5A;
}

h4 {
	font-size: 11px;
}

.contentpaneopen {
margin-bottom:16px;
padding-bottom:12px;
border-bottom:1px solid white;
}

#content-inside .contentpaneopen {
border:none;
}

#content ul { 
	margin: 2px;
	padding: 6px;
	padding-left: 15px;
}

#content li {	
	padding-left: 1px;
	line-height: 150%;
}

ul.arrow1 li,
ul.arrow2 li {
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}

ul.arrow1,
ul.arrow2  {	
	line-height: 150%;
	padding-bottom: 3px;
	margin-top: 2px;
}

ul.arrow1 {	
	list-style:square;
	}

ul.arrow2 li {
	list-style:circle;
}

#right ul li {
padding-bottom:4px;
}

/* NAVIGATION MENU */

.buttons {display:none;}

.author, .createdate {
	background:white;
	float:right;
	clear:right;
	margin-left:10px;
	padding:8px;
	width:75px;
	color:#555;
	font-size:11px;
	border:1px solid #87AAAE;
}

.author {
padding-bottom:0;
border-bottom:0;
}

.createdate {
border-top:0;
margin-bottom:10px;
}

.modifydate, .readmore {
text-align:right;
color:#87AAAE;clear:both;
}

/* primary menu - at the top of this site */

#menu ul, 
#menu li {
	list-style-type:none;
	list-style-image:none;
	padding: 0;
	margin: 0;
}

#menu ul {
	height: 33px;
} 

#menu ul li {
	float:left;
	height: 33px;
	line-height:36px;
	margin-right:1px;
}

#menu a, 
#menu a:link, 
#menu a:visited {
	color: #fff;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
}

#menu ul li:hover, 
#menu ul li.over {	
	background:#007237;
}

#menu ul li#current {	
	background:#FFF; 
}

#menu ul li#current * {	
	color:#2D572B !important;

}
#menu ul li ul {
	width:190px;
	padding-top:10px;
}

#menu ul li ul li {
	background:#2A8D5A;
	width:190px;
	border-bottom:1px solid white;
}

#menu ul li ul li:hover, 
#menu ul li ul li.over {
	background:#2A8D5A;
}

/* table formatting - added by Aylin */
    
#table-findings
{
    font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
    border-top: 7px solid #2D572B;
	border-bottom: 7px solid #2D572B;
    border-left: 1px solid #2D572B;
    border-right: 1px solid #2D572B;
}

#table-findings th 
{
	font-size: 13px;
	font-weight: bold;
	padding: 8px 6px;
    color: #444;
}

#table-findings td 
{
	padding: 6px;
    color: #666;
}

#table-findings .odd
{
	background: #F6F6F6; 
}

