body,td,th {
	background-color: #EEE8CD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	
}

a:link {color: #2D4A24; text-decoration: underline;}
a:visited {color: #93841B; text-decoration: none;}
a:active {color: #93841B; font-weight: bold ; text-decoration: none;}
a:hover {color: #FF0000; font-weight: bold ; font-style:italic; text-decoration:underline;}

#header {
position: relative;
border: 0px solid #f00;
margin: 0px 10%;
min-width: 640px;
width: 75%;
z-index:10;
}

#content {
position: relative;
border: 0px solid #f00;
margin: 0px 10%;
padding: 20px 20px;
background: none;
min-width: 600px;
width: 75%;
z-index:1;
}

#full {
border: 1px solid #aaa;
margin: 20px 10%;
padding: 0 10px;
background: none;

}

#left {
	position: relative;
	border: 0px solid #0f0;
	margin: 0px 50%;
	padding: 10px 10px;
	background: none;
	left: -319px;
	top: 97px;

}

#right {
position: relative;
border: 0px solid #00f;
margin: 0px 50%;
padding: 10px 10px 10px 10px;
background: none;
width: 50%;

}

#footer {
	position: relative;
	margin-left: 10%;
  margin-right: 10%;
	width: 75%;
	min-width: 600px;
	text-align: center;
	font-size: .7em;
}

#donate {
border: 0px solid #00f;
	margin-left: 10%;
  margin-right: 10%;
padding: 10px 10px 10px 10px;
background: none;
width: 640px;
	
}

#dem {
float: left;
margin-top: 5px;
margin-bottom: 10px;


}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
	

.indent {
	text-indent: 5pt;
	position: fixed;
	position: relative;
}

.italic {
font-style: italic
}
.key {
	font-size: .8em;
}

.larger {
font-size: larger;
font-weight: bold;
line-height: 125%;

}

.blockquote {
font-style: italic;
margin-left: 75px;
margin-right: 75px;
padding-top: 20px;
padding-bottom: 20px;
}

.nada
{
	margin: 0;
	padding: 0;
	clear: both;
}

.floatcontainer:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0; 
	clear: both; 
	visibility:hidden; 
	} 
	/*Having something in the content such as a period gives a more consistent results across browsers.*/ 

P {line-height: 110%; text-align:left;}
BR {line-height: 125%;}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bolder; 
	
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bolder;
	
}

.nada
{
	margin: 0;
	padding: 0;
	clear: both;
}

/*navigation bars*/

 #navcontainer { }
#navcontainer a { text-decoration: none; }

#navcontainer ul
{
padding: 0;
margin: 0;
list-style-type: none;
position: relative;
}

#navcontainer li { display: inline; }

/*1st level elements*/
#navcontainer ul
{
border-top: 1px solid #524235;
border-bottom: 1px solid #524235;
background-color: #524235;
padding: 2px 0;
margin-bottom: 2em;
}

#navcontainer li { margin: 0 0 0px; }

#navcontainer ul a,
#navcontainer ul a:link,
#navcontainer ul a:visited
{
background-color: #524235;
border: 1px solid #524235;
color: #ffeecc;
padding: 0px 5px;
}

#navcontainer ul a:hover,
#navcontainer ul a:focus
{
text-decoration: underline;
background-color: #bca685;
border: 1px solid black;
color: #524235;
}

/*current Link*/
#navcontainer ul a#current,
#navcontainer ul a#current:link,
#navcontainer ul a#current:visited { font-weight: bold; }

/*Second and subsequent levels*/
#navcontainer ul ul
{
font-size: 80%;
position: absolute;
top: 23px;
left: 0;
width: 100%;
border-top: none;
background-color: #524235;
}

#navcontainer ul ul li { display: inline; }

#navcontainer ul ul a,
#navcontainer ul ul a:link,
#navcontainer ul ul a:visited
{
background-color: #524235;
border: 1px solid #524235;
color: #ffeecc;
}

#navcontainer ul ul a:hover,
#navcontainer ul ul a:focus
{
text-decoration: underline;
background-color: #bca685;
border: 1px solid black;
color: #524235;
}

/*current Link*/
#navcontainer ul ul a#subcurrent,
#navcontainer ul ul a#subcurrent:link,
#navcontainer ul ul a#subcurrent:visited { font-weight: bold; }

