/*	
	this file is for color and style that should be applied by default
	
	green: 2D7729
	blue: 495AA8

*/

/* general tags ============================================================ */
body, table, td, ul, ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 { font-size: 160%; color: #2C712E; margin: 0 0 .5em 0; padding: 0;}
h2 { font-size: 130%; color: #495AA8; margin: 1em 0 0.3em 0; padding: 0;}
h3 { font-size: 110%; color: #495AA8; }

p {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	margin-bottom: 1em;
}

ul, ol { 
	list-style:none; 
	margin:0;
	padding:0;
}

li {
	margin-left: 12px;
	margin-bottom: .5em;
}

a { color: #2D7729; font-weight: bold; }
a:link, a:visited { text-decoration: none; }
a:hover, a:active { text-decoration: underline; }

/* nav ===================================================================== */

#navlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: white;
}

#navlinks a {
	padding: 6px 10px;
	font-weight: normal;
	font-size: 13px;
	color: white;
	text-decoration: none;
}

#navlinks a:hover,
#navlinks a:active {
	color: #9f9;
}

#navlinks a.current {
	color: #030;
}

#programs {
	padding: 10px;
 }

#programs, 
#programs h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#programs a {
	font-weight: bold;
	font-size: 110%;
	color: #666666;
	text-decoration: none;
}

#programs a:hover,
#programs a:active {
	color: #2D7729;
	text-decoration: underline;
}

#programs a.current { color: #444; font-weight: bold; }

#programs h2 {
	margin: 0 0 .6em 0;
	padding-bottom: 0px;
	color: #495AA8;
}

#programs li {
	margin: 0 0 .5em 0;
}

#credits {
	margin-top: 12px;
	width: 150px;
}

#footer {
	color: #999;
	font-size: 85%;
}
	

/* content ====================================================================== */
.divider {
	border-bottom: 1px solid #666666;
	margin: 1em 0;
}

#globalwarming h3 {
	margin: 0 0 .3em 0;
}

div.gwlink {
	background: url(../images/frame/round_top-left.gif) top left no-repeat;
	float: left;
	padding-top: -3px;
	margin: 0 6px 6px 0;
}

div.gwlink p {
	margin: 0;
	padding: 6px 12px 0 12px;
	background: url(../images/frame/round_top-right.gif) top right no-repeat;
}

div.gwlink-foot-frame {
	padding-bottom: -6px;
	background: url(../images/frame/round_bottom-left.gif) bottom left no-repeat;
}

div.gwlink-foot {
	background: url(../images/frame/round_bottom-right.gif) bottom right no-repeat;
	padding: 1px 0 8px 0;
}

.credit {
	font-size: 9px;
	color: #999999;
}

.arial {
	font-family: Arial, Helvetica, sans-serif;
}

.times {
	font-family: "Times New Roman", Times, serif;
}

.georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.arial-black {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}

.times-black {
	font-family: "Times New Roman", Times, serif;
	color: black;
}

.georgia-black {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
}

.arial-green {
	font-family: Arial, Helvetica, sans-serif;
	color: #2C712E;
}

.times-green {
	font-family: "Times New Roman", Times, serif;
	color: #2C712E;
}

.georgia-green {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2C712E;
}

.arial-blue {
	font-family: Arial, Helvetica, sans-serif;
	color: #495AA8;
}

.times-blue {
	font-family: "Times New Roman", Times, serif;
	color: #495AA8;
}

.georgia-blue {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #495AA8;
}
