body {
	padding : 0;
	margin : 0 auto;
	background-color : #121212;
	text-align : center;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #464646; 
	line-height:100%
}

p {line-height:150%}

/**** SECONDARY NAV ******/
#secondarynav {
	width : 200px;
}

#secondarynav ul {
	list-style : none;
	padding : 0px;
	margin : 0px;
	border : none;
}

#secondarynav li {
	padding : 8px 0px 8px 9px;
	margin : 1px 0px 0px 0px;
	background-color : #C8C2A5;
	border-bottom : 1px solid #B1A985;
	border-right : 9px solid #B1A985;
}

#secondarynav li.selected {
	background-color : #C0B998;
	border-bottom : 1px solid #C0B998;
	border-right : 9px solid #C0B998;
}

#secondarynav ul li a {

	color : #464646;
	font-weight : bold;
	font-size : 10px;
}

#secondaryheading {
	padding : 8px 0px 8px 9px;
	margin : 0px;
	background-color : #B1A985;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
}
/* */
#ContactInfo {
	margin : 0;
	padding : 16px;
	text-align : left;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 135%
	}

#shadow {
	border:1px solid #333333;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2) }
	
#content {
	margin : 0;
	padding : 16px;
	text-align: justify;
	font-size : 11px;
	line-height : 135%;
}

h1 {
	text-align : left;
	color : #D9D5BF;
	font-family : Times New Roman;
	margin : 0px;
	border : medium none;
	display : block; 
	font-size:18pt; 
	padding-left:0px; 
	padding-right:10px; 
	padding-top:20px; 
	padding-bottom:15px; text-transform:uppercase
}

h2 {
	color : #cccccc;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	padding : 3px;
	margin : 0px;
	text-align : left;
}

h3 {
	font-family : Arial, Helvetica, Verdana, sans-serif;
	font-size : 19px;
	color : #464646;
}


/******** GENERAL SITE STYLING *********/
a {
	color : #333333;
}
a:link, a:visited{
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}
textarea {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	border : 1px solid #999999;
}
form {
	margin: 0;
	padding: 0;
}

input{
font-family: Arial,sans-serif;
}
input, select {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size  : 11px;
	border : 1px solid #999999;
}

.fieldname {
	background-color : #C8C2A5;
	font-weight : bold;
	text-align : right;
}

.notes {
	color : #777777;
	font-style : italic;
}