body {
 	font-family:  Arial, Helvetica, sans-serif;
 	font-size: 11pt;
	background-color : #ffffff;
	margin: 0px; 
	color: #000000;
	text-align: center;
} 

div#page_content {
	margin-left: 21px;
	margin-right: 21px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
	border: solid #000066;
	border-width: 1px;
}

.header_background {
background-image: url('images/header_repeat.jpg');
}
.footer_background {
background-image: url('images/footer_repeat.jpg');
}
.red {
 	color: #CC0000;
}
.redLarge {
 	color: #CC0000;
 	font-size: 14pt;
}
.blue {
 	color: #13b4eb;
}
.blueLarge {
 	color: #13b4eb;
 	font-size: 14pt;
}
.brown {
 	color: #6f5b35;
}
.brownLarge {
 	color: #6f5b35;
 	font-size: 14pt;
}
h1 {
 	font-size: 18pt;
 	color: #4A83B3;
}
h2 {
 	font-size: 16pt;
 	color: #4A83B3;
} 
h3 {
 	font-size: 14pt;
 	color: #4A83B3;
}
h4 {
 	font-size: 12pt;
 	color: #4A83B3;
}
h5 {
 	font-size: 10pt;
 	color: #4A83B3;
}
h6 {
 	font-size: 8pt;
 	color: #4A83B3;
}


div#sidebar {
	border: solid #13b5ea;
	border-width: 2px;}

div#sidebar_header {
 	font-size: 12pt;
	font-weight: bold;
	color: #ffffff;
	margin: 0 0 3px 0 ;
}
div#sidebar_header a {color: #6f5b35;}

div#sidebar_links {
	color: #6f5b35;
	margin: 3px;
	font-weight: bold;
}
div#sidebar_links a {color: #6f5b35;}
#sidebar_links ul {
	margin-left: 4px;
	padding-left: 1em;
	text-indent: 0em;
	line-height: 1.35em;
}
#sidebar_links ul a:hover {
	text-decoration: none;
}

div#footer {
	margin: 20px;
 	font-size: 11pt;
	color: #000066;
	line-height: 1.6em;
}
div#footer a {color: #000066;}

div#footer3 {
	margin: 20px;
 	font-size: 9pt;
	color: #000066;
}
div#footer3 a {color: #000066};

div#footer_DD {
 	font-size: 9pt;
	color: #888888;
	margin-right: 21px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: right;
}
div#footer_DD a {color: #888888;}

a:link {
}

a:visited {
}

a:hover {
	text-decoration: none;
}

a:active {
}

#nav { 
 	font-size: 12pt;
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
}

#nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
	}
	
	#nav li a {
		display : block;
	} 

	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 12.28em;
		margin-top : -2.25em;
	}


	#nav li ul a {
		width: 13em;
		w\idth : 12em;
		display : block;
		color : #000066;
		/* font-weight : bold; */
		text-decoration : none;
		background-color : #D6EEFE;
		border : 1px solid #5b6e88;
		padding : 0 0.5em;
	}
	
	#nav li a:hover {
		color : #000066;
		background-color : #97CFFC;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

	#nav a.daddy {
		background: url(images/arrow.gif) center right no-repeat;
	}

#content {
	clear: left;
}
