/************************************************************************/
/*** General Styles *****************************************************/
/************************************************************************/

body
	{
	font-family:"Lucida Grande", Verdana, sans-serif;
	/*background:url("images/bg.jpg") repeat-y top center;*/
	background-color:#0f2970;
	padding:0px;
	margin:0px;
	/* IE fix */
	_text-align:center;
}	

p, td { 
	font-size:12px;
}

a {
	color:#0f2970;
	font-weight:bold;
}

/************************************************************************/
/*** 'Edit this page' Link **********************************************/
/************************************************************************/

div.editpagebox {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #000000;
}

a.editpagelink:link, a.editpagelink:visited, a.editpagelink:hover {
	color: #ffffff;
	padding: 6px;
	display: block;
}
a.editpagelink:hover { text-decoration: underline; }


/************************************************************************/
/*** Whole Page Styles **************************************************/
/************************************************************************/

div#background { /* encapsulates whole page */
	background:url("lookfeel/centerpageback.gif") repeat-y top center;
}
div#all { /* immediately inside div#background */
	margin: 0 auto;
	margin-top: 0px;
	padding: 0px 10px 0 10px;
	width: 773px;
	padding-top:0px;
	/*IE FIX */
	_text-align:left;
	_padding:0px;
}
	
/************************************************************************/
/*** Header Styles ******************************************************/
/************************************************************************/

div#header {
	height:105px;
	background: #ffffff url("lookfeel/header.jpg") no-repeat top left;
	width:770px;
	margin-left: 1px;
	_margin-left: 2px;
}

div#header h1 {
	color: #ffffff;
	font-size: 1.2em;
        display: none;
}

/************************************************************************/
/*** Content Styles *****************************************************/
/************************************************************************/

div#content { /* encapsulates all page content, subpages, navigation, news */
	margin: 0px 0px 0px 0px;
	background: url(lookfeel/centerpageback.gif) repeat-y top center;
	/*IE FIX*/
	_margin: 0px 0px 0px 0px;
	_padding:0px 0px 0px 0px;
}

div#content h1 { /* page title */
	color:#fff;
	font-size:1.1em;
	font-weight:normal;
	background:#0f2970;
	padding:8px;
	margin:40px 15px 0px 35px;
	width: 490px;
	text-align: left;
	float: left;
	_margin-left:28px;
	_width:487px;
}

div#page { /* encapsulates page text and subpages */
	float: left;
	width: 340px;
	margin-left: 35px;
	padding-top: 10px;	
	/*IE FIX*/
	_padding-top:10px;
	_margin-left:28px;
	_width: 338px;
}

div#pagetext { /* page text, images, etc */
	padding: 0px;
	margin-top: 2px;
	font-size: 0.8em;
	color: #ffffff;
}

/*** Default Image ***/

div#pageimage { 
	padding: 0px;
	margin-top: 2px;
	font-size: 12px;
}

/*** Downloads ***/

div#pagedownloads { 
	padding: 0px;
	margin-top: 2px;
	font-size: 12px;
}

div.downloads { /* encloses entire downloads list */
	font: normal 11px Arial,Helvetica,Lucida,Trebuchet MS,Arial Narrow,sans-serif; 
	color: #383838; 
	line-height: 150%;
	text-decoration: none;
	padding: 5px 5px 5px 10px;
}

div.download { /* encloses single download */
	padding: 2px 2px 2px 10px;
}

img.download { /* styles the file image icon */
	border : none;
}

a.download:link, a.download:visited, a.download:hover {
	font: normal 11px Arial,Helvetica,Lucida,Trebuchet MS,Arial Narrow,sans-serif; 
	color: #blue;
	text-decoration: none;
}
a.download:hover { text-decoration:underline; }

/*** Contact ***/

div#pagecontact {
	padding: 0px;
	margin-top: 2px;
	font-size: 12px;
}

td.contacttitle  {
	font: bold 11px Arial,Helvetica,Lucida,Trebuchet MS,Arial Narrow,sans-serif; 
	color: #333333;
	vertical-align: top;
	padding: 0px 0px 0px 10px;
}

td.contactdata {
	font: normal 11px Arial,Helvetica,Lucida,Trebuchet MS,Arial Narrow,sans-serif; 
	color: #383838; 
}

/*** Response ***/

div#pageresponse {
	padding: 0px;
	margin-top: 2px;
	font-size: 12px;
}

td.responseheading {
	font: bold 11px Arial,Helvetica,Lucida,Trebuchet MS,Arial Narrow,sans-serif; 
	color: #333333;
	padding: 0px 0px 0px 10px;
}

td.responserequired, span.responserequired {
	font: normal 9px Arial,Helvetica,Lucida,Trebuchet MS,Arial Narrow,sans-serif; 
	color:#FF0000; 
	padding: 0px 0px 0px 10px;
}

td.responsetitle  {
	font: bold 11px Arial,Helvetica,Lucida,Trebuchet MS,Arial Narrow,sans-serif; 
	color: #333333;
	vertical-align: top;
	padding: 0px 0px 0px 10px;
}

