/* CSS Document */

html * {
	padding: 0;
	margin: 0;		
}

body {

	padding: 0px 0px;
	background-color: #DBE1D5;
	font-family: helvetica,arial,san-serif;
	font-size: 90%;
	color: #4e4e4e;

	}


#header {
	background: #7D0000 url(../images/header.png) repeat-x scroll top left;
	}

h1 {
	background: #B67272 url(../images/logo.png) no-repeat scroll top left;
	text-indent: -9999px;
	height: 89px;
	font-size: 11px;
	padding: 0;
	margin: 0;
	}
#pdf {
	border: 1px #CCCCCC solid;
	text-indent: 3px;
	text-align: center;
	width: 92%;

	}

#wrapper {
	background: #fff url(../images/bg.png) repeat-y scroll top left;
	}

#footer {
	text-align: center;
	background-color: ##A4AF98;
	padding: 10px;
	clear: both;
	}

#content {
	margin: 0 100px 0 190px;
	background: #fff url(../images/logo_faded.gif) no-repeat scroll bottom right;
	min-height: 550px;

	}


	#table{
	line-height: 1.5em;
	font-size: 0.9em;
	padding-top: .5em;
	border: thin solid #CCCCCC;
	}
	
	#table td{
	padding: .5em;
	}
	
	
	
#content p {
	line-height: 1.5em;
	font-size: 0.9em;
	padding-top: 1.5em;
	}
	
#content li {
	font-size: 0.9em;
	margin: 0 0 0 20px;
	line-height: 1.5em;
	padding-top: 1.5em;
	}
.pictures {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
	}
h2 {
	font-size: 1.0em;
	padding-top: 5px;
	}

#sidebar {

	width: 150px;
	float: left;
	margin: 0 0 0 10px;
	padding: 0 0 20px 0;
	}

#bottom {
	clear:both;
	text-indent: -9999px;
	padding: 0;
	margin: 0;
	height: 33px;
	background: #fff url(../images/wcrf.gif) no-repeat scroll top left;

	}


/* drop down menus */

#navwrapper {
	background: #7D0000 url(../images/header2.png) repeat-y scroll top left;
	padding: 0 0 0 175px;
	font-size: 0.9em;
	height: 30px;
	width:100%;
	}

#nav a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 10em;
	}

#nav a:hover {
	color: #A4AF98;
	}

#nav {
	padding: 8px 0 0 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}





#nav ul {
	padding: 10px 0px 10px 20px;
	margin: 0 0 0 -11px;
	list-style: square;
	color: #FFFFFF;
	line-height: 1.8em;
	}




	
	#CS{ /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	}
	#OC{ /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	}
	#WWA{ /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	}
	#OL{ /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	}
	#NE{ /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	}
	#CU{ /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	}
	#H{ /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #7D0000;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}
	

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}


#fontsizemenu {
	padding: 5px;
	border: 1px solid #ccc;
	margin: 0 10px 10px 0;
	text-align: center;
	}

#fontsizemenu a {
	color: #000;

	}

#print {
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0 0 0;
	}
