body{
margin:0;
padding:0;
background: #B3A05E;

}

a:link		{ FONT-FAMILY: arial; color: #000080; text-decoration: none  }
a:visited	{ FONT-FAMILY: arial; color: #000080; text-decoration: none }
a:active	{ FONT-FAMILY: arial; color: #666666; text-decoration: none }
a:hover		{ FONT-FAMILY: arial; color: red; text-decoration: underline }



h1
{ COLOR: #6A1916; FONT-SIZE: 20px; FONT-FAMILY: helvetica, arial, sans-serif; margin-bottom: 0.0em; margin-top: 0.0em
}
h2 
{ COLOR: #6A1916; FONT-SIZE: 16px; FONT-FAMILY: helvetica, arial, sans-serif; margin-bottom: 0.0em; margin-top: 0.3em
}

h3
{ COLOR: #6A1916; FONT-SIZE: 14px; FONT-FAMILY: arial, sans-serif; margin-bottom: -0.2em; margin-top: 0.2em
}

h4
{ COLOR: #fff; FONT-SIZE: 10px; FONT-FAMILY: arial, sans-serif; margin-bottom: 0.0em; margin-top: 0.0em
}

UL,LI { list-style: square; margin-top: 0.5em; margin-bottom: 1.9em}



hr {
height: 0;
border-bottom: 1px dotted #ccc;
}


a.nav:link, a.nav:visited
 {
font-family: verdana, arial, sans-serif;
font-size: 11px;
color: #475E92;
font-weight: 500;
text-decoration: none
}

a.nav:hover, a.nav:active 
{
color: #4C1B30;
line-height:80%;
}	

a.list:link, a.list:visited
 {
font-family: arial, sans-serif;
font-size: 9x;
color: navy;
font-weight: 500;
line-height:80%;
text-decoration: none
}

a.list:hover, a.list:active 
{
color: #681211;
text-decoration: underline
}


#page{
width: 960px;
margin: 0 auto; /*Center container on page*/
background: #fff;
}

#leader{
background: #B3A05E;
height: 90px;
}

#masthead{
background: #FEECD4;
height: 120px;
}

#masthead2{
background-image:url(../images/logo.jpg);
background-repeat:no-repeat;
height: 120px;
}

#menubar{
background: #61100C;
height: 37px;
}

#searchbar{
background: #F0ECE1;
height: 30px;
}


#pagewrapper{
background: #fff;
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 30px 0 30px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
background: #fff;
font-family: Verdana, Arial, sans-serif;
font-size: 80%;
color: #333;
}

#profilecontentcolumn{ /*for profile pages*/
margin: 0 0 0 0; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
background: #fff;
font-family: Verdana, Arial, sans-serif;
font-size: 80%;
color: #333;
}

#resultscolumn{
margin-left: 30px; /*Set left margin to LeftColumnWidth*/
background: #fff;
font-family: Verdana, Arial, sans-serif;
color: #333;
font-size: 110%;
}

#leftcolumn{
font-size: 75%;
float: left;
width: 30px;
margin-left: -960px; /*Set margin to that of -(MainContainerWidth)*/
background: #fff;
}

#rightcolumn{
float: left;
width: 30px;
margin-left: -30px; /*Set left margin to -(RightColumnWidth)*/
background: #fff;
}

#footer{
font-family: Verdana, Arial, sans-serif;
font-size: 80%;
color: #fff;
clear: left;
width: 100%;
background: #61100C;
text-align: center;
padding: 10px 0;
}

#footer a{
font-family: Verdana, Arial, sans-serif;
color: #ccc;
text-decoration: none
}

.spacer{
margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.profilespacer{
margin: 30px; /*Margins for inner DIV inside each profile page column (to provide padding)*/
margin-top: 0;
}

.boxspacer{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


/*Menu bar */
#menu{
font-weight: normal;
font-size: 90%;
width: 960px;
height: 37px;
}

#menu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#menu ul{
width: 100%;
background: url(../images/menu-grad.png) center center repeat-x;
padding: 9px 0;
margin: 0;
text-align: left;
}

#menu ul li{
display: inline;
}

#menu ul li a{
color: #fff;
padding: 14px;
margin: 0;
text-decoration: none;
font-family: Tahoma, Verdana, Arial, sans-serif;
}

#menu ul li a:hover{
background: url(../images/menu-grad-hover.png) center center repeat-x;
}

/*Search bar */
FORM {margin-bottom: 0.0em; margin-top: 0.0em}

#search{
font-weight: normal;
font-size: 80%;
font-family: Tahoma, Verdana, Arial, sans-serif;
color: #ccc;
width: 960px;
height: 46px;
background: #e5e5e5;
border-bottom: 1px solid #884139;
}

#search:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#search ul{
width: 100%;
padding: 0px 0;
margin: 0;
text-align: left;
}

#search ul li{
color: #333;
display: inline;
float:left;
margin:0 18px;
}

/*Rounded corners*/
div.news{width: 170px;background: #F0ECE1; margin-bottom: 20px}
div.list{width: 220px;background: #F0ECE1; margin-bottom: 20px}

div.calendar{width: 100%;background: #F0ECE1; margin-bottom: 20px}
h4{font-size: 90%;margin:0;padding: 0 0 3px; background: #640D06; color: #fff; text-align: center}

div#box{float:right;width:185px;margin:0px 10px 0px 0px;
    background:#F0ECE1;text-align:left}
	
div#box p{margin:0;padding: 5px}


/*Forms, Submits, Search elements*/
.searchform { 	WIDTH: 140px;
		HEIGHT: 18pX;
		FONT: 12px arial, georgia, "Times New Roman", sans-serif;
		BORDER-BOTTOM: #671110 1px solid;
		BORDER-LEFT: #671110 1px solid;
		BORDER-RIGHT: #671110 1px solid;
		BORDER-TOP: #671110 1px solid }

.searchdrop { WIDTH: 60PX; HEIGHT: 20PX; FONT: 11px arial, georgia, "Times New Roman", sans-serif }

.searchbutton {	background-color:#F0F0F0;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #000000;
		font-size: 8pt;
		height: 18px;
		width: 40px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		BORDER: #000000 1px solid }

.form	{ FONT: 8px arial, verdana, sans-serif;
		COLOR: #333333;
		text-align: left;
		WIDTH: 80PX;
		}

.dropdown {	COLOR: #333333;
		WIDTH: 180PX;
		FONT: 11px helvetica, verdana, arial, sans-serif}

.textarea	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("images/shadeform.gif");
		text-align: left;
		WIDTH: 300PX;
		BORDER: #000000 1px solid}

.submitbutton { FONT: 9pt verdana, arial,  sans-serif;
		font-weight: bold;
		color: #000000;
		BORDER: #000000 1px solid;
		padding-top: 2px;
		padding-bottom: 2px;
		background-color:#FFFFFF; }

.submitbuttonon { FONT: 9pt verdana, arial,  sans-serif;
		font-weight: bold;
		color: #FFFFFF;
		BORDER: #000000 1px solid;
		padding-top: 2px;
		padding-bottom: 2px;
		background-color:#3300FF; }