td.responsedata {
	font: normal 11px Arial,Helvetica,Lucida,Trebuchet MS,Arial Narrow,sans-serif; 
	color: #383838; 
}

input.responseinput {
	font: normal 11px Arial,Helvetica,Lucida,Trebuchet MS,Arial Narrow,sans-serif; 
	color: #383838; 
}


/*** Subpage Styles *****************************************************/

div.subpage { /* box container for a single subpage */
	border-top:1px solid #000;
	font-size:1em;
	margin: 10px 0px 10px 0px;
	_margin-top: 20px;
}

div.subpage h2 { /* subpage title */
	color:#fff;
	font-size:0.9em;
	font-weight:normal;
	background:#0f2970;
	padding:3px;
	margin:30px 0px 0px 0px;
	width: 340px;
	text-align: left;
}

div.subtext { /* subpage summary - contains 'read more' link */
	padding:0px;
	margin-top:2px;
	font-size: 12px;
	color: #ffffff;
}

a.submore { /* 'read more' link */
	padding-left: 7px;
	color: #0f2970;
}

/*** Navigation Styles **************************************************/

div#navigation { /* box container for navigation menu, search tool, and powered by notice */
	float: left;
	background: #ffffff;
	margin-left: 2px;
        _width:204px;
	_margin-left: 2px;
}

/*** Menus ***/

/* root level menu */

div.menu0 {
	background-color: #0f2970;
	padding:20px 0 20px 0;
	margin:0 0 10px 8px;
	width:197px;
}

a.menu0:link, a.menu0:visited, a.menu0:hover { 
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: normal;
	font-size: .7em;
	text-indent: none;
	display: block;
	padding: 6px;
	padding-left: 25px;
}

a.menu0:hover { 
	background-color: #5ad000;
}

/* sub menus */

div.menu1 { 
	position: absolute;
	background-color:#0f2970;
	padding:0px;
	margin:0 0 10px 0;
	width:197px;
}

a.menu1:link, a.menu1:visited, a.menu1:hover { 
	text-decoration:none;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:normal;
	font-size:.7em;
	text-indent:none;
	display:block;
	padding:6px;
	padding-left:25px;
}

a.menu1:hover { 
	background-color:#5ad000;
}

/*** Search Tool ***/

div#search { /* box container for search tool and powered by notice */
	background-color:#5ad000;
	padding: 15px;
	height: 200px;
	padding: 20px 0 20px 10px;
	margin: 0px 0px 0px 8px;
}

input#searchtext {
	width:130px;
	font-size: 0.7em;
	color:#fff;
	background-color:#5ad000;
	border: 1px solid white;
}

input#searchbutton {
	width:40px;
	font-size: 0.7em;
	color:#fff;
	background-color:#0f2970;
	border: 1px solid white;
}

div.prevnext { /* box for navigating pages of search results */
	padding: 0px;
	margin-top: 2px;
	font-size: 12px;
	text-decoration: none;
	color: #808080;
}

div.prevnext a { /* links for navigating pages of search results */
	padding: 0px;
	margin-top: 2px;
	font-size: 12px;
	text-decoration: none;
	color: blue;
}
div.prevnext a:hover {
	text-decoration: underline;
}

/*** Powered by notice ***/

div#poweredby { 
	font-size: .6em;
	color: #ffffff;
	margin: 140px 0px 0px 10px;
}

/*** News (features) Styles *********************************************/

div#news { /* box container for news */
	float:right;
	width:130px;
	margin:15px 25px 15px 15px;
	background:#fff;
	padding:0px;
	font-size:1.2em;
	_font-size:1em;
}

div#news h1 { /* title of box container for news */
	width:120px;
	font-size: .5em;
	color: #ffffff;
	background-color: #0f2970;
	letter-spacing: 0;
	margin: 0px 0px 5px 0px;
	padding: 5px;
	text-transform: uppercase;
}

div#newsitems { /* box container for news items */
}

/*** Individual news item ***/

div.newsitem {
	padding:0px 0px 0px 0px;
}

div.newsitem h2 {
	font-size:.5em;
	margin:0px;
	padding:0px 0px 0px 5px;
	background-color:#fff;
}

div.newstext {
	padding:0px 5px 0px 5px;
	margin:0px;
	font-size:.5em;
	background-color:#fff;
}

div.newstext p, a.newsmore:link, a.newsmore:visited, a.newsmore:hover {
	margin:0px;
	font-size:1em;
	background-color:#fff;
}

a.newsmore:link, a.newsmore:visited, a.newsmore:hover {
	padding:0px 0px 10px 0px;
	color: blue;
	background-color:#fff;
	display: block;
}

/************************************************************************/
/*** Footer Styles ******************************************************/
/************************************************************************/

div#footer {
	height: 8px;
	background: #fff;
	width:770px;
	margin-left:1px;
	_margin-left:2px;
}