@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #B5C6D8;
	margin-top: 20px;
	line-height: 22px;
}
.nav {
	background-repeat: repeat-y;
	background-image: url(images/bg.jpg);
	background-color: #B5C6D8;
}
.nav li {
	width: 160px;
	margin-bottom: 15px;
	background-color: #B5C6D8;
	list-style-type: none;
	padding-left: -5px;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}
.nav a {
	font-size: 12px;
	color: #003399;
	font-weight: bold;
	text-decoration: none;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(images/icon_checker.gif);
	width: 155px;
	margin-bottom: 10px;
	padding-left: 5px;
}
.nav a:hover {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 14px;
	color: #000099;
	background-color: #B5C6D8;
	text-indent: 10px;
	margin-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #A5AEB5;
	text-transform: uppercase;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
}
cite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #990000;
}

