/** fonts **/
/*
* Our font size and line height declarations are based on the following ALA
* article:
* http://www.alistapart.com/articles/howtosizetextincss
*
* All modern browsrs use a 16px default font size. Specifying the font-size
* and line-height in ems (relative to the 16px default font) allows the user
* to resize the font in the browser and produces the most consistent results
* across different browsers.
*/
body
{
  font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
  text-align: center; /* For IE */
  background-color: #0db26b;
  margin: 0;
}

#page
{
/*
* To use a 12px font size on the page, delete the 14px declarations.
* to use a 14px font size on the page, delete the 12px declarations.
*/

/* Use a 12px base font size with a 16px line height */
  font-size: 0.75em; /* 16px x .75 = 12px */
  line-height: 1.333em; /* 12px x 1.333 = 16px */

/* Use a 14px base font size with a 18px line height */
/*  font-size: 0.875em;  16px x .875 = 14px */
/*  line-height: 1.286em;  14px x 1.286 = 18px */
}

body, caption, th, td, input, textarea, select, option, legend, fieldset
{
/* The following font family declarations are based on the Microsoft core
* web fonts which are common fonts available on most computer systems. The
* Bitstream Vera fonts are commonly available on Linux systems where the MS
* fonts are less common.
*
* A user's web browser will look at the comma-separated list and will
* attempt to use each font in turn until it finds one that is available
* on the user's computer. The final "generic" font (sans-serif or serif)
* hints at what type of font to use if the web browser doesn't find any
* of the fonts in the list.

font-family: "Times New Roman", Times, Georgia, "Bitstream Vera Serif", serif;
font-family: Times, "Times New Roman", Georgia, "Bitstream Vera Serif", serif;
font-family: Georgia, "Times New Roman", "Bitstream Vera Serif", serif;

font-family: Verdana, Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
font-family: Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;

font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;

*/

  font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}

pre, code
{
  font-size: 1.1em; /* Monospace fonts can be hard to read */
  font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
}

div#page {
	background-color: white;
	padding: 0;
	width: 750px;
	margin: 0 auto; /* Fix IE */
	background-color: #004c2a;
	background-image: url(../images/green-body.gif);
	background-repeat: repeat-y;
	background-position: 145px center;
	color: white;
	text-align: left; /* Fix IE */
	border-right: 1px solid black;
	border-left: 1px solid black;
}

div#page a img {
  border: 0;
}

div#page a, 
div#page a:hover {
	color: white;
	text-decoration: none;
} 

div#page a.active {
  color: #91E6C4;
}

div#page a.textlink {
  color: #91E6C4;
  font-style: italic;
}

div#page h1 {
	font-size: 150%;
	margin-bottom:0.5em;
	margin-left:0;
	margin-right:0;
	padding:0;
}

div#page h2 {
	font-size: 150%;
	margin-top:0.9em;	
	margin-bottom:0.9em;
	margin-left:0;
	margin-right:0;
	padding:0;
}

div#page h3 {
	margin-bottom:0.5em;
	margin-left:0;
	margin-right:0;
	padding:0;
}

div#page p {
	padding: 0;
	margin: 0;
	margin-bottom: 1.9em;
	margin-top: 1.5em;
	margin-right: 0.5em;
}

div#page-inner {

}

div#header {
}

div#header-top {
	background-image: url(../images/green-header.gif);
	background-repeat: repeat-y;
	height: 37px;
}

div#header-mid {
	color: white;
	background-image: url(../images/black-header.gif);
	background-repeat: repeat-x;
	height: 25px;
}

div#header-bottom {
	/*background-image: url(../images/picture-heading.jpg);
	background-repeat: no-repeat;
	height: 279px;*/
}

div#header-inner {

}

div#header-mid ul#topmenu {
	float: right;
	padding: 0;
	margin:0.55em 0 0;
	font-size: 10px;
	font-weight: bold;
}

div#header-mid ul#topmenu li {
	border-left:1px solid white;
	display: inline;
	padding-left:2.5em;
	padding-right:2.5em;
	text-transform:uppercase;
}

div#sidebar-left {
	float: left;
	width: 148px;
}

div#sidebar-left-inner {

}

div#sidebar-left-inner div#sitemenu {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

div#sidebar-left-inner div#sitemenu div.menu-item {
	background-image:url(../images/green-button.gif);
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	height: 23px;
	width: 145px;
	margin: 0;
	padding: 0;
}

div#sidebar-left-inner div#sitemenu div.menu-item img {
	float: right;
	margin-top: 2px;
	margin-right: 2px;
}

div#sidebar-left-inner div#sitemenu div.menu-item div.item {
	color: white;
	float:left;
	text-align:right;
	width:116px;
	margin-top:4px;
}

div#sidebar-left-inner div#sitemenu div.menu-item div.item-sub {
	color: white;
	float:left;
	text-align:right;
	width:116px;
	margin-top:4px;
}

div#main {
	/*
	background-color: #004c2a;
	background-image: url(../images/green-body.gif);
	background-repeat: repeat-y;
	*/
	margin-left: 145px;
}

div#main-inner {

}

div#main div.content {
	padding-left: 0.5em;
}

div#main div.content-left {
	float: left;
	width: 440px;
	line-height: 2em;
}

div#main div.content-right {
	float: right;
	width: 142px;
	line-height: 2em;	
}

div#footer {
	clear: both;
	background-color: #004c2a;
	color: white;
	background-image: url(../images/black-footer.gif);
	background-repeat: repeat-x;
	height: 8px;
}

div#footer-inner {

}

