#container {
	width: 760px;
	margin: 0px auto;
padding: 0px;
text-align:left;
background: #ffffff;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
}

.tagline {
font-size: .9em;
text-align: right;
font-weight: bold;
font-style: italic;
margin-top: 0;
margin-right: 10px;
}

#skip {
text-align: right;
margin-right: 10px;
}

#skip a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  1em;
	color: #529001;
	text-decoration: none;
	font-weight: bold;
	}
	
#skip a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  1em;
	color: #529001;
	text-decoration: underline;
	background-color: #eeeeee;
	font-weight: bold;
	}
	
#skip a:focus {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  1em;
	color: #529001;
	text-decoration: underline;
	background-color: #eeeeee;
	font-weight: bold;
	}

#menu {
	width: 100%;
	background-color: #529001;
	height: 25px;
	 }
	 
#menu  ul{
    margin: 0;
    padding: 0;
	background-color: #529001;
	 }
	
#menu li {
    list-style: none;
	float: left;
	border-right-color: #ffffff;
	border-right-style: solid;
	border-right-style: thin;
	
 }
	
#menu li a {
	display: block;
	background-color: #529001;
	color: #ffffff;
	text-decoration: none;
	padding: 3px 10px;
	font-weight: bold;
	 }
	
#menu li a:hover {
	display: block;
	background-color: #529001;
	color: #FFFF00;
	text-decoration: none;
	padding: 3px 10px;
	font-weight: bold;
	 }
	 
#menu li a:focus {
	display: block;
	background-color: #529001;
	color: #FFFF00;
	text-decoration: none;
	padding: 3px 10px;
	font-weight: bold;
	 }
	
#menu li ul {
    display: none;
    width: 14em; /* Width to help Opera out */
    background-color: #D1D1D1}

#menu li:hover ul {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0; }
	
#menu li:hover li {
    float: none; }
	
#menu li:hover li a {
    background-color: #D1D1D1;
    border-bottom: 1px solid #fff;
    color: #000; }
	
#menu li li a:hover {
    background-color: #eeeeee; }



#content {
margin: 10px;
}

#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  1em;
	color: #529001;
	text-decoration: none;
	font-weight: bold;
	}
	
#content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  1em;
	color: #529001;
	text-decoration: underline;
	background-color: #eeeeee;
	font-weight: bold;
	}
	
#content a:focus {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  1em;
	color: #529001;
	text-decoration: underline;
	background-color: #eeeeee;
	font-weight: bold;
	}




#footer {
text-align: center;
margin-bottom: 10px;
font-size: .9em;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  1em;
	color: #529001;
	text-decoration: none;
	font-weight: bold;
	}
	
#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  1em;
	color: #529001;
	text-decoration: underline;
	background-color: #eeeeee;
	font-weight: bold;
	}
	
#footer a:focus {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  1em;
	color: #529001;
	text-decoration: underline;
	background-color: #eeeeee;
	font-weight: bold;
	}







h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
}


h4 {
	font-size: 1em;
}


.small_text {
	font-size: 0.8em;
}
.gray {
	background-color: #eeeeee;
}

.space {
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}

.nospace {
	padding: 0px;
	margin: 0px;
}



.line {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #529001;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/page_bg.gif);
	margin: 0;
}




h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	text-align: left;
}



h1 {
	font-size: 1.75em;
	font-family: Arial, Helvetica, sans-serif;
}

h3.boxed {
	font-size: 1em;
	text-align: center;
	color: #111155;
	font-family:  Arial, Helvetica, sans-serif;
}



legend {
	font-weight: bold;
}

.resources {
	font-weight: bold;
	margin-top: .75em;
}

a.hidden {
	color: #FFFFFF;
}

a.hidden:hover {
	color: #529001;
}

a.hidden:focus {
	color: #529001;
}

.italic {
font-style: italic;
}