/* CSS Document */
body {
	padding: 0;
	font-size: 12pt;
	background-color: #EEEEEE;
	color: #142C61;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
p {
	margin-top: 0;
	margin-bottom: 3px;
}
h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #999632;
	margin-top: 0;
	margin-bottom: 6px;
}
h2 {
	font-size: 13pt;
	font-weight: bold;
	color: #F48518;
	margin-top: 10px;
	margin-bottom: 3px;
}
h3 {
	font-size: 12pt;
	color: #FFFFFF;
	background-color: #999632;
	padding: 3px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 6px;
}
h4 {
	font-size: 11pt;
	font-weight: bold;
	color: #143868;
	margin-top: 12px;
	margin-bottom: 6px;
}
h4 a:link, h4 a:visited {
	color: #143868;
}
h4 a:hover {
	color: #143868;
}
hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999632;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
a:link, a:visited {
	color: #999632;
}
a:hover, a:active {
	color: #143868;
	text-decoration: none;
}
.imgLeft {
	float: left;
	margin-right: 5px;
	padding-right: 5px;
}
.imgRight {
	float: right;
	margin-left: 5px;
	padding-left: 5px;
}
.highlight {
	color: #999632;
	font-weight: bold;
}
#wrapper {
	width: 760px;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #E1B121;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #143868;
	border-bottom-color: #143868;
	border-left-color: #143868;
	background-color: #FFFFFF;
}
#banner {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #143868;
	height: 80px;
	width: 760px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#banner img {
	margin-top: 15px;
	margin-left: 15px;
}
td#sidebar {
	width: 200px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 8px;
}
#sidebar a {
	padding: 5px 5px 5px 15px;
	display: block;
	border: 1px solid #999632;
	text-decoration: none;
	width: 170px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	background-image: url(images/up.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#sidebar a:link, #sidebar a:visited {
	color: #143868;
	background-color: #FFFFFF;
	font-weight: bold;
}
#sidebar a:hover, #sidebar a:active {
	background-color: #E1B121;
	border: 1px solid #143868;
	background-image: url(images/over.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#current a {
	/*/*/background-color: #E1B121!important;
	border: 1px solid #143868 !important; /* */
	background-image: url(images/over.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 15px 0px 0px 5px;
}
#sidebar li {
	margin: 0px 0px 6px;
	padding: 0px;
}
#sidebar p {
	font-weight: bold;
	color: #999632;
	margin-bottom: 10px;
}
#content {
	color: #143868;
}
td#content {
	padding: 15px 10px 10px 20px;
}
#content ul {
	margin: 10px;
	padding: 10px;
}
#login {
	border: 1px solid #999632;
}
#directory {
	font-size: 9pt;
}
#directory a {
	color: #142C61;
}
#footer {
	width: 760px;
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #143868;
	padding-top: 5px;
}
