@charset "UTF-8";
/* CSS Document */

/*#leftCol {
width: 200px;
}*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

body {
	background-color: #e1dfd9;
	color: #000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.2em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
  /*text-align: center;*/ /* Centers the page content container in IE 5 browsers. */ /* Taken this out because it interfers with Contribute text alignment */
}

p, ul, ol, td{
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	font-size: 1.5em;
	font-weight: normal;
	color: #000;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #a03515;
	font-size: 2.2em;
	font-weight: normal;
	/*margin-bottom: -.4em;*/
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #423738;
	/*color: #504244;
	color: #332A2B;*/
	font-size: 1.6em;
	font-weight: bold;
	margin: 2.4em 0 -.25em 0;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
}

a,  a:link, a:visited, a:active {
	color: #10499e;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #10499e;
	font-weight: bold;
	text-decoration: none;
}

#outerWrapperShadow {
	width: 796px;
	background:url(../images/layout-images/bg-shadow.jpg) top left repeat-y;
	margin: 0 auto 0 auto;
}

#outerWrapper {
  background-color: #bba974;
  margin-left: 10px;
  width: 776px;
   /*text-align: left;*/ /* Redefines the text alignment defined by the body element. */ /* Removed this because again it interfers with Contribute and text alignment */
}
/* --- BEG Header --- */
#outerWrapper #header {
	background-color: #cfc29a;
	font-weight: bold;
	padding: 0px;
}
#outerWrapper #header td{
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 1.1em;
	line-height: 1.3em;
}