/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.266em;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.266em;
	font-size: 12px;
	background-color: #FFFFFF;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: underline;
} 

a:hover {
	text-decoration: underline;
	color: #FF0000;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 color: #000000;
}

h2{
 font-size: 160%;
 color: #006699;
 padding: 3px 3px 3px 3px;
}
 
h3{
	font-size: 100%;
	color: #334d55;
	margin-top: 16px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
 
h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}
 
ul{
 list-style-type: square;
}  

ul ul{ 
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0 0 0 0;
	padding: 0px 10px 0px 0px;
	border-bottom: 1px solid black;
	width: 100%;
	background-image: url(images/background2.jpg);
}

#content{
	margin: 0;
	padding: 0 3% 0 0;
	font-size: 15px;
	line-height: 1.3em;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
/*	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px; */
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 90%;
	padding: 0px 0px 5px 0px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	font-size: 75%;
	color: #006699;
	padding: 0px 10px 10px 10px;
	border-top-color: #A3B2CC;
	border-top-style: solid;
	border-top-width: 1px;
	text-align: center;
	line-height: 1.8em;
	margin: 20px 12px 12px 12px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar{
	margin: 0px 25px 0px 0px;
	padding: 20px 10px 10px 10px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	font-size: 90%;
	background-image: url(images/background2.jpg);
	height: 100%;
	background-color: #FFFFFF;
}

#navBar a:link, #navBar a:visited {
	text-decoration: underline;
	color: #000066;
	font-weight: bold;
}
#navBar a:hover {
	color: #FF0000;
}

#navBar .navbutton {
	background-color: #CCCCCC;
	margin: 10px 0px 0px 0px;
	padding: 0px 3px 0px 8px;
	font-weight: bold;
}

#navBar .subbutton {
	background-color: #EBEBEB;
	border-top-style: solid;
	border-bottom-style: none;
	padding: 0px 5px 0px 20px;
	font-weight: bold;
	border-top-color: #D5D5D5;
	border-top-width: 1px;
}
	
#navBar .subsubbutton {
		background-color: #EBEBEB;
		padding: 0px 5px 0px 30px;
}

#quickies {
	padding: 0px 0px 5px 0px;
	display: block;
	margin: 25px 0px 10px 0px;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
}



#quickies .subbutton {
	background-color: #FFFFFF;
	padding-left: 3px;

} 
#quickies .navbutton {
	background-color: #000000;
	color:#FFFFFF;
	padding: 3px 0px 3px 3px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}

#topquickies {
	padding: 0px 0px 5px 0px;
	margin: 25px 0px 10px 0px;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
}

#topquickies .subbutton {
	background-color: #FFFFFF;
	padding-left: 3px;
}
 
#topquickies .navbutton {
	background-color: #000000;
	color:#FFFFFF;
	padding: 3px 0px 3px 3px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
} 


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}
/************** #news styles **************/

#whatsnew {
	padding: 0px 10px 10px 10px;
	border-top: 3px solid #cccccc;
	border-bottom: 3px solid #cccccc;
	margin: 10px 10px 0px 0px
}

#whatsnew .newstitle {
	font-size: 100%;
	color: #334d55;
	margin-top: 0px;
	margin-bottom: 0px;
}

#whatsnew .newscontent {
	font-size: .9em;	
	margin-top: 0px;
	margin-bottom: 0px;

}



/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

#slogan {
	font-style: italic;
	font-weight: bold;
	color: #000000;
	margin-left: 8px;
	font-size: 1.5em;
}
#slogansub {
	color: #FFFFFF;
	font-size: 110%;
	font-weight: bold;
	margin-left: 0px;
	margin-top: 2px;
	padding-bottom: 2px;
	background-color: #000000;
	text-align: center;
	padding-top: 2px;
}

.mainsection {
background-color:#FFFFFF;
 padding-right: 10px;
}
#archivebutton {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.1em;
	text-decoration: none;
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 0px;
	margin-top: 10px;
	color: #A0730A;
	background-color: #FFFFFF;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;	
	border-bottom-color: #708090;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-top-color: #708090;
	border-top-style: solid;
	border-top-width: 3px;
} 

.archivebutton a:link {
	color: #A0730A;
	background-color: #FFFFFF;
}

.archivebutton a:visited {
	color: #A0730A;
	background-color: #FFFFFF;
} 

.archivebutton a:active {
	color: #A0730A;
	background-color: #FFFFFF;
}
.archivebutton a:hover {
	background-color: #FFFFFF;
	color: #F08080;
}

.archiveheader {
	font-size: 0.9em;
	color: #616F7C;
	font-weight: bold;
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 0px;
	margin-top: 10px;
	padding-bottom: 0px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	text-align: center;
}

