/*
Sutherland Lodge No.174
Palm Harbor, Florida U.S.A
*/

/************** basic page **********************/
body{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #515128;
	font-size:0.8em;
	background-color: #CCCC99;
}

/******************** links ****************************/
a {
	color: #000040;
	text-decoration: none;
	font-family : Verdana, Arial, Helvetica, sans-serif; 
}

a:visited {
	color: #DF7000;
}
a:active {
	color: #DF7000;
}

a:hover {
	text-decoration: underline;
	color: #793D00;
}

a:link {
	color: #DF7000;
}
.selected {
	color: #CC6600;
}

/****************** titles & headers *******************/

.titlebrown {
	font-size: 2em;
	background-color: #515128;
	color: #FFFFFF;
	padding: 0em 1em;
}
.titlebrown_med {
	font-size: 1.5em;
	background-color: #515128;
	color: #FFFFFF;
	padding: 0em 1em;
}
.titlebrown_sml {
	font-size: 1em;
	background-color: #515128;
	color: #FFFFFF;
	padding: 0em 1em;
}

.titlebrown_xsml {
	font-size: 0.9em;
	background-color: #515128;
	color: #FFFFFF;
	padding: .25em .25em;
}

.header3 {
	font-size: 1.5em;
	color: #993300;
}

/****************** text ********************/
.txt-xlg-bold {
    font-weight : bold; 
    font-size : 2em; 
}
.txt-xlg {
    font-size : 2em; 
}
.txt-lrg {
    font-size : 1.5em; 
}
.txt-med {
    font-size : 1.2em; 
}
.txt-med-bold {
    font-weight : bold; 
    font-size : 1.2em; 
}
.txt-sml {
    font-size : 0.9em; 
}
.txt-xsm {
    font-size : 0.7em; 
}

/******************* boxes *********************/
.padded_box_normal {
	background-color: #D3D2A6;
	padding: 1em;
	color: #515128;
	vertical-align: top;
}

/***************** special ***************/
.symbol {
	font-family: Symbol;
	font-weight: bold;
}
.bottomborder {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #515128;
    font-size : 0.0em; 
}
