

html, body
{



    background-color: #f1f1f1; 
    background-image: url("../images/background.gif"); background-attachment: fixed;
    font-family: Arial,Verdana,Arial,Helvetica;
    font-size: 12px;
    color: #000000;
    margin:0;

    scrollbar-face-color: #1A430B; 
    scrollbar-highlight-color: #F00000; 
    scrollbar-shadow-color: #F00000; 
    scrollbar-3dlight-color: #F00000; 
    scrollbar-arrow-color: #EDE8C8; 
    scrollbar-track-color: #F1F1F1; 
    scrollbar-darkshadow-color: #F00000;

}

.ThinBorder  
{ 
border: 1px solid #F00000;  
} 

.container {
	width: 400px;
	background-color: #eee;
	/* trick to extend bg colour around floating cols */
	border-bottom: 1px solid #ccc;
}

#col1, #col2 {
	width: 200px;
	float: left;
}

#col2 {float: right;}

.endfloats {clear: both;}

img { 
border: 0px;
}


ul,li {
	list-style-type: square;
	list-style-position: inside;

	}


.homelink
{
    font-family: Arial,Verdana,Arial,Helvetica;
    font-size: 130%;

}

.newstext

{
    font-size: 10px;
}

.wordsearch

{
    font-weight: bold;
}

.location

{
    color: #236901;
}

.form_error
{  
    color: #FF0000;
    font-weight: bold;
}

hr
{
    background-color: #000000;
    color: #000000;
    height: 1px;
    border: none;

}


p
{
    font-size: 110%;
    font-weight: bold;
    color: #236901;
    margin:5px 0px 5px;
}

h1
{
    font-size: 150%;
    color: #236901;
    margin:5px 0px 5px;

}

h2
{
    font-size: 110%;
    color: #236901;
    margin:5px 0px 5px;

}

div.toplinks
{
    text-align: right; 
}

table
{
	width: 100%; 
}

table.header
{

	text-align: center; 
	width: 970px; 
	height: 141px;
        background-image: url("../_images/1.jpg");
        background-color: #044A16; 
	background-repeat: 
	no-repeat;
	background-position: 
	center center;
        border-width: 1px 1px 0px;
        border-style: solid;
        border-color: #F00000;
	margin: 0 auto;
        border-collapse: collapse;

}

table.main
{
        background-color: #FFFFFF; 
        background-image: url("../images/backgroundmain.jpg");
	background-repeat: 
	no-repeat;
	background-position: 
	top center;
        border-width: 1px 1px 0px;
        border-style: solid;
        border-color: #F00000;
        padding: 20px;
	text-align: center; 
	width: 970px; 
	margin: 0 auto;
        border-collapse: collapse;
        height:600px;

}

td.menu
{

    background-color: #EDE8C8; 
    padding: 20px 10px;
    width: 200px;
    text-align: left;
    vertical-align: top; 
    color: #000000;

}

td.verticalbar
{
    background-color: #F00000; 
    width: 1px;
    vertical-align: top; 
    border-width: 0px;
    padding: 0;
}

td.main
{


    margin-bottom: 2px;
    padding: 10px;
    text-align: left; 
    vertical-align: top; 

}



td.rightcolumn
{

    background-color: #EDE8C8; 
    padding: 20px 10px;
    width: 150px;
    text-align: left;
    vertical-align: top; 
    color: #000000;

}

td.search 
{
	text-align:center;
}

table.footer
{

        border-width: 1px 0px 0px 0px;
	border-style: solid;
        border-color: #F00000;
	text-align: center; 
	width: 970px; 
	height: 20px;
	margin: 0 auto;
        border-collapse: collapse;
}

   a:link {color: #236901; text-decoration: none; font-weight: bold; }       
   a:active {color: #236901; text-decoration: none; font-weight: bold; }      
   a:visited {color: #236901; text-decoration: none; font-weight: bold; } 
   a:hover {color: #F00000; text-decoration: underline; font-weight: bold; }   

   a.linksmenu:link {color: #236901; text-decoration: none; font-weight: bold;}       
   a.linksmenu:active {color: #236901; text-decoration: none; font-weight: bold;}      
   a.linksmenu:visited {color: #236901; text-decoration: none; font-weight: bold;} 
   a.linksmenu:hover {color: #F00000; text-decoration: none; font-weight: bold;}   


   a.homelink:link {color: #236901; text-decoration: none; font-weight: bold; }       
   a.homelink:active {color: #236901; text-decoration: none; font-weight: bold; }      
   a.homelink:visited {color: #236901; text-decoration: none; font-weight: bold;} 
   a.homelink:hover {color: #F00000; text-decoration: none; font-weight: bold;}   

   a.sublink:link {color: #236901; text-decoration: none; font-weight: bold; font-size:90%;}       
   a.sublink:active {color: #236901; text-decoration: none; font-weight: bold; font-size:90%;}      
   a.sublink:visited {color: #236901; text-decoration: none; font-weight: bold; font-size:90%;} 
   a.sublink:hover {color: #F00000; text-decoration: none; font-weight: bold; font-size:90%;}   


   a.searchlink:link {color: #236901; text-decoration: underline; font-weight: bold; }       
   a.searchlink:active {color: #236901; text-decoration: underline; font-weight: bold; }      
   a.searchlink:visited {color: #236901; text-decoration: underline; font-weight: bold; } 
   a.searchlink:hover {color: #F00000; text-decoration: underline; font-weight: bold; }   