/* CSS 4 LSOP Do not steal
note: dropdown menu java code from: jQuery.com 
top, right, bottom, left*/

body {
padding: 0;
margin: 0;
font: 14pt geneva, verdana, sans-serif;
background-color: #dfdfc7; /*034723 or011F41*/
color: #000000;
}

a {
color: #034723;
}

a.black {
color:#000000;
}

a.none {
color: #ffffff;
text-decoration:none;
}

#topper {
width 760px;
padding-top: 10px;
padding-bottom: 5px;
}

#navibox {
width:750px; /*780 */
margin:0px auto 95px auto;
padding: 5px;
background: #dfdfc7;
}

#blackline {
margin: auto;
width:730px;
padding: 3px;
background:#000000;
}

#container {
width: 720px;  
padding: 5px 5px 10px 5px;
background: #ffffff;
}

#left {
float:left;
position: relative;
width: 320px;
padding-left: 5px; 
}

#right {
display: inline;
position:relative;
width: 320px;
}

img.text {
border: 1px solid;
margin: 5px;
}

.style1 {font-size: medium}

.style2 {color: #000000;}

.style3 {font-size: small;}

.style4 {color: #000000; font-size: small; }

.style8 {font-size: xx-small;}

.style11 {font-size:10px;}

.style7 {font-size:24px;}

.style13 {font-size: 12pt}

.style12 {
	font-size: 10pt;
	font-style: italic;
}

.style14 {
	font-size: 24pt;
	font-weight: bold;
	color: #034723;
	font-family: Verdana, Geneva, sans-serif;
}

.style15 {font-size: 12pt; color: #000000; }

.style16 {font-size: 12px}

.style17 {font-size:12px; color: #034723;}

.style18 {font-size:18px; color: #034723;}

.style19 {
	font-family: Verdana, Geneva, sans-serif;
	font-size:16px;
}

ul{
list-style-type:none; 
}


/* From here down is the dropdown menu code DO NOT TOUCH */

#jsddm{	
margin: 0;
padding: 0;
}
	
#jsddm li{	
float: left;
list-style: none;
font: 12px Tahoma, Arial;
}

#jsddm li a{	
display: block;
background: #dfdfc7;
margin-right: 14px;
padding-top:5px;
text-decoration: none;
/* width of the buttons */
width: 150px;
/*color: #EAFFED; */
white-space: nowrap;
/* to center the navibox*/
margin-left: 20px;
}

#jsddm li a:hover{	
background: #dfdfc7;
}
		
#jsddm li ul{
margin: 0;
padding: 0;
position: absolute;
visibility: hidden;
}
		
#jsddm li ul li{	
float: none;
display: inline;
}
		
#jsddm li ul li a {	
/* drop down width */
width: 156px;
background: #dfdfc7;
font-weight:bold;
color:#034723;
align:center;
padding-bottom: 5px;
}
		
#jsddm li ul li a:hover{	
background: #ffd100;
}

.style18 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #5e9841;
}

/* From here down is the new formatting */

h2, h3, h4, h5, h6 {padding:3px 0px 7px 0px; margin:0px;}
p {font-size:90%; margin:0px; padding:3px 10px 7px 5px; line-height:135%; /*text-align:justify;*/}
h1 {
	font-size:170%;
	text-align:center;
	padding:3px 10px 6px 0px;
	margin:0px 10px 2px 0px;
	letter-spacing:-.5px;
	color:#034723;
	font-weight:bold;
	}
h2 {
	color:#916b0f;
	font-size:140%;
	padding:10px 10px 7px 0px;
	margin:0px;
	letter-spacing:-.5px;
}
h3 {
	color:#0b3d29;
	letter-spacing:-.5px;
	font-size:130%;
	padding:5px 10px 7px 0px;
}
h4 {
	color:#0b3d29;
	letter-spacing:-.5px;
	font-size:110%;
	padding:7px 10px 7px 0px;
	
}
h5 {
	color:#0b3d29;
	font-size:100%;
	font-weight:bold;
	padding:5px 10px 7px 0px;
}
h6 {
	color:#666;
	font-size:90%;
	padding:5px 10px 7px 0px;
	font-weight:bold;
}