/* CSS Document 
created 5/27/2004
by Karen Firebaugh
for Journey Resources*/
/*modified 6/26/04 
to include links styles for top navbar,
mini nav and side navbar*/

/* body is yellow georgia on marine blue background */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #FFFFCE;
	background-color: #304488;
}
h4 {
	font-size: 16px;
} 
hr {
	height: 1px;
	width: 450px;
}
/*main body links are same font as main text (georgia) but a slightly different yellow w/ periwinkle blue underlined mouseover*/
a:link, a:visited, a:active {
	color: #CCCC66;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #6666FF;
}
p {
	margin-left: 10px;
}
/*top main navbar - background yellow w/ hyperlinks in blue bold verdana text w/ underline mouseover*/
#NavBar {
	background-color:#FFFFCE;
	color: #304488;
}
#NavBar a {
	color: #304488;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:8px;
	font-weight: bold;
	text-decoration: none;
}
#rule2 hr {
	width: 350px;
}
/*mini upper navbar - hyperlinks are in white bold verdana text w/ periwinkle underline mouseover*/
#links1 {
	color:#FFFFFF;
}
#links1 a {
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:5px;
	font-weight: bold;
}
#links1 a:hover {
		text-decoration: underline;
	color: #6666FF;
}
#sidenav {
	background-color:#FFFFCE;
	color: #304488;
	text-align: center;
	padding-top: 10px;
	padding-bottom:10px;
}
#sidenav a {
color: #304488;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}
h5 {
	font-style: italic;
	font-weight: bold;
}
#body img {}

td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	padding: 8px;
}
.new {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	color: #00FFFF;
}
.paren {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

