/*****colors used*********************/
/*#cbd9b8; lite green -- the submenu color in the navbar*/
/*#a7b398; med green -- the navbar bg*/
/*#838c77; dark green -- the hover color in the navbar*/
/*#555b4d; very dark green*/
/*#262626; dark grey*/

body {
	margin:0;
	padding:0;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:76%;/*83.5%;*/
	color:#000;
	background-color:#d9d9d9;
	text-align:center;
	}
#wrap {
	width:950px;
	margin:0 auto;
	text-align:left;
	background-color:#fff;
	background-image:url(../img/common/bg.jpg);
	background-repeat:repeat-y;
	background-position:left top;
	border-right:1px solid #cbd9b8;
	border-bottom:1px solid #cbd9b8;
	border-left:1px solid #cbd9b8;/*lite green*/
	}
#banner {
    height:146px;
	background-image:url(../img/common/banner.jpg);
	background-repeat:no-repeat;
	}
#navbar {
    float:left;
	width:180px;
	text-align: left;
	}
#navbar ul, #navbar li {
    margin-bottom:0; 
    margin-top:0;
	}
#signup {
    border-top: 1px solid #838c77; /*dark green*/
	border-bottom: 1px solid #838c77; /*dark green*/
	padding: 10px 5px 10px 50px;
	background-image: url(../img/common/mailing-list.gif);
	background-position: 18px 50%;
	background-repeat: no-repeat;
	}
#signup a {
    color: #262626;
	font-weight: normal;
	text-decoration: none;
	}
#signup a:hover {
    color: #fff;
	}
#content {
	float:right;
	width:720px;
	margin-right:20px;
	display:inline;/*to prevent IE making a double margin*/
	}
div.edit {} /*a class whose sole purpose is to create a limited editable area for use in Contribute*/
#main {/*to be used in conjunction with #side or #sideHm*/
	float:left;
	width:485px;
	margin-top:6px;
	}
#main2 {/*to be used without any side bar*/
	margin-top:6px;
	}
#main2 p.narrow {/*so that none of the top paragraph will wrap underneath logo*/
	width:485px;
	}
img.logo {
    margin:0 0 20px 20px;
	float:right;
	}
/*News-Awards box on hmpg*****************************************/
#hiliteBox {
	width:480px;
	margin-top:2em;
	border-top:1px solid #cbd9b8;/*lite green*/
	border-right:1px solid #a7b398;/*med green*/
	border-bottom:2px solid #a7b398;/*med green*/
	border-left:1px solid #cbd9b8;/*lite green*/
	background-image:url(../img/hmpg/hilite-bg.gif);
	background-position:center;
	background-repeat:repeat-y;
	}
#hilite1 {
	float:left;
	width:50%;
	}
#hilite2 {
	float:left;
	width:50%;
	}
#hilite1 h2, #hilite2 h2 {
	font-size:1.5em;
	text-align:center;
	margin:0;
	padding:5px 9px;
	color:#fff;
	background-color:#a7b398;/*med green*/
	font-weight:bold;
	}
#hilite1 p, #hilite2 p, #hilite1 li, #hilite2 li {
	margin:1.2em 9px 0;
	line-height:1.3em;
	}
/*for the calendar on hmpg*****************************************/
#sideHm {
	float:right;
	width:200px;
	margin-top:0;
	padding-top:0;
	text-align:center;
	}
#sideHm h2 {
	margin:29px 0 0.5em;
	font-size:1.5em;
	}
#sideHm p.instructions {
	text-align:left;
	font-size:92%;
	color:#808080;
	line-height:1.2em;
	}
iframe {
    height:350px;
	width:200px;
	}
/*for the RH side column*****************************************/
#side {
	float:right;
	width:200px;
	margin-top:0;
	padding-top:0;
	}
#side p {
	line-height:1.3em;
	}
p.logo {
    text-align:center;
	margin:0 0 20px;
	}
div.sidehilite {
    border:1px dotted #555b4d; /*very dark green*/
	padding:10px;
	margin:30px 0 1.2em;
	text-align:center;
	}
div.sidehilite2 {
    border:1px dotted #555b4d; /*very dark green*/
	margin:30px 0 1.2em;
	background-color:#cbd9b8; /*lite green*/
	}
div.sidehilite h3 {
    margin:0 0 1.2em;
	color:#555b4d;/*very dark green*/
	}
div.sidehilite2 h3 {
    margin:0;
	padding:7px 10px;
	background-color:#a7b398;/*med green*/
	color:#fff;
	text-align:center;
	}
div.sidehilite p {
    margin:1.2em 0 0;
	}
div.sidehilite2 p {
    margin:1.3em 0;
	padding:0 10px;
	line-height:1.3em;
	}
