/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* this adds a vertical scrollbar to all pages in non IE browsers, stopping the jumping as page lengths vary and scroll bars come and go */
html{
	height: 100%;
	margin-bottom: 1px;
}

/* finish undo html */


/*this controls the menu function*/


#mainMenu {
   position: absolute;
	top: 118px;
	text-align: left;
	width: 669px;
	background-color: #006600;
	color: #ffffff;
	margin-left: 0px;
	font-size: 75%;
	padding: 4px 0px 4px 6px;
   z-index: 12;
}

#menuList {
	margin: 0px;
	padding: 0px;
   font-size: 75%; 

}

#menuList ul {
	margin: 0px;
	padding: 0px;
}

#menuList li {
	display:inline;
	list-style: none;
	
}

a.starter {
	background-color: #006600;
	color: #ffffff;
	font-weight: bolder;
	font-size: 1.2em;
	margin: 0px;
	padding: 2px;
	padding-right: 5px;
	text-decoration: none;
}

a.starter:hover, a.starter:active {
	background-color: #FFCC00;
	color: #006600;
}

.menu {
	text-align: left;
	color: #ffffff;
	background-color: #006600;
	position: absolute;
	width: 160px;
	visibility: hidden;
}

.menu li a {
	background-color: transparent;
	color: #fff;
	display: block;
	font-size: 1.2em;
	line-height: 1.2em;
	border-bottom: 1px solid #999999;
	margin: 0px;
	padding: 2px;
	text-decoration: none;
}

.menu li a:hover, .menu li a:active {
	background-color: #FFCC00;
	color: #006600;
}

#menu1, #menu2, #menu3, #menu4, #menu5, #menu6{ 
	width: 160px; 
	z-index:100; 
}
/* end menu funtions */


/* main standards for site */

body {
   text-align: center;
	background-color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 100%;
}

#wrapper {
	width: 675px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	text-align: left;
	margin-bottom: 10px;
	border: 1px;
	border-color: #767676;
	border-style:  solid;
	}
	
	#header {
		width: 675px;
		height: 101px;
	}
	
	#content {
		width: 675px;
		margin-top: 24px;
	}
	
	#maincontent{
float: right;
width: 480px;
padding-right: 10px;
padding-left: 10px;
font-size: 70%;
line-height: 150%;
border-left: 1px dashed #767676;
 }
 
 #maincontent p {
 	margin-bottom: 3%;
 }
 
 #maincontent h1{
 	font-size: 135%;
	margin-bottom: 5px;
 }
 
  #maincontent h2{
 	font-size: 120%;
	margin-bottom: 5px;
 }
 
   #maincontent h3{
 	font-size: 110%;
	margin-bottom: 5px;
 }
	
	#leftcol {
	float: left;
   width: 165px;
	font-size: 70%;
	padding-left: 3px;
   }
	
	#leftcol p {
		margin-bottom: 5%;
	}
	
	#footer {
 width:675px;
 color: #ffffff;
 text-align: center;
 height:21px;
 padding: 5px 0 0 0;
 font-size: 70%;
 background: #006600;
 margin:0;
 clear: right;

	}
	
	#footer a {
		color: #ffffff;
	}
	
	/* the following styles control the spending tables */
#spend {
 background-color: Navy; 
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

}
#spend td{
 padding: 1px 5px 1px 5px;
 background-color: #CACACA;
 border-top: 1px solid #fff;
  font-size: 80%;
 }
 
#spend th{
 background-color: #D9D9BA;
 text-align: right;
 padding-right: 10px;
 padding-bottom: 1px;
 padding-top: 1px;
 border-top: 1px solid #fff;
   font-size: 80%;
 }
 
 /* the next part is for the pictures */
 .leftpic{
 	float: left;
	padding-right: 7px;
	padding-top: 3px;
 }
 
 .leftpic p{
 text-align: center;
 font-weight: bold;
 font-size: 90%;
 }
 
 .rightpic{
 	float: right;
	padding-left: 7px;
	padding-bottom: 3px;
 }
 
 .rightpic p{
 	text-align: center;
	 font-weight: bold;
	 font-size: 90%;
 }
 
