body
{
	margin: 1 pt;
	padding:  5px 0px 0 0;
	font-size: 95%;
	font-family: georgia, times, "times new roman", serif;
	background-color: #CCFF66;
	background-position: left;
	font-style: normal;
	font-weight: bold;
	display:block;
	
}

a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #999900;
	text-decoration: none;
}

a:hover, a:active
{
	color: #CC3333;
	background-color: #FFFF33;
	text-decoration: none;
}
img.floatLeft {
	float: left;
	margin: 10px;
	border: thin double #99CC33;
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
img.floatRightClear { 
    float: right; 
    clear: right; 
    margin: 4px; 
}
.floatright
{
float: right;
margin: 0 0 10px 10px;
border: 1px solid #666;
padding: 2px;
}
.boldertext{
	font-size: 16pt;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bolder;
	color: #99CC00;

}
bevelmenu{
	padding: 6px 0;
	margin: 0;
	width: 100%;
	background-color: #FFFFCC;
	text-align: center; /*set value to "right" for example to align menu to the right of page*/
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
}

.bevelmenu li{
	list-style: none;
	display: inline;
	background-color: #CCFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bevelmenu li a{
padding: 3px 0.5em;
text-decoration: none;
color: black;
background-color: #E7FA9A;
border: 2px solid #FFF2BF;
}

.bevelmenu li a:hover{
color: black;
background-color: #FFFFCC;
border-style: outset;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
/*MAIN HEADING STUFF*/
div#banner
{
	color: #000000;
	background-color: #FFFFCC;
	border: 10px double #99CC33;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	padding: .3em 0 .3em .5em;
	margin-bottom: 10px;
}

div#banner h1
{
	margin: 0;
	padding: .3em 0 .3em .5em;
	font-size: 28pt;
	font-weight: bolder;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #99CC00;
}


div#container
{
	background-repeat: repeat-y;
	width: 400px;
	background-color: #FF0000;
	float: left;
}

div#container2
{
	background-color: #CCFF66;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10pt;
	color: #000000;
	margin: 4px;
	padding-bottom: 1px;
	border: thin none #BDE373;
	float:left
;
	margin-left: 15px;
	width: 40em;
}div#container2 h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style: italic;
	color: #000000;
	background-color: #99CC33;
}
div#container3
{
	float: left;
	width: 380px;
	padding-top: 0.5em;
	background-color: #F2F9BB;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12pt;
	color: #000000;
	margin: 12px;
	border: thin dotted #669900;
	font-weight: normal;
}
div#box
{
	background-color: #FFFFCC;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10pt;
	color: #000000;
	margin: 2px;
	padding-bottom: 1px;
	line-height: normal;
	font-weight: normal;
	float:left;
	width: 56em;
	margin-bottom: 16px;
	padding-left: 10px;
	padding-right: 10px;
	border: thin solid #99CC33;
}div#box h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style: italic;
	color: #99CC00;
}

div#navigation
{
	float: left;
	width: 150px;
	padding-top: 0em;
	background-color: #99CC33;
	padding: 0em 0px 0 0;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: double;
	border-bottom-style: none;
	border-left-style: double;
	margin-right: 5px;
	border-right-width: thin;
	border-right-color: #99CC33;
	border-left-width: thin;
	border-top-color: #99CC33;
	border-bottom-color: #99CC33;
	border-left-color: #99CC33;
}

div#navigation ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	background-color: #E7FA9A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	background-repeat: repeat;
	float: right;
	width: 148px;
	border: thin none #66CC00;
}

div#navigation ul li {
	margin-top: 4px;
	background-color: #99CC33;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	font-variant: small-caps;
	background-position: center;
	text-align: center;
}

#navigation ul li a
{
	display: block;
	width: 135px;
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 10px;
	background-color: #E7FA9A;
	text-align: left;
}

#navigation ul li a:hover
{
	color: #85BA23;
	background-color: #FFFFCC;
	background-repeat: repeat-y;
	border: medium groove #990000;
}

div#more
{
	float: right;
	margin: 16 px;
	background-color: #FFFFCC;
	color: #000000;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	width: 380px;
	float:left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: medium;
	border-left-style: double;
	border-right-color: #99CC00;
	border-bottom-color: #99CC00;
	border-left-color: #99CC00;
	margin-left: 6px;
	}
div#more h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style: italic;
	color: #000000;
	background-color: #D4FF55;
	background-position: center;
	text-align:center;
}

div#content
{
	background-color: #FFFFCC;
	text-indent: 4px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 3 px;
	color: #000000;
	font-style: normal;
	font-size: 12pt;
	font-weight: normal;
	float:left;
	width:300px;
	border-left-width: medium;
	border-left-style: double;
	border-left-color: #55DF00;
	margin-left: 9px;
	margin-right: 5px;
	padding-left: 8px;
 } 

	
div#content h2
{background-color:#D4FF55;
font-family:"Times New Roman", Times, serif;
font-style:italic;
font-size:16pt;
color:#000000;
text-align: center;


}

#cleardiv
{
clear: both;
height: 1em;
/*Footer stuff*/
}.fttop{
	position: relative;
	float: left;
	left: 0px;
	width: 1004px;
	background-color: #E7FA9A;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #006600;
	font-weight: bold;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	padding: 14px;
}
.ftwrp{
	position: relative;
	float: left;
	left: 0px;
	width: 1004px;
	background-color: #CCFF66;
}
.left1{
	position: relative;
	float: left;
	left: 5px;
	width: 140px;
	background-color: #CCFF66;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.left2{
	position: relative;
	float: left;
	left: 16px;
	width: 140px;
	background-color: #CCFF66;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
.left3{
	position: relative;
	float: left;
	left: 27px;
	width: 140px;
	background-color: #CCFF66;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
.grphdg {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	background-color: #99CC00;
	border: thin none #0000CC;
	text-align: left;
}
.left4{
	position: relative;
	float: left;
	left: 38px;
	width: 140px;
	background-color: #CCFF66;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
   
.left5{
	position: relative;
	float: left;
	left: 49px;
	width: 160px;
	background-color: #CCFF66;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
.right{
	position: relative;
	float: right;
	right: 36px;
	width: 170px;
	background-color: #CCFF66;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.btmft{
   position: relative;
   float: left;
   left: 0px;
   width: 1004px;
   background-color: #CCFF66}


.style41 {font-size: 10px}
.style47 {font-size: 9px}
.style48 {font-size: 10pt}
} 
