/* Universal Styles */

img {border:0px;}
ul {list-style-type:disc; }

a { color: #006225; text-decoration: underline;}

html, body
{	
    margin: 0px 0px 0px;
    padding: 0px;
    font-family: "Trebuchet MS";
    font-size: 12px;
    color: #333D1E;
    background-color: #DBD9CA;
	height: 100%;
}

#fullHeight {height: 100%;}

h1,h2,h3,h4,h5,h6{ padding:0px; }

h1{font-size:160%;}        

h2{font-size:150%;}        

h3{font-size:140%;}        

h4{font-size:130%;}        

h5{font-size:120%; color: #006225; font-weight: bold; margin-top: 0px;}        

h6{font-size:110%; color: #006225; font-weight: bold; margin-top: 0px;}    


/* Background Images */
.topBG { background-image: url(images/top.jpg); background-repeat: no-repeat; }
.leftBorder { background-image: url(images/leftBorder.jpg); background-repeat: repeat-y; background-position:top right; }
.rightBorder { background-image: url(images/rightBorder.jpg); background-repeat: repeat-y; background-position:top left; }
.picBG { background-image: url(images/picBG.jpg); background-repeat: no-repeat; background-position:center; }

/* Div Table Styles */
.leftContent { padding: 25px 0px 0px 55px; font-size: 10px; font-weight: bold; color: #331D1E;}
.mainContent { padding: 25px 70px 0px 65px;}

/* Text Styles */



/* Navigation Styles */
.mainNav { width: 714px; padding-right: 0px;}
.mainNav li { 
	display: block;
	float:left; 
	height: 22px;
	padding: 0px 0px 0px 11px; 
	margin: 0px 2px;
	background-image: url(images/navOff.gif); background-position: left; background-repeat: no-repeat;
}
.mainNav li:hover, .mainNav li.selected { 
	list-style-image: none;
	background-image: url(images/navOn.gif); background-position: left; background-repeat: no-repeat;
}

.mainNav li>a { 
	display: block;
	background-color: #006225;
	padding: 0px 18px 0px 7px; 
	height: 22px;
	font-size:11px;
	line-height: 22px;
	color: #DBD9CA;
	text-decoration: none;
}

.mainNav li>a:hover, .mainNav li.selected a { 
	background-color: #FFF;
	color: #006225;
	text-decoration: none;
}

/* Logoworks Link Backs */
.logoworksLink
{
	font-family: Arial; 
	font-size: 9px;
	color: #000;
	padding: 1px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.logoworksLink a
{
	padding: 0px 5px;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	padding: 1px;
	text-align: center;
	text-decoration: none;
}

.image {border: 2px #006225; solid}