/***********************************************/
/* 2col.css                             */
/* Use with csstemplate.htm        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #9999FF;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 120%;
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #330033;
}

h2 {
	 font-size: 114%;
	 color: #006699;
}

h3 {
	font-size: larger;
	color: #330033;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h4 {
	 font-size: 100%;
	 font-weight: normal;
	 color: #330066;
}

h5 {
	 font-size: 100%;
	 color: #334d55;
}

ul {
	list-style-type: square;
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul ul {
	list-style-type: disc;
	background-color: #6666FF;
}

ul ul ul {
	list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead {
	margin: 0;
	padding: 10px 0px 0px 0px;
	background-color: #330033;
	width: 100%;
}

#masthead h1{
	padding: 0px 0px 0px 10px;
	color: #330033;
}

#sideBar {
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #6666FF;
	color: #000000;
}

#content {
	float:right;
	width: 75%;
	margin: 0;
	padding: 5px 5px 0px 0px;
	background-color: #9999FF;
}
#content img {
	float: right;
	padding: 0px 10px 0px 0px;
	margin: 0px 5px 5px 0px;
	background-color: #9999FF;
}
#content p{
	font-size: 85%;
	background-color: #9999FF;
	color: #330033;
}


/************* #globalNav styles **************/

#globalNav {
	color: #330033;
	padding: 0px 0px 0px 10px;
	background-color: #9966CC;
	white-space: nowrap;
	font-size: 18px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img {
	display: block;
	background-color: #9999FF;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px;
	background-color: #9966CC;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}




/************* #siteInfo styles ***************/

#siteInfo {
	clear: both;
	font-size: 75%;
	text-align: center;	
	color: #9999FF;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}

#siteInfo img {
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
	text-align: center;
	background-color: #9999FF;
	color: #330033;
}
#evergreenLogo {
	text-align: center;
	font-size: 80%;
	color:#330066;
}


/*********** #sideBar link styles ***********/
#sideBar ul a:link, #sideBar ul a:visited {
	display: block;
	background-color: #CCCCCC;
}

#sideBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sideBar li {
	border-bottom: 1px solid #EEE;
	background-color: #CCCCCC;
	padding-left: 10px;
}

/* fix for browsers that don't need the hack */
html>body #sideBar li {
	border-bottom: none;
	background-color: #CCCCCC;
}

/*********** #sectionLinks styles ***********/
#sectionLinks {
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3 {
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link {
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
}

#sectionLinks a:visited {
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover {
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/
.relatedLinks {
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	background-color: #6666FF;
}

.relatedLinks h3 {
	padding: 10px 0px 2px 0px;
	background-color: #6666FF;
}

