body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #666666;
}
	
/**************************************************************** MAIN NAVIGATION*/
#navcontainer {
	background-color: #152f1a;
	padding-bottom: 7px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-bottom-width: 5px;
	margin: 0px;
	width: 100%;
	
	clear: both;
}
#navcontainer ul
{
	background-color: #152f1a;
	color: #999999;
	
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #152f1a;
	color: White;
	text-decoration: none;
	
	border-left: 1px solid #152f1a;
	font-size: 1.1em;
	font-weight: bold;
}

#navcontainer ul li a:hover
{
background-color: #E3DFDD;
color: #000000;
}
/**************************************************************** CONTENT*/
#left {
	margin: 0px 10px 0px 0px;
	padding: 0px 10px 50px 20px;
	width: 496px;
	height: 100%;
	float: left;
}
#right {
	text-align: center;
	padding-top: 20px;
	width: 180;
	margin-left: 530px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5em;
	padding-bottom: 10%;
}
h2 {
	font-size: 1.5em;
	font-weight: bolder;
	border-top-width: 2px;
	border-top-style: dotted;
	padding-top: 10px;
	margin: 0px;
	padding-bottom: 0px;
	color: #152f1a;
}
h1 {
	font-size: 1.6em;
	font-weight: bold;
	padding-bottom: 2px;
	color: #152f1a;
	
	border-top-color: ##71544e;
	font-size: 1.6em;
	font-weight: bold;
	margin: 8px 0px 0px;
	padding: 0px;
	text-transform: uppercase;
}
h3 {
	font-size: 1.9em;
	color: #152f1a;
	font-weight: bold;
	
}
p {
	line-height: 120%;
	font-size: .99em;
	color: #000033;
}
h4 {
	line-height: 100%;
	font-size: 1.3em;
	color: #ff0000;
}
h5 {
	line-height: 100%;
	font-size: 1.3em;
	color: #ffffff;
}
h6 {
	line-height: 100%;
	font-size: .99em;
	color: #ff0000;
}
.red {
	line-height: 100%;
	font-size: .99em;
	color: #ff0000;
	font-weight: bold;
}
.james {
	line-height: 120%;
	font-size: .9em;
	color: #152f1a;
}
.style1 {	font-size: 0.66em;
	font-weight: bold;
	color: #152f1a;
}
a {
	color: #152f1a;
	text-decoration: underline;
}
a:hover {
	background-color: ;
	background-style: dotted;
	color: #cccccc;
}
ul {
	color: #152f1a;
	font-size: .85em;
	font-weight: bold;
		line-height: 110%;
	list-style-type: square;
}
ol {
	color: #000040;
	font-size: .8em;
	font-weight: bold;
		line-height: 125%;
}
.foot {
		border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #000040;
	font-size: .6em;
	color: #000040;
	margin: 45px 0px 0px;
	padding: 0px;
	

}



