img.pics {
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

body {
	overflow-y: scroll;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	width: 100%;
	background-position: center;
	background-image: url(images/bkgd1.jpg);
	background-attachment: fixed;
}
.topmenu {
	top: 0px;
	position: absolute;
	
}
#header {
	background-position: center;
}
#topnav {
	width: 980px;
	height: 18px;
	z-index: 1;
	text-align: right;
}
#topnav ul {
	display: inline;
}
#topnav li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
}
#topnav a:link {
	color: #FFCC00;
	text-decoration: none;
}

#topnav a:hover{
	color:#999999;
	text-decoration: none;
} 
	
#topnav a:visited {
	color: #FFcc00;
	text-decoration: none;
}


#flash {
	clip: rect(-20px,auto,auto,auto);
	margin-top: -20px;
}
#close {
	height: 45px;
	z-index: 10;
	position: relative;
	

}
#close li {
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	list-style-image: url(images/bullets.gif);
	list-style-position: inside;
	margin-left: 5px;
}

.text {
	background-position: left;
	margin-left: 60px;
	line-height: 125%;
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003300;
}
.text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #006600;
	clip: rect(auto,auto,auto,auto);
	margin-left: 60px;
	border: thin solid #006600;
	padding: 3px;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC00;
}
a:hover {
	color: #CC0000;
}

.credit {
	color: #CCCCCC;
	font-size: 10px;
	text-align: center;
}



td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: disc;
	list-style-position: outside;
}

li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#edits li {
	background-position: left;
	list-style-image: url(images/bullets.gif);
	list-style-position: outside;
	margin-left: 35px;
	text-align: left;
	font-weight: normal;
	color: #ffff99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


ol {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: upper-roman;
	list-style-position: outside;
}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.bodystyle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
	margin-right: 5px;
	margin-left: 2px;
	margin-bottom: 5px;
	background-color: #990000;
}

.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}

.bodystyle {
	color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-left: 15px;
}
.indent {
	text-indent: 20px;
	color: #006600;
}


#nav {
	margin: 0;
	line-height: 100%;
	border-radius: 1em;

 
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	background: -moz-linear-gradient, #006600; /* for non-css3 browsers */
	background: -ms-linear-gradient(top,  #336600,  #669933); /* IE10+ */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#336600', endColorstr='#669933'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#336600), to(#669933)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #336600,  #669933); /* for firefox 3.6+ */
	border: solid 1px #99cc99;
	width: 100%;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
}
#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
#nav a {
	color: #ccffcc;
	text-decoration: none;
	display: block;
	padding:  8px 15px;
	margin: 0;

	-webkit-border-radius: .6em;
	-moz-border-radius: .6em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	font-weight: bold;
}
/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #33cc33; /* for non-css3 browsers */


	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#33cc33), to(#99ff99)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #33cc33,  #99ff99); /* for firefox 3.6+ */
	color: #003300;
	border-top: solid 1px #339933;


	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #003300;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.gentext {
	color: #000000;
}

#nav ul a:hover {
	background: #33cc00 !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#33cc00', endColorstr='#66cc33'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#33cc00), to(#66cc33)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #33cc00,  #66cc33) !important; /* for firefox 3.6+ */
 
	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
/* level 2 list */
#nav ul {
	background: #ddd; /* for non-css3 browsers */

	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */
	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	visibility: visible;
}
/* dropdown */
#nav li:hover > ul {
	display: block;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}
/* rounded corners for first and last child */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}

#col1 {
	width: 350px;
}
h1 {
	color: #ffcc00;
}

h2 {
	color: #ffcc00;
	text-align:left;
}

#edits #col1 #content p {
	color: #FFFFCC;
	margin-left: 10px;
}
#edits #col1 #content li {
	color: #FFFF99;
}
#edits #col1 #content a:link {
	color: #FFCC00;
	text-decoration: none;
}
#edits #col1 #content a:hover {
	color: #FF3300;
	text-decoration: none;
}
#edits #col1 #content a:visited {
	color: #FF9900;
	text-decoration: none;
}
#left {
	clear: left;
	border-radius: 10px;
}
.Left {
	float: left;
	width: 423px;
	background-color: #336600;
	border-radius: 10px;
	padding-right: 6px;
	padding-left: 6px;
}
#slideshow {
	width: 518px;
	height: 293px;
	clear: none;
	float: left;
}

#edits #Left {
	clear: left;
}
#edits #Right {
	clear: right;
}
.Right {
	float: right;
	width: 519px;
	border-radius: 10px;
	background-color: #336600;
	padding-right: 2px;
	padding-left: 2px;
	z-index: 1;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #f0fdd6;
	text-align: left;
}
h3 {
	color: #FFFF00;
}
a:visited {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC00;
}
#slideshow2 {

	width: 518px;
	height: 322px;
	clear: none;
	float: left;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
