/*Styles pertinent throughout whole web site*/

/* 
TABLE OF CONTENTS

  HTML Elements
  Page Structure
  Headings
  Content Styles
  Forms
  Clear
  Footer

/* ---------- @ HTML Elements -----------*/

* { 
	margin: 0;
	padding: 0;
	} 

body,html {
	min-height:101%; /*Firefox scrollbar fix*/
	}
	
body {
	color:#000000;
	padding-bottom:38px;
	background-color: #006633;
	background-image: url(../images/bg_flag.jpg);
	background-repeat: no-repeat;
	}

body, select, textarea, input {	
	font: 100% "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial
	}

p {	
	margin: 15px 0;
	line-height:145%;
	}
		
a, a:visited {	
	color: #669933;
	text-decoration:none 
	}

a:hover, a:active {	
	color:#006633;
	text-decoration:underline
	}

*:focus { 
	outline: none;
	}

ol {
	margin: 15px 15px 15px 35px;
	}
	
li a:hover, li a:active {
	text-decoration:none
	}

a img {
	border:none
	}	
		
	

/* ---------- @ Page Structure -----------*/

#flag {
	background:#006633 url(../images/bg_flag.jpg) no-repeat center top;
	padding-bottom:33px;
	}

.wrapper {
	margin: 0 auto;
	font-size: 0.7em;
	width: 871px;
	}
	   		
.left {	
	float:left;
	}

.right {	
	float:right
	}
	
#sidebar {
	width:368px;
	float:right
	}

	
		
/* ---------- @ Headings -----------*/

		   
h1 {
	font:2.5em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	width:548px;
	padding-top:5px;
	}

h2 {	
	font:2em Georgia, "Times New Roman", Times, serif;
	color:#669933;
	font-weight:bold;
	line-height:100%;
	}

h3 {	
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight:bold;
	line-height:110%;
	}
			
h4 {	
	font-size: 1.2em
	}	
		
	


/* ---------- @ Content Styles -----------*/


	
h1 a, h1 a:visited {
	color: #FFFFFF;
	}

h1 a:hover, h1 a:active {
	text-decoration:underline
	}	


h2 a, h2 a:visited {
	color:#58852C;
	}
	
#interior #content {
	padding-top:7px;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	}

.col.left {
	width:65%;
	}

.col.right {
	width:35%;
	}

		


/* ---------- @ Footer -----------*/

#meta {
	padding-top: 25px;
	}

.block {
	width:187px;
	float:left;
	margin:0 13px;
	}

#meta ul {
	margin-top:15px; 
	}
			
#meta li {
	list-style:none;
	border-top:1px solid #213957;
	padding:6px 0;
	}

#meta a, #meta a:visited {
	color:#80a3dc;
	}

#meta a:hover, #meta a:active {
	color: #FFFFFF;
	}
			
.footer {
	color:#669933;
	text-align:center
	}

.footer a:hover, a:active {
	color:#FFFFFF;
	}

a#cat4 {
	display:block;
	width:30px;
	height:24px;
	float:right;
	background-image:url(images/cat4.gif);
	text-indent:-9000px;
	margin: 8px 15px 0 0;
	}

