/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Palatino, Times, serif;
	background-color: #FBFAE3; /*pale beige*/
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link {
	text-decoration: none;
	font-style: italic;
	color: #000050;
}

a:visited {
	text-decoration: none;
	font-style: italic;
	color: #006699;
	}

a:hover {
	text-decoration: underline;
	font-style: italic;
	color: #0D2C30;/*very deep teal blue*/
}

h1, h2, h3, h4, h5, h6, p {
	font-family: Palatino, Times, serif;
	margin: 0px;
	padding: 0px;
}

h2 {
 	font-size: 115%;
	margin-bottom: 5px;
	color: #001E47;
	text-align: center;
}


h3 {
	 font-size: 105%;
	 margin-bottom: 20px;
	 color: #333300;
	 text-align: left;
}

ul {
	list-style: none;
	margin: 0px 5px 0px 10px;
	text-indent: -0.7em;
}


.list-2 {
	text-indent: 5px;
}

.list-3 {
	text-indent: 0;
}

.list-4 {
	text-indent: 0;
	margin: 0px 5px 0px 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead {
	margin: 10px;
	text-align: left;
	border: 3px solid #cccccc;
	width: 900px;
	height: 128px;
}

#wrapper {
	margin: 10px;
	width: 900px;
	border: 3px solid #cccccc;
	background-color:#B5C08D; /*green sampled from banner, then lightened*/
}

#sidebar {
	margin: 0 0 0 72%;
		/*change back to margin: 0 72% 0 0; for left sidebar*/
	padding: 2px;
	background-color: #F9F9C7;
	color:#2C636A;/*deep teal blue--same as lettering on banner*/
	border-left: 3px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content {
    float:left;
	width: 71%;
	margin: 0;
	padding: 5px 10px 5px 10px;
}

#content p {
	padding: 0px 10px 0px 0px;
}

#contentnosidebar {
	width: 98%;
	margin: 0;
	padding: 5px 10px 5px 10px;
}


/************* #globalNav styles **************/

#globalNav {
	text-align: right;
	color: #d4d79f;
	padding: 5px 5px 5px 5px;
	background-color: #3B3F28;
}

#globalNav img {
	display: block;
}

#globalNav a {
	color: #FBFAE3;
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}

#globalNav a:hover {
	color:#d4d79f;
}


/************* #siteInfo styles (bottom of wrapper) ***************/

#siteInfo {
	clear: both;
	/*background-color: #b9dae8;*/
	font-size: 75%;
	text-align: center;	
	color: #cccccc;
	padding: 5px 10px 10px 5px;
	margin-top: -1px;
}

#siteInfo img {
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
	text-align: center;	
}
#evergreenLogo {
	text-align: right;
	padding: 1px 5px;
	background-color: #3B3F28;
	font-size: .8em;
	color:#CCCCCC;
}

#evergreenLogo a {
	font-size: .8em;
	color:#CCCCCC;
}


/*********** #sideBar link styles ***********/

.sidebarHeader {
	font-size: 14px;
	line-height: 18px;
	color: #FFCD4C;/*gold from banner*/
	background-color: #8B6E26;/*brown from banner*/
	padding: 4px 0px;
	margin: 2px 2px 8px 2px;
 	font-weight: bold;
	text-align: center;
}

#sidebar ul a:link, #sideBar ul a:visited {
	display: block;
}

#sidebar ul {
	list-style-type: none;
	/*list-style-position: inside;*/
	margin-left: 15px; 
	padding: 0;
	indent
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sidebar li {
	border-bottom: 1px solid #EEE;
	padding:4px 0px;
}

/* fix for browsers that don't need the hack */
html>body #sidebar li {
	border-bottom: none;
}

/************* faq styles ***************/

.question {
	margin: 0px;
	padding: 5px;
	font-size: 105%;
	font-weight: bold;
	color: #001E47;
}

.answer {
	padding: 5px;
	font-size: 95%; 
	font-color:#001E47;
}

/***********************************************************/
/* Table formatting--formatted for a different set of pages*/
/***********************************************************/

TABLE {
	background-color: #c4e0ed;/*pale blue from banner*/
	margin: auto;
	border-width: 1px;
 }
 
 CAPTION {
 	color:#1E2D22; 
	font-size:larger; 
	caption-side:top
}
 	
 TD { 
 	background-color: #FAFAEB;/*pale off-white*/
	vertical-align: middle;
	text-align: center;
	padding: 8px 4px 8px 4px;
}

	 
 TD.links {
 	background-color: #F7F2BE;
	width: 25%;
	color: "#333366";
	}
	
  TD.current {
 	background-color: #669933 ;
	width: 25%;
	color: "#232357";
	font-style: italic;
	}
	
.topRow {
	background-color: #314819;
	color: #FFFF99;
	font-style: italic;
	text-align: center;
	font-size: larger;
	padding: 8px;
 } 
 

/**********positional and box commands************/

.left {
	float: left;
	padding: 0px 10px 5px 0px;
}
	
.right {
	float: right;
	padding: 0px 10px 5px 10px;
}

.center {
	text-align: center;
}

.lighter {
	font-weight: lighter;
}

.bolder {
	font-weight: bolder;
}

.italic {
	font-style: italic;
}

.smaller {
	font-size: smaller;
}

.larger {
	font-size: larger;
}

.greenBox {
	background-color: #818F49;/*green from banner*/
	color: #173356;/*deep blue from text on HEH pic*/
	display: block;
	padding: 5px;
}

.clear {
	clear: both;
}