div.sidehilite2 li {
    padding-right:10px;
	line-height:1.3em;
	}
/*******************************************************************/
#footer {
    clear:both;
	width:950px;
	margin:0 auto 20px;
	}
#footer p {
    font-size:92%;
	color:#8c8c8c;
	margin:0;
	}
#footer a {
	color:#8c8c8c;
	}
#footer a:hover {
	color:#900;
	}
		
/*typography*/
a {
	text-decoration: underline;
	font-weight: normal;
	color: #009;/*blue*/
	}
a strong, a b {
	text-decoration: underline;
	font-weight: bold;
	color:#262626; /*dark grey*/
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	color:#900;/*red*/
	}
a:hover strong, a:hover b {
	text-decoration: underline;
	color:#900;/*red*/
	}
a.pdf {
	background-image:url(../img/common/pdf.gif);
	background-repeat:no-repeat;
	padding:2px 0 2px 24px;
	}
a.worddoc {
	background-image:url(../img/common/WordDoc.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding:2px 0 2px 22px;
	}
a.go2top {
	background-image:url(../img/common/up.gif);
	background-repeat:no-repeat;
	padding:0 0 0 14px;
	}
h1 {
	font-size:2.0em;
	font-weight:bold;
	padding:35px 0 0 130px;
	margin-top:0;
	margin-bottom:0;
	color:#262626;/*dark grey*/
	}
h2 {
	font-size: 1.8em;	
	line-height: 1.325em;
	margin-top:0;
	margin-bottom: 0.93em;
	font-weight:normal;
	color:#555b4d;/*very dark green*/
	}
h2 span.subH2 {
	font-size:70%;
	}
h3 {
	font-size: 1.3em;
	font-weight:normal;
	line-height: 1.2;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	color:#262626; /*dark grey*/
	}
h3 span.subH3 {
	font-size:85%;
	}
h4 {
	font-size: 1.1em;
	font-weight:normal;
	color:#262626; /*dark grey*/
	line-height: 1.1;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	}
h5 {
	font-size:1.0em;
	margin:0 0 1.2em;
	font-weight:normal;
	}
h6 {
	font-size:1.0em;
	margin:0 0 1.2em;
	font-weight:normal;
	}
img {
	border:0;
	}
.imgR {
	float:right;
	margin:0 0 1.2em 1.2em;
	}
.imgL {
	float:left;
	margin:0 1.2em 1.2em 0;
	}
ol, ul, li {
	font-size:1.0em;
	line-height:1.68em;
	margin-top:1.68em;
	margin-bottom:1.68em; 
	}
ul.tight li, ol.tight li {
	margin-top:0;
	margin-bottom:0; 
	}
p {
	font-size:1.0em;
	line-height:1.68em;
	margin:1.68em 0;
	}
p.tight {
	line-height:1.34em;
	}
blockquote {
	margin:1.68em 0;
	border-left:2px solid #a7b398; /*med green*/
	}
blockquote p {
	padding-left:20px;
	}
li > p {
	margin-top: 0.2em;
	}
strong, b {
	font-weight: bold;
	color:#262626; /*dark grey*/
	}

table {
    margin: 1.5em 0;
	width: 100%;  
    border-top: 1px solid #a7b398;/*med green*/
	border-left: 1px solid #a7b398;/*med green*/
	border-collapse: collapse;
	}
caption {
    font-weight: bold;
	font-size: 1.1em;
    text-align: center;
	}
th {
    text-align: center;
	padding: 0.6em 0.5em;
	font-size: 1.0em;
	}
th.th-left {
    text-align: left;
	}
td {
    padding: 0.6em 0.5em;
	font-size: 1.0em;
	line-height:1.3em;
	}
td p {
    line-height:1.3em;
	margin:0 0 1.0;
	}
td p.last {
    margin-bottom:0;
	}
td.td-center {
    text-align: center;
	}
td.td-pseudo-th {
    font-weight:bold;
	vertical-align:top;
	color:#555b4d;/*very dark green*/
	}
td.td-pseudo-th a {
    font-weight:bold;
	}
th, td {
    border-right: 1px solid #a7b398;/*med green*/
	border-bottom: 1px solid #a7b398;/*med green*/
	}
table.table1 th, table.table2 th { /*for newletter and report archives*/
    background-color:#a7b398;/*med green*/
	color:#fff;
	}
table.table2 td {
    vertical-align:top;
	}
table.noTable, table.noTable td {
    border:none;
	}
	
.clear {clear:both;}
.center {text-align:center;}
form p {
    text-align:right;
	line-height:1.2em;
	margin:1.2em 120px 1.2em 0;
	}
form p.alignL {
    text-align:left;
	margin:1.2em 0;
	}
form p.radioButton {
    text-align:left;
	margin:1.2em 0 1.2em 150px;
	}
