body {
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url(../graphics/bg-4.jpg) fixed;
}
p {
	font: small Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
}
a {
	color: #003300;
}
h1 {
	font: bold normal 24pt Geneva, Arial, Helvetica, sans-serif;
	color: #003300;
	padding-right: 3px;
	padding-left: 3px;
	text-transform: capitalize;
	background: url(../graphics/H1-5.jpg);
	border-top: thin groove #003333;
	border-bottom: thin double #003333;
	text-align: left;
	letter-spacing: 5px;
}
h2 {
	font: bold medium Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-right: 3px;
	padding-left: 3px;
	letter-spacing: 1px;
	text-align: left;
	text-indent: 10px;
}
h3 {
	font: bold normal 16pt Geneva, Arial, Helvetica, sans-serif;
	color: #003300;
	padding-right: 5px;
	padding-left: 5px;
	text-transform: capitalize;
	background: url(../graphics/H1-5.jpg);
	border-top: thin groove #003333;
	border-bottom: thin double #003333;
	text-align: right;
	
}
.footer {
	font-size: 8pt;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom: thin ridge Gray;
	border-top: thin ridge Gray;
	background: #CC9966 center;
}
.footer a:link {
	color: #003300;
	text-decoration: none;
}

.footer a:hover {
	color: #000099;
	text-decoration: none;
	background: #CCCCCC;
}
.footer a:visited {
	color: #003300;
	text-decoration: none;
}
.footer a:active {
	color: #003300;
	text-decoration: none;
}

.address {
	font: small Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
}

.content{
	padding: 10px 20px;
	margin: 0px 10px 10px;
	border-left: 3px solid Gray;
	border-bottom: 3px solid Gray;
	border-right: 3px solid Gray;
}
li {
	font: small Verdana, Arial, Helvetica, sans-serif;
	list-style: square;
	text-align: left;
}
.contact {
	font: normal small Geneva, Arial, Helvetica, sans-serif;
	color: #003300;
	width: 90%;
	text-align: left;
	border: none;
	text-indent: 15px;
}
  #navlist ul
{
	margin: 0;
	white-space: nowrap;
	padding: 0;
}

#navlist li
{
	display: inline;
	text-indent: 10px;
	white-space: normal;
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;
	vertical-align: super;
}

#navlist a
{
	padding: 1px 8px 1px 24px;
	border: 1px solid #333;
	background: #999 url(../images/l1_down.jpg);
	white-space: nowrap;
}

#navlist a:link, #navlist a:visited
{
	color: #990000;
	text-decoration: none;
	white-space: nowrap;
	display: inline;
	vertical-align: sub;
	font-weight: bold;
}

#navlist a:hover
{
	border: 1px solid #333;
	color: #000066;
	background: #FF6600 url(../images/l1_over.jpg);
	font-weight: bold;
}

#active a:link, #active a:visited, #active a:hover
{
	border: 1px solid #333;
	color: #000066;
	background: #FF6600 url(../images/l1_over.jpg);
	font-weight: bold;
}
.box-sm {
	line-height: 30px;
	background: #99CC99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	border: thin double #666666;
	width: 90%;
	text-align: left;
	margin: 20px;
	padding: 20px;
}
