
/* CSS Document */


body{
	background: url('images/bgstripe.gif') repeat-xy top center;
	background: #e3dfdc;
	font: 72%/1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #135570;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #5a6635;
	text-decoration: none;
}

a:visited {
	color: #5a6635;
	text-decoration: none;
}

a:hover {
	color: #2b351c;
}


#container {
  position: relative;
	width: 780px;
	margin: 0 auto;
	background: #FFFFFF 
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 780px
}

html>body #container {
	width: 780px;
} 

/* page header stuff */

#pageHeader {
	margin-bottom: 5px;
}

#pageHeader h1 {
	width: 780px;
	height: 38px;
	background: url('logo.gif') no-repeat;
	margin: 0px;
	padding: 0px
}

#pageHeader span {
  display: none;
}

#pageHeader h2 {
  display: none;
}

/* quickSummary stuff */

#quickSummary {
	background: url('limes.gif') no-repeat;
	width: 780px
}

#quickSummary .p1 {
	background: url('callout.gif') no-repeat right;
	height: 160px;
	margin: 0px;
	padding: 0px
}

#quickSummary .p1 span {
  display: none;
}


#quickSummary .p2 {
	height: 27px;
	background: #97a25e;
	margin: 5px 0 5px 0;
	padding: 5px 0 0 10px;
	vertical-align: bottom;
	voice-family: "\"}\""; 
  voice-family:inherit;
	height: 22px;
}

html>body #quickSummary .p2 {
	height: 22px;
} 

/* preamble stuff */

#preamble {
	margin: 0 0 0 225px;
	background: #a5b77a;
	padding: 15px;
}

#preamble h3 {
	background: url('enlightenment.gif') no-repeat;
  height: 19px;
	margin: 0px;
	padding: 0px
}

#preamble h3 span{
  display: none;
}


/* supportingText stuff */

#supportingText {
	margin: 0 0 0 225px;
	background: #a5b77a;
	padding: 0 15px 1px 15px;
	/* this is wierd. Origionally this div had no bottom padding.
	When I positioned the footer absolutly, a gap of about 8px appeared
	at the bottom of the page where the bg image of container wasn't getting displayed.
	Adding a nominal amount of bottom padding (1px) to supportingText
	fixed this problem. However I have no idea why the problem exhibited in the first place
	or why this fixed it. */
}

#explanation h3 {
	background: url('about.gif') no-repeat;
  height: 19px;
	margin: 0px;
	padding: 0px
}

#participation h3 {
	background: url('participation.gif') no-repeat;
  height: 15px
}

#benefits h3 {
	background: url('benefits.gif') no-repeat;
  height: 18px
}

#requirements h3 {
	background: url('requirements.gif') no-repeat;
  height: 15px
}

#supportingText h3 span{
  display: none;
}

#footer /*#requirements .p5*/ {
	position: relative;
	margin: 0;
	padding: 0;
	top: 0px;
	right: 0px;
	text-align: default;
}

/* bit of a nasty use of an extraDiv and a bg image
to produce the bottom yellow bar */
#extraDiv1 {
	height: 40px;
	width: 715px;
	margin: 0 auto;
	background: #FFFFFF url('bandwidth.gif');
	text-align: left
}

/* bit of a hack topositiuon the bandwidth text */
#requirements .p5 {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -30px;
	left: 35px;
	text-align: left;
	z-index: 10;
}

/* linkList stuff */

#linkList {
	width: 220px;
	position: absolute;
	top: 240px;
	left: 25px;
	background: #c5d19b;
}

#linkList2 {
	padding: 15px 10px 10px 10px;
}

#linkList h3 {
	margin: 0px;
	padding: 0px;
}

#linkList h3 span {
  display: none;
}

#linkList ul {
	margin: 12px 0 15px 15px;
	padding: 0px;
}


#linkList li {
	list-style: none;
	margin: 0;
	padding: 0px;
}

#lselect li  {
	margin: 0 0 10px 0;
}

#lselect li a {
  display: block;
}

#lselect li .c {
  display: inline;
}

#lselect h3 {
	background: url('select.gif') no-repeat;
  height: 22px
}

#larchives h3 {
	background: url('archive.gif') no-repeat;
  height: 15px
}

#lresources h3 {
	background: url('resources.gif') no-repeat;
  height: 14px
}












a:link, a:visited, a:active {
	color				:	#DD232D;
	font-size			:	10px;
	text-decoration		:	underline;
	}

a:hover{
	color				:	#4E4E4E;
	text-decoration		:	none;
}


a:link.header, a:visited.header, a:active.header {
		font-family			:	verdana, ariel, helvetica;
		color				:	#D0BB59;
		font-size			:	9px;
		text-decoration		:	none;
		}

a:hover.header{
		color				:	#FF7800;
		text-decoration		:	none;
		}

a:link.subheader, a:visited.subheader, a:active.subheader {
color				:	#182324;
font-family			:	verdana, ariel, helvetica;
font-size			:	9px;
text-decoration		:	none;
}

a:hover.subheader{
color				:	#838478;
text-decoration		:	none;
}


a:link.inner, a:visited.inner, a:active.inner {
color				:	#FFA248;
font-size			:	10px;
text-decoration		:	none;
}

a:hover.inner{	
color				:	#E28325; 
text-decoration		:	none;
}


a:link.bot, a:visited.bot, a:active.bot {
color				:	#ABE8E9;
font-size			:	10px;
text-decoration		:	none;
}

a:hover.bot{	
color				:	#727272; 
text-decoration		:	none;
}



.footer	{
font-family		:	verdana, ariel, helvetica; left-margin : 125px;	
font-size		:	9px;
color			:	#838478;
font-weight		:	normal;
line-height		:	170%;
}

a:link.footer, a:visited.footer, a:active.footer {
color				:	#10586C;
font-size			:	10px;
text-decoration		:	none;
}

a:hover.footer{	
color				:	#1B687E; 
text-decoration		:	none;
}




input, textarea, select{
width: 			auto;
margin-bottom: 	5px;
padding:		3px;
background: 	#2CBE2C; border:#FFFFFF solid 1px;   /* 64c74c*/
font-family:	verdna, tahoma; 
color: 			#FFFFFF;
font-weight:	bold;

scrollbar-face-color: #8AB200;
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color:#53670D;
scrollbar-darkshadow-color: #53670D;
scrollbar-track-color: #D4E597;
scrollbar-arrow-color: #53670D;
}

textarea{
width: auto;
height: auto;

}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: auto;
margin-top: auto;
width: auto;

border-color: 		#ff6633;
font: 				11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
background-color: 	#D7E5F2; 
color: 				#FFFFFF; 

}

br{
clear: left;
}

}

input.clrbtn {background-color: #670499; border:#DD232D solid 1px font-weight: bold; font-size: 12px; color: white;}

form{margin:0px;}	





#left_section {
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 0;
	top: 0px;
	left: 0px;
	background: url('images/left-bar-cell.jpg') repeat-xy top left;
	background-color: #F1F1F1;
	width: 184px;
	height: auto;
	vertical-align:top;
	}
	
#right_section {
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 0;
	top: 0px;
	left: 0px;
	background: url('images/right-cell.jpg') repeat-xy top left;
	background-color: #FFFFFF;
	width: 596px;
	height: auto;
	vertical-align:	top;
	}

.inners{
postion				:	relative;
padding				:	1em 1em 1em 2em;
background			: 	url('images/none')repeat-xy top left;
background-color	:	transparent;
}

.inners {margin:0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; font-variant: normal; 
color: #135570; text-decoration: none; line-height : 175%; Text-align:justify;} 

.title {margin:0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: bold; font-variant: normal; 
color: #135570; text-decoration: none; line-height : 175%; Text-align:justify;} 

.smtxt	{
font-family		:	verdana, ariel, helvetica; left-margin : 125px;	
font-size		:	9px;
color			:	#2C2C2C;
font-weight		:	normal;
line-height		:	170%;
}

.smtxt2	{
font-family		:	verdana, ariel, helvetica; left-margin : 125px;	
font-size		:	9px;
color			:	#0F5969;
font-weight		:	normal;
line-height		:	170%;
}


.midtxt	{
font-family		:	verdana, ariel, helvetica; left-margin : 125px;	
font-size		:	11px;
color			:	#2C2C2C;
font-weight		:	normal;
line-height		:	170%;
text-align		:	justify;
}
	
.left_section {margin:0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; font-variant: normal; 
color: #135570; text-decoration: none; line-height : 175%; Text-align:left;} 

.right_section {margin:0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; font-variant: normal; 
color: #135570; text-decoration: none; line-height : 175%; Text-align:left;} 


#navlist-1 li { list-style-type: lower-roman; }