@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
	}
body {
	margin: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #494944;
	font-size: 72.5%;
	text-align: center;
	}
/******************  Text styles **********************/
a:link, a:visited {
	color: #4A732D;
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	}
p, ul {
	line-height: 1.5em;
	margin-bottom: 1em;
	margin-bottom: 12px;
	font-size: 11px;
	}
h1 {
	font-weight: normal;
	color: #416B22;
	font-size: 2em;
	margin-bottom: 3px;
}
h2 {
	color: #416B22;
	font-size: 11px;
	text-transform: capitalize;
	margin-bottom: 5px;
	font-weight: bold;
	}
.highlight, .highlight a:link, .highlight a:visited {
	color: #416B22;
	font-size: 11px;
	text-transform: capitalize;
	margin-bottom: 5px;
	font-weight: bold;
	}
.index {
	font-size: 1.3em;
}
h2.doubleSpace {
	margin-top: 30px;
	margin-bottom: 20px;
	}
h2  a:link, h2 a:visited, .speaker a:link, .speaker a:visited {
	color:  #6f9cc3;
	text-decoration: underline;
	}
h2 a:hover, .speaker a:hover {
	color: #6f9cc3;
	text-decoration: none;
	}

/******************  Page Layout styles **********************/
#divWrap {
	width: 690px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}
#divNavigation ul {
	margin-top: 10px;
	text-transform: uppercase;
	color: #3D681D;
	font-weight: bold;
	list-style-type: none;
	font-size: 0.9em;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	}
#divNavigation li {
	display: inline;
	margin-right: 2em;
	margin-left: 2em;
	}
	#divNavigation li.last {
	
	}
#divNavigation a:link, #divNavigation a:visited {
	font-weight: bold;
	color: #3D681D;
	text-decoration: none;
	}
#divNavigation  a:hover, #divNavigation a.current {
	font-weight: bold;
	color: #3366CC;
	text-decoration: none;
	}
#divContent {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	position: relative;
	margin-left: 220px;
}
#divSidbar {
	float: left;
	width: 200px;
	padding-top: 75px;
}
#colRight {
	float: right;
	margin-left: 20px;
	padding-top: 10px;
}
#divWrap #divContent ul {
	margin-left: 12px;
	line-height: 1.5em;
}
td {
	padding-bottom: 5px;
	padding-right: 10px;
	}
td p {
	margin-bottom: 5px;
}

