body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #a9a486;
}
	
/**************************************************************** MAIN NAVIGATION*/
#navcontainer {
	background-color: #a9a486;
	padding-bottom: 7px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 3px;
	margin: 0px;
	width: 100%;
	float: left;
	clear: both;
}
#navcontainer ul
{
	background-color: #a7ceea;;
	color: #999999;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: a7ceea;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	font-size: .9em;
	font-weight: normal;
}

#navcontainer ul li a:hover
{
background-color: #E6D5AD;
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: 1em;
	font-weight: bolder;
	border-top-width: 2px;
	border-top-style: dotted;
	text-transform: lowercase;
	padding-top: 10px;
	margin: 0px;
	padding-bottom: 0px;
	color: #6d452c;
}
h1 {
	font-size: 1.2em;
	font-weight: bolder;
	padding-bottom: 2px;
	color: #6d452c;
	
	border-top-color: #999999;
	font-size: 1em;
	font-weight: bold;
	margin: 8px 0px 0px;
	padding: 0px;
	text-transform: uppercase;
}
h3 {
	font-size: 0.9em;
	color: #999999;
	font-weight: bold;
	padding: 0px;
	margin: 2.5em 0px 5px;
	clear: both;
}
p {
	line-height: 120%;
	font-size: .92em;
	color: #999999;
}
h4 {
	line-height: 120%;
	font-size: .8em;
	color: #999999;
}
.james {
	line-height: 120%;
	font-size: .7em;
	color: #999999;
}
a {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	background-color: ;
	background-style: dotted;
	color: #f8d2f1;
}
a:visited {
	font-style: italic;
}
ul {
	color: #999999;
	font-size: .8em;
	font-weight: bold;
	line-height: 125%;
	list-style-type: square;
}
ol {
	color: #999999;
	font-size: .8em;
	font-weight: bold;
	line-height: 125%;
}
#right #subNav ul {
	margin: 0px 0px 50px;
	padding: 0px;
	list-style-type: none;
}
#right #subNav ul li {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006600;
	margin-bottom: 10px;
}
#subNav ul li a {
	list-style-type: none;
	color: #252868;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
}
#subNav ul li a:hover {
	color: #FFFFFF;

}
.foot {
		border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #a9a486;
	font-size: .6em;
	color: #999999;
	margin: 45px 0px 0px;
	padding: 0px;
	
}
#right #logos {
	background-image: url(imgs/cornerTop.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 188px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#right #logos p {
	background-image: url(imgs/cornerBot.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
	padding-top: 10px;
}
#right #logos img {
	margin: 10px;
}
orange {
	color: #999999;
	font-style: italic;
}
strong {
	color: #999999;
}
em {
	color: #999999;
	font-size: 0.92em;
}
form {
	padding-left: 15px;
	margin-top: 40px;
	margin-bottom: 40px;
}
input, textarea {
	margin-bottom: 15px;
	background-color: #ffffff;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
input, text {
	margin-bottom: 15px;
	background-color: #ffffff;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}


