/*
set styles


.sitebody {
	font-size: 13x;
	font-family: Verdana, Helvetica, sans-serif;
	color: #0e4972;
	padding-left: 5px;
	padding-right: 5px;
	}
.style3 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8c5c0a;
}
.style9 {font-family: Verdana, Helvetica, sans-serif; font-size: 11px; color: #333333; }

Set general properties here for any standard tag element. 
Specific properties for a particular div are set lower if needed.
*/

h2 {
	font-weight: bold;
	color: #0E4972;
}

/*
set styles

.style10 {font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #604518; }
.subhead {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0e4972;
}

Set the specific style for the tag used within the node display section
*/
body {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

.main-head {
	font-weight:bold;
	color:white;
	font-size:16px;
	padding-top: 5px;
}

.node-content {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #0E4972;
	text-align: justify;
	white-space: normal;
	display: block;
	padding-right: 1.5em;
	padding-bottom: 0.5em;
	padding-left: 1.5em;
	padding-top: 0em;
	margin: 0px;
}
.node-title {
	font-family: Helvetica, Arial, sans-serif;
	color: #0E4972;
	text-decoration:none;
	line-height: 110%;
	padding-top: 1em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 1em;
	margin: 0px;
}

.node-credit {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.92em;
	color: #0E4972;
	text-align: right;
	font-style:italic;
	white-space: normal;
	display: block;
	padding-right: 1.5em;
	padding-bottom: 0em;
	padding-left: 1.5em;
	padding-top: 0em;
	margin: 0px;
}

.node-display-credit {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.92em;
	color: #0E4972;
	padding-right: 1.5em;
	padding-bottom: 0.5em;
	padding-left: 1.5em;
	padding-top: 0em;
	margin: 0px;
}
/*
Set head navigation list item and hyperlink properties #logonav
*/
#logo3 li {
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	display:inline;
	list-style-type:none; 
	margin:-10px 0px 0px 10px;
	padding:0px;
}

#logo3 ul {
	display:inline;
	list-style-type:none; 
	margin-top:-10px 0px 0px 5px;
	padding:0px;
}
#logo3 a{color:#FFFFFF;
	margin:0px;
	padding-bottom:3px;
	border:none;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;}
#logo3 a:link{color:#FFFFFF;}
#logo3 a:visited{color:#FFFFFF;}
#logo3 a:hover{color: #FFD457;}


/*
Set sub-level navigation list item and hyperlink properties #subnav
*/
#subnav li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0px;
	font-weight: bold;
	color: white;
	display: inline;
	white-space: normal;
	list-style-type: none;
	margin-left: 0px;
	position: relative;
	line-height: 0px;
	text-align: left;
	vertical-align: middle;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#subnav ul {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0px;
	font-weight: bold;
	color: black;
	display: inline;
	white-space: normal;
	list-style-type: none;
	margin-left: 10px;
	position: relative;
	line-height: 0px;
	text-align: left;
	vertical-align: middle;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#subnav img{border:none;}

#subnav a{color:black;
	margin:0px 0px 0px 0px;
	padding-bottom: 3px;
	border:none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;}
#subnav a:link{color:black;}
#subnav a:visited{color:black;}
#subnav a:hover{color: #C54659;}

/*#subnav img{border:none;}

