@charset "utf-8";
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #1F3333;
}
#container {
	border: 2px solid #FFFFFF;
	position: relative;
}
#title {
	background-color: #1f5766;
}
#nav {
	background-color: #7a997a;
	font-size: 14px;
	color: #FFFFFF;
}
#nav td {
	text-align: center;
}
#form1 {
	height: 25px;
	margin: 0px;
	padding: 0px;
	display: inline;
}
#nav #jumpMenu {
	background-color: #E6E6A1;
}
#nav a:link, #nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover, #nav a:active {
	color: #990000;
	text-decoration: underline;
}
#contents {
	background-color: #e6e6a1;
	color: #1F3333;
	padding: 20px 20px 20px 100px;
}

#contents h1 {
	font-size: 1.75em;
	color: #1F5766;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}
#contents h2 {
	color: #1F5766;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
}
#contents h3 {
	font-size: 1.25em;
	font-style: italic;
	color: #1F5766;
	font-family: "Times New Roman", Times, serif;
}

#contents #sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
}
#contents #sidebar p {
	margin: 0 30px 5px 10px;
	padding: 0px;
}
#sidebar_center {
	background-color: #7A997A;
	background-image: url(images/bg_sideMiddle.gif);
}

#footer {
	background-color: #7A997A;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}
#footer p {
	margin: 10px;
}
.smaller {
	font-size: 0.8em;
}
.blue {
	color: #003366;
}
.brown {
	color: #663333;
}
.times {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
}
.graphic_bullet {
	list-style-image: url(images/n_flower_buulet.jpg);
}
#nav form {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#container tr #contents #license {
	font-size: 10px;
}
#license a img {
	float: left;
	margin-right: 15px;
}
