﻿/* basic elements */
* {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 2em;
}

body { 
	background: url(images/bg.gif) top left repeat-x #c2beb4;
	color: #4a4a4a;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

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

h1
{
    color:#80b439;
    font-size:24px;
}

h2, h2 * { 	
	font-size: 18px;
	font-weight: bold;
}
h3 { 
	padding-top: 1em;	
}
h3, h3 * { 	
	font-size: 14px;
	font-weight: bold;	
}

a:link, 
a:visited{
	color: #0072bc;
	text-decoration: none;
	cursor:pointer;
	cursor:hand;
}
a:hover
{
    text-decoration:underline;
}

.pubDate
{
    font-style:italic;
}

.webSiteLogo
{    
    color:#000;
    font-size:24px;
    font-weight:bold;
}


#container { 
	background: transparent url(images/contbg.gif) top left repeat-y;
	width: 700px;		
}

#intro, 
#supportingText {
	padding: 0 69px 0 86px;
	width: 545px;
}

#supportingText
{
	min-height:1000px;
}

#intro {	
	background: transparent url(images/logo.jpg) top left no-repeat;
	padding-top: 30px;
	height:150px;
}


#preamble h3,
#preamble p,
#supportingText h3,
#supportingText p {
	padding-left: 10px;
	padding-right: 40px;
}

#preamble,
#explanation,
#participation,
#benefits,
#requirements {
	border-bottom: 1px solid #E4E1DB;
	padding-bottom: 20pt;	
}

#pageHeader
{
    padding-left: 50px;
}

/*#pageHeader, 
#pageHeader h1,
#pageHeader h2,
#quickSummary .p1,*/
#linkList2 h3 span {
    padding-left:40px;
    font-size:12px;
}

#linkList {	
	background: transparent url(images/navbg.gif) top left repeat-y;
	left: 661px; 	
	padding-top: 2em;
	position: absolute;
	top: 150px;	
	width: 285px;
	z-index: 10;
}

#linkList *
{
    color:#FFF;
}


#adblock
{
    margin:0 0 20px 30px;
}

#linkList2 { 
	background: transparent url(images/navbtmbg.gif) bottom left no-repeat;
	font: .6em/1.4em verdana, sans-serif; 				
	padding-bottom: 160px;
}

#linkList2 h3 {
	background: transparent top left no-repeat;
	display: block;	
	height: 26px;
	padding: 0 0 10px 0;
	width: 285px;
	background-image: url(images/nav-item-bg.gif);
		
}

#linkList2 ul {
	list-style-type: none;
	padding: 0 75px 25px 15px;	
}

#linkList2 li {
	color: #E6E3DE;	
	padding: 6px 10px;	
}

#linkList2 a:link,
#linkList2 a:visited {
	background: transparent;
	color: #4C4C4C;
	font-weight: bold;
}

#linkList2 a.c:link,
#linkList2 a.c:visited {
	color: #E6E3DE;
	font-weight: normal;
}

#linkList2 a:hover, 
#linkList2 a:active, 
#linkList2 a:focus,
#linkList2 a.c:hover, 
#linkList2 a.c:active, 
#linkList2 a.c:focus {
	color: #FFF;
	text-decoration: none; 
}


#lselect li {	
	background: transparent url(images/navico.gif) 3pt 5pt no-repeat;
	border-bottom: 1px solid #CFCCC4;	
	padding: 7px 10px 7px 25px;
}

#footer { 	
	font-size: .7em;
	line-height: 1.5em;
	padding-top: 10px;
	padding-bottom: 40px;
	text-align: center;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active,
#footer a:focus {
	background: transparent;
	color: #857E70;
}