.sublink {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	display: inline;
	margin: 3px;
	padding: 3px;
	border-top: thin solid #CCCCCC;
	border-right: thin solid #CCCCCC;
	border-bottom: medium solid #666666;
	border-left: medium solid #666666;
	letter-spacing: 0.1em;
	text-decoration: none;
	width: 125px;
}

.sublink a:link {
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
}

.sublink a:visited {
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.sublink a:active {
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.sublink a:hover {
	font-style: normal;
	color: #FF0000;
	text-decoration: none;
}

.aside {
	font-size: .9em;
	font-style: italic;
}

a.more  {
	font-size: .9em;
	color: Red;
	font-style: italic;
}
/***********Presentation Styles*******/
#currentpres {
	margin: 0;
	padding: 0 3% 0 0;
	font-size: 15px;
	line-height: 1.3em;
}

#currentpres .currentpres1_title
{
	font-size: 1.2em;
	color: #334d55;
	padding-top: 6px;
	margin-top: 16px;
	margin-bottom: 0px;
	font-weight: bold;
	}

#currentpres .currentpres2_presenter
{
	font-size: .9em;
	color: #517C87;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-left: 20px;
}

#currentpres .currentpres3_content
{
	font-size: .9em;
	line-height: 1.1em;
	margin-right: 10px;
	margin-left: 20px;
}

#currentpres .currentpres4_tiptitle
{
	font-size: 1.1em;
	color: #EEE8AA;
	background-color: #696969;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	margin-right: 30px;
	margin-left: 30px;
}

#currentpres .currentpres5_tipcontent
{
	font-size: .9em;
	color: #334d55;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 0px;
	border-left-color: Gray;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: Gray;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: Gray;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#currentpres .aside {
	font-size: .8em;
	font-style: italic;
	line-height: 1em;
}

#futurepres {
	margin: 0;
	padding: 0 3% 0 0;
	font-size: 15px;
	line-height: 1.3em;
}

#futurepres .futpres1_date
{
	font-size: 1.2em;
	color: #517C87;
	padding-top: 6px;
	margin-top: 6px;
	margin-bottom: 2px;
	margin-right: 10px;
	margin-left: 20px;
	font-weight: bold;
}

#futurepres .futpres2_title
{
	font-size: 1.1em;
	color: #EEE8AA;
	background-color: #696969;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	margin-right: 30px;
	margin-left: 30px;
	}

#futurepres .futpres3_presenter
{
	font-size: .8em;
	color: #517C87;
	margin-top: 3px;
	margin-bottom: 4px;
	margin-right: 40px;
	margin-left: 40px;
}

#futurepres .futpres4_content
{
	font-size: .9em;
	color: #334d55;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 0px;
	border-left-color: Gray;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: Gray;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: Gray;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#pastpres {
	margin: 0;
	padding: 0 3% 0 0;
	font-size: 15px;
	line-height: 1.3em;
}

#pastpres .pastpres1_date
{
	font-size: 1em;
	color: #EEE8AA;
	background-color: #696969;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 10px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	margin-right: 30px;
}

#pastpres .pastpres2_title
{
	font-size: 1.1em;
	color: #334d55;
	padding-top: 6px;
	margin-top: 3px;
	margin-left: 6px;
	margin-bottom: 0px;
	font-weight: bold;
	}

#pastpres .pastpres3_presenter
{
	font-size: .8em;
	color: #517C87;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-left: 20px;
}
  
#pastpres .pastpres4_content 
{
	font-size: .8em;
	line-height: 1.0em;
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 2px;
} 

#sig
{
	margin: 0;
	padding: 0 3% 0 0;
	font-size: 15px;
	line-height: 1.3em;
}
	
#sig .sig1_type
{
	font-size: 1em;
	color: #EEE8AA;
	background-color: #696969;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 10px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	margin-right: 30px;
}

#sig .sig2_date
{
		font-size: .8em;
	color: #517C87;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-left: 20px;
}

#sig .sig3_content
{ 
	font-size: .8em;
	line-height: 1.0em;
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 2px;
}
 
#nettiquette
{
	margin-bottom: 5px;
	margin-left: 35px;
	margin-right: 40px;
	margin-top: 5px;
	border-bottom-color: #6C6C6C;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-top-color: #6C6C6C;
	border-top-style: solid;
	border-top-width: 3px;
} 

.urgent {
background-color:#FFFF33;
color: #FF0000;
}

.weathernotice {
background-color:#CCCCCC;
color: #000000;
font-size: .9em;
padding: 6px;
border: 1px solid black;
}

.paynowbox {
background-color:#99FF66;
}

p.paynowbox {
background-color:#99FF66;
line-height: 1.5em;
}

.paylaterbox {
background-color:#6699CC;
}

input:focus, textarea:focus {
background-color: #CCCCFF;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.donate {
border-top: 3px solid #666666;
border-right: 3px solid #666666;
border-bottom:1px solid black;
border-left: 1px solid black;
background-color: #CCCCCC;
padding-top: 8px;
}