﻿/*Style Sheet for html pages*/

body {
	background-color:#5C7756;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #fbfbe2;
}
#mainbody { /* All content inside this */
	position: relative; 
	width: 760px; 
	top: 5px; 
	margin: auto;
	background-color: #5C7756;	
}
#masthead { /* Content Row 1 */
	position: relative;
}
#picture_block_htm { /* Content Row 2 */
	position: relative;
	height: 280px;
	background-image: url('images/picture_block.gif'); 
	background-repeat:no-repeat;
}
#leftpicborder_htm{
	position: relative; 
	width: 280px; 
	height: 240px; 
	background-color: #494944; 
	top: 10px; 
	margin-top: 0px;
}
#leftpic {
	margin: 10px;
}
#rightsidecontent_htm{
	position: relative;
	left: 350px; 
	top: -230px;
}
#lowercontent_htm { /* Content Row 3 */
	position: relative;
	background-image:url('images/columnbkgtransparent2.gif'); 
	background-repeat:repeat-y;
}		
#sidebar { /* Holds mainnav and leftbar_htm */
	position: absolute; 
	width: 200px;
}

.sidebartext{
	font-size:12px;
	color:white;
	margin-left:10px;
}

#leftbar_htm {
	margin-top: 25px;
	border-top: 1px solid #FFFFFF;
	position: relative;
	margin-left: 20px;
	width: 160px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 2px;
	font-size: 12px;
	background-color: #bda35d;
}

a:visited {
	color: #FBFBE2;
	text-decoration: none;
}
a:link {
	color: #FBFBE2;
	text-decoration: none;
}
a:active {
	color: #CCFF33;
	text-decoration: none;
}
a:hover {
	color: #CCFF33;
	text-decoration: none;
}

#lowermiddle_htm{
	position:absolute;
	left: 250px;
	width:50px; 
}	
#lowerright_htm{
	position:relative; 
	left: 350px;
	width: 425px;
}						
#footer { /* Content Row 4 */
	position: relative;
	background-color:white;
	margin-bottom: 10px;
	text-align:center;
	color: black;
	padding: 5px;
}
#mainnav a {
	background-image: url("images/linkiconover.gif");
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	color: #CCFF33;
	}
#sidebar li {
	display: inline;
}
#sidebar ul {
	margin: 10px 0px 50px 10px;
	padding: 0px;
	list-style-type: none;
	width: 200px;
}
#sidebar ul a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0.06em;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url("images/linkicon.gif");
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 16px;
	width: 180px;
	margin-bottom: 12px;
}
#sidebar ul a:hover {
	background-image: url("images/linkiconover.gif");
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	color: #CCFF33;
}

.headerone {
	font-size: 200%;
	font-weight: normal;
	text-transform: uppercase;
	color:  #ffc520;/*#C569F9*/
	margin-top: 0px;
	padding: 0px;
	line-height: 1.3em;
	margin-bottom: 0px;
}
#descrip {
	width: 344px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	left: 330px;
	text-align: left;
	font-style: italic;
	line-height: 1.4em;
	letter-spacing: 0.08em;
	top: 15px;
	color: #B7DC0C;
}



