body
{
	background-image : url(images/bg.jpg);
	font-family: arial,verdana;
	background-repeat : repeat-x;
	background-attachment : scroll;
	background-color : 0D60C6;
	
}

h1
{
	font-family: verdana;
	font-size: 15px;
	color: 396437;
	margin: 10px;
}
h2
{
	font-family: verdana;
	font-size: 10px;
	color: 396437;
}
h3
{
	color: 396437;
}
h4
{
	font-family: verdana;
	font-size: 8px;
	color: 396437;
}
h5
{
	font-family: verdana;
	font-size: 12px;
	color: 396437;
	line-height: 10pt;
}
h6
{
	font-family: verdana;
	font-size: 25px;
	color: 396437;
	margin: 5px;
}
A:link {text-decoration: none; font-size: 13px;}
A:visited {text-decoration: none; font-size: 13px;}
A:active {text-decoration: none; font-size: 13px;}
A:hover {text-decoration: underline; color: green; font-size: 13px;}

#siteNav {

	border: 1px solid #0D60C6;

	/* border: 1px solid #369; */

	/* border-left: 1px solid #B5C6B5; */

	font-family: Garamond, Times New Roman;

	color: #000;

	font-size: 16px;

	line-height: 24px;

	font-weight: 500;

	text-align: left;
	
	background-color: F1E79A;

}

#siteNav a {

	display: block;

	text-decoration: none;

	color: #000; 

	padding-right: 20px;

	padding-left: 10px;

	font-size: 16px;

	border-bottom: 1px solid #0D60C6;
	

}

#siteNav a:hover {

color: #fff; 

font-weight: 700;

background-color: #326039;

}


