body
{
	background-color: #8F7C5A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	padding: 0;
	margin: 0;
	background-repeat: repeat;
	background-image: url(Images/flower_back.gif);
}


p {
	text-align: left;
}
a:link,a:visited
{
	color: #410;
	font-weight: bold;
}
a:hover, a:active{
	color: #c90;	
	font-weight: bold;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#topsection { 
background-image: url(Images/masthead_back.jpg); 
height: 70px;
text-align: center;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
}


#mainsection
{
	position: relative;
	top: 10px;
	left: 0;
	z-index: 10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 15px 10px 10px 155px;
	padding: 0;
}

#mainsection ul
{
	clear: top;
}
#mainsection ul li;
{
	display: inline;
}

h1, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
}

#mainsection h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	text-align: center;
	font-weight: bold;
}
#mainsection h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
#mainsection h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-align: center;
	font-weight: bold;
}
#mainsection h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
#mainsection p
{
	margin: 0;
	padding: 1px 1px 1px 0;
	border: 0;
	text-align: left;
}

#copyright
{
	clear: both;
	font-size: 9px;
	text-align: center;
	margin: 60px 0 0 0;
}

#copyright a:link, #copyright a:visited{
	color: #630;	
}
#copyright a:hover, #copyright a:active{
	color: #fff;	
}
#mainsection p { padding: 1em 2em 0 2em; }


#sidepanel
{
	position: absolute;
	top: 74px;
	left: 0;
	background-image: url(Images/sidepanel_back.jpg);
	background-repeat: no-repeat;
	height: 450px;
	width: 140px;
	margin: 0;
	padding: 0;
}

#rightpanel
{
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #BA8;
	width: 160px;
	overflow: auto;
	float: right;
	margin: 10px;
	padding: 10px;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	left: 0;
	top: 0;
	z-index: 15;
	background-image: url(Images/imagepanel_back.jpg);
}

#rightpanel img {
	margin-right: auto;
	margin-left: auto;
	padding: 3px;
	text-align: center;
}

#rifleman {
	position: absolute;
	top: 10;
	left: 20;
	z-index: 1;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;	
}

img.floatRight
{
	float: right;
	clear: right;
	margin: 0 0 0 4px;
	border: 0;
	padding: 0;
}


#navcontainer
{
filter:alpha(opacity=50);
opacity: 0.5;
-moz-opacity:0.5;
float: left;
position: absolute;
left: 5px;
top: 180px;
z-index: 15;
border-right: 1px solid #006;
border-top: 1px solid #fff;
border-bottom: 1px solid #006;
padding: 0 0 0 0;
margin-bottom: 1em;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: transparent;
color: #333;
width: 120px;
}


#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
border-bottom: 1px solid #ffffff;
margin: 0;
}

#navcontainer li a
{
font-size: 11px;
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
background-color: #774422;
color: #fff;
text-decoration: none;
width: 100%;
font-weight: normal;
}

#navcontainer li a#subcurrent
{
border-left: 1px solid #eee;
border-right: 1px solid #eee;
background-color: #a86;
color: #000;
font-weight: normal;

}
#navcontainer li a#current
{
border-left: 1px solid #eee;
border-right: 1px solid #eee;
background-color: #a86;
color: #000;
font-weight: normal;

}
html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
border-left: 1px solid #eee;
border-right: 1px solid #eee;
background-color: #a86;
color: #fff;
font-weight: normal;

}

#navcontainer ul ul
{
margin-left: 5px;
padding: 0;
list-style-type: none;
}

#navcontainer li li a
{
display: block;
color: #fff;
width: 112px;
padding: 2px 10px;
margin: 0;
border-top: 1px solid #aaa;
border-bottom: none;
border-left: 1px solid #aaa;
text-decoration: none;
font-size: 11px;
}

.list {
background-color: #fff;
	border: 1px solid #000;
	margin: 2em;
	padding: 5px;

}

.submenu{
	position: relative;
	left: 5px;
	top: 0;
}
.submenu li{
	border-color: black;
}
