

body {
	background-image: url(images/background.gif);
	background-repeat: repeat;
	text-align: center;
	color: #000;
	font-size: 14px;
	font-family: gill, helvetica, sans-serif;
	}
	
	
body A:link {text-decoration: none; color: #5d8626; font-weight: 900;}
body A:visited {text-decoration: none; color: #5d8626; font-weight: 900;}
body A:hover {text-decoration: none; color: #f66a0d; font-weight: 900;}
	

	
/* OVERRIDE ALL DEFAULT MARGINS (WHICH VARY FROM BROWSER TO BROWSER) BY SETTING ALL THE COMMON BLOCK LEVEL ELEMENTS TO ZERO */

h1,h2,h3,h4,h5,h6,p,ul,li,br,table,div,ol,a,img {   margin:0;   padding:0; border: 0; }



h1
{
font-size: 18px;
margin-bottom: 15px;
}

h2{
font-size: 14px;
}

ul
{
list-style: bullet;
margin-left: 15px;
}
	

/*CLASSES FOR RECURRING CSS CODE */

.white_link  {color: #FFF; font-weight: 900;}
.white_link A:link {text-decoration: none; color: #FFF; font-weight: 900;}
.white_link A:visited {text-decoration: none; color: #FFF; font-weight: 900;}
.white_link A:hover {text-decoration: none; color: #f66a0d; font-weight: 900;}

.white_text {color: #FFF;}
.white_text A:link {text-decoration: none; color: #FFF; font-weight: 500;}
.white_text A:visited {text-decoration: none; color: #FFF; font-weight: 500;}
.white_text A:hover {text-decoration: none; color: #f66a0d; font-weight: 500;}

.standout {color: #F00; font-size: 16px; font-weight: 900;}
.standout A:link {text-decoration: none; color: #00F; font-size: 16px; font-weight: 900;}
.standout A:visited {text-decoration: none; color: #00F; font-size: 16px; font-weight: 900;}
.standout A:hover {text-decoration: none; color: #f66a0d; font-size: 16px; font-weight: 900;}

.border_left {
background-image: url(images/border_left.jpg);
background-repeat: repeat;
width: 16px;
float: left;
}

.border_right {
background-image: url(images/border_right.jpg);
background-repeat: repeat;
width: 16px;
float: right;
}

.border_top {
background-image: url(images/border_top.jpg);
background-repeat: repeat;
height: 9px;
}

.nav_header
{
font-size: 18px;
font-weight: 900;
}

.image_float
{
float:right; 
margin-left: 10px; 
margin-bottom: 10px;
}


.nav_on A:link {color: #f00; font-size: 20px;}
.nav_on A:visited {color: #f00; font-size: 20px;}

.nav_off A:link {color: #FFF;}
.nav_off A:visited	{color: #FFF;}
		
/* PRIMARY SECTION DIVS WHICH APPEAR ONLY IN INDEX.PHP (the main template file for the site)  */




#container {
position: relative;
width: 99%;
min-width: 1100px;
max-width: 1290px;
margin: 0 auto;
text-align: left;
background-color: #fff;
border: solid #ddd 8px;
overflow: hidden;
}

	#header {
position: relative;
width: 100%;
text-align: left;
height: 150px;
border: none;
background-image: url(images/banner.jpg);
background-position: top left; 
}	


#left_column
{
float: left; 
width: 22%; 
background-image: url(images/bg_left_nav.jpg); color: #fff; 
padding-bottom: 20000px;
margin-bottom: -20000px;
}

#middle_column
{
float: left; 
width: 78%; 
background-color: #fff; 
padding-bottom: 20000px;
margin-bottom: -20000px;
}


#right_column
{
float: right; width: 20%; 
background-image: url(images/bg_right_nav.jpg); 
background-position: right; 
text-align: left; 
color: #fff; padding-bottom: 20000px;
margin-bottom: -20000px;
}


#left_nav {
margin-left: 30px;
margin-top: 10px;
color: #FFF;
padding-bottom: 20px;
}

#right_nav {
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
color: #FFF;
}

#content {
margin: 10px;
}


