/* CSS Document */

body {
		margin:0px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: small;
		color: #000; 
		background-color: #006600;
		background-image: url(images/bg_new.gif);
		background-repeat: no-repeat;
		background-attachment: fixed;
		}
		
	#frame {
		width:860px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
		background-color:#fff;
		border-top-style: none;
		border-bottom-style: solid;
		border-right-width: thin;
		border-left-width: thin;	
		border-right-style: solid;	
		border-left-style: solid;
		border-right-color: #003333;
		border-left-color: #003333;
		border-bottom-color: #003333;
		}
		
	#contentcenter {
		padding-top: 20px;
		padding-left:5px;
		padding-right: 10px;
		width: 500px;
		float:left;
		line-height: 1.5em;
		}
	
	#contentright {
		margin-top: 30px;
		margin-left: 30px;
		width:280px;
		padding:5px;
		float: left;
		border-left-width: 1px;
		border-left-style: dotted;
		border-left-color: #003333;
		}
		
	#indexcenter {
		padding-top: 20px;
		padding-left:5px;
		padding-right: 10px;
		width: 450px;
		float:left;
		line-height: 1.5em;
		}
		
	#indexright {
		margin-top: 40px;
		margin-left: 50px;
		width:310px;
		padding:5px;
		float: left;
		border-left-width: 1px;
		border-left-style: dotted;
		border-left-color: #003333;
		}
	
	#contentheader {
		background-color:#fff;
		}
	#insideheader	{
		background-color:#fff;
		}
	
	
/* Header */


#logo {
	width: 840px;
	height: 85px;
	margin: 0 auto;
	padding: 0 10px 0 0;
	background: url(images/img01.jpg) no-repeat;
	text-align: center;
	}

#logo h1, #logo p {
	
	margin: 0;
	color: #006633;
	}

#logo span {
	color: #000000;
	}

#logo h1 {
	padding: 10px 0 0 0;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 2em;
	}

#logo p {
	text-transform: uppercase;
	padding: 5px 0 0 5px;
	font-size: 10px;
	color: #110E0F;
	}

#logo a {
	border: none;
	text-decoration: none;
	color: #006600;
	}
		
			
	 p {margin-left: 25px;}		
				
	h1 {
		color: #333366;
		text-transform:uppercase;
		margin-left:10px;
		margin-top:20px;
		font-size: 20px;
		}
		
	h2 { 
		font: italic normal georgia, sans-serif;
		letter-spacing: 1px; 
		margin-top: 10px 0px 10px 0px;
		color: #003366;
		font-size: 22px;
		}
	
	h3 {
	margin: 5px;
	color: #006633;
	font: italic normal Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	}
	
		
	.feature	{
		font-style: italic;
		}
		
	.byline {
		margin: 5px 20px 20px 20px;
		font-style:italic;
		color:#000000;
		font-size: 16px;
		}
		
.toprow	{
		width:750px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:right;
		}


.subsection {
	clear: left;
	margin: 10px;
	padding: 8px;
	border-top: #000033 thin solid;
	}	
	
.subsection img {
	text-align:left;
	display: inline;
	margin: 5px;
	}	
	
.sig {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	text-align: right;
	padding: 3px;
	}
	
.graph {
	position: relative; 
	width: 200px;
	border: 1px solid #B1D632;
	padding: 2px;
	}

.graph .bar {
	display: block;
	position: relative;
	background: #B1D632;
	text-align: center;
	color: #333;
	height: 2em;
	line-height: 2em;
	}
	
.graph bar span { position: absolute; left: 1em; }
	
		
.footer {
	clear: left;
	margin: 5px;
	padding: 3px;
	font-size: 11px;
	border-top: #000033 thin dotted;
	text-align:center;
	}
	
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #333366;
	}
	
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #003366;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #666699;
	}
	
.mainmenu {
	background-color: #FFF8F8;
	margin-top: 10px;
	text-align:center;
	clear:left;
	}
