body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #000000;
	background-color: #C0C0FF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(./img/bg.jpg);
    layer-background-image: url(./img/bg.jpg);
    background-repeat: repeat-y;
	background-position: left;
}
.firstbody {
	background-image: url(./img/bgfirst.jpg);
    layer-background-image: url(./img/bgfirst.jpg);
    background-repeat: repeat-y;
	background-position: left;
}
a {
	color: #000000;
	text-decoration: underline;
}
.headeropening {
	font-family: Helvetica, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.introheader {
	font-family: Helvetica, Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000040;
}
#button {
    align: left;
    margin-left:0px;
	width: 12em;
	border-right: 1px solid #000;
	padding: 2px 0 1em 0;
	margin-bottom: 1em;

	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica,
	  Arial, sans-serif;
	background-color: #c0c0ff;
	color: #333;
	font-size: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#button li {
	border-bottom: 1px solid #c0c0ff;
	margin: 0;
}
#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #00CC66;
	border-right: 10px solid #00CC66;
	background-color: #00CC66;
	color: #fff;
	text-decoration: none;
	width: 100%;
}
html>body #button li a {
	width: auto;
}

#button li a:hover {
	border-left: 10px solid #c0c0ff;
	border-right: 10px solid #c0c0ff;
	background-color: #8CC394;
	color: #fff;
}

#button ul {
width: 11em;
align: right;
padding: 0;
margin: 0;
background-color: #c0c0ff;
color: #333;
font-size: 9px;
list-style: none;
border: none;
}
#button ul li {
border-bottom: 1px solid #c0c0ff;
margin: 0;
}
#button ul li a {
margin-left: 14px;
border-left: 1px solid #c0c0ff;
border-right: 10px solid #c0c0ff;
background-color: #c0c0ff;
color: #fff;
text-decoration: none;
width: 100%;
}
html>body #button ul li a {
width: auto;
}

#button ul li a:hover {
border-left: 1px solid #ffffff;
margin-left: 14px;
border-right: 10px solid #ffffff;
background-color: #ffffff;
color: #555555;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin-left: 40px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 40px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #003300;
}
.text {
	font-style: normal;
	line-height: 25px;
	margin-left: 35px;
        font-size: 12px;
        /* background-color: #ffffff; */
        border-right: 1px dashed #DAE1DA;
        border-left: 1px dashed #DAE1DA;
        border-top: 1px solid #DAE1DA;
        border-bottom: 1px solid #DAE1DA;
        padding: 5px 5px 5px 0.5em;
}
.normaltext {
	font-style: normal;
	line-height: 20px;
    font-size: 12px;
}
.smalltext {
	font-style: normal;
	line-height: 20px;
    font-size: 9px;
}
.pageheader {
        /* background-color: #ffffff #8AC297 8080FF; */
        border-top: 2px solid #008000;
        border-bottom: 2px solid #008000;
	/* background-image: url(./img/headerbg.jpg); */
        /* layer-background-image: url(./img/headerbg.gif); */
        /* background-repeat: repeat-x; */
	/* background-position: bottom; */
}
.inlineh4 {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #003300;
	background-color: #FFFFFF;
	width: 90%;
    margin-left: 35px;
}
.listing {
        list-style: square url(./img/li1.jpg) inside;
        line-height: 20px;
}
.listingsmall {
        list-style: square url(./img/li1.jpg) inside;
        line-height: 15px;
        font-size: 11px;
}
.listingsmallinline {
        list-style: square url(./img/li1.jpg) inside;
        line-height: 15px;
        font-size: 11px;
        display: inline;
}
.listinginline {
        display: inline;
}

/*core drop shadow rules*/
.wrap1, .wrap2, .wrap3 {
	display:inline-table;
	/* \*/display:block;/**/}
.wrap1 {
	float:left;
	background:url(img/shadow.gif) right bottom no-repeat;}
.wrap2 {background:url(img/corner_bl.gif) left bottom no-repeat;}
.wrap3 {
	padding:0 8px 8px 0;
	background:url(img/corner_tr.gif) right top no-repeat;}
.wrap3 img {
	display:block;
	border:0px solid #ccc;
	border-color:#efefef #ccc #ccc #efefef;}

	.submenu {
    font-size: 10px;
    color: #666600;
}