@charset "utf-8";
a, a:link {
	color: #990000;
	text-decoration: none;
}
/* CSS Document */
body {
	background-color: #f6eea1;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-width: 760px;
	line-height: 14px;
}
.clearfix {
	display: block;
}
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	font-family: Verdana, Geneva, sans-serif;
}
.container-760 {
	background-image: url(../images/col_760_top.gif);
	background-position: left top;
	padding-top: 10px;
	background-repeat: no-repeat;
}
.container-760 .wrapper {
	padding-bottom: 10px;
	background-image: url(../images/col_760_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.container-760 .wrapper .content {
	background-image: url(../images/col_760_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 10px;
	padding-left: 10px;
}
#default-content {
	width: 560px;
	float: right;
}
#footer {
	clear: both;
	font-size: 0.8em;
	text-align: center;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	background-color: #FFF;
	line-height: 1.4em;
}
h1 {
	font-size: 1.4em;
        padding-bottom: 10px;
}
h2 {
        padding-bottom: 10px;
}
#header {}
#header #masthead {}
#header-container {}
#identity {
	background-color: #7d120c;
	height: 44px;
	color: #FFFFFF;
	background-repeat: repeat;
	width: 100%;
}
#identity #signature {
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	height: 44px;
}
#left-nav {
	width: 180px;
	background-color: #C0D6EF;
	float: left;
}
#left-nav a {
	color: #000;
}
#left-nav ul {
	padding: 0px;
	margin: 0px;
}
#left-nav ul li {
	list-style-type: none;
}
#middle {
	background-image: url(../images/middle_bg.gif);
}
.nav-item {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.nav-item:hover {
	background-color: #FFFFFF;
	color: #000;
}
ol, ul {
	margin: 0px;
	padding-left: 20px;
}
ol li {
	list-style-type: decimal;
	list-style-position: inside;
}
p {
	padding-bottom: 10px;
}
strong {
	font-weight: bold;
}
#top-navigation {
	background-color: #94B3DE;
	display: block;
	width: 100%;
	border: 1px none #000;
	margin: 0px;
	padding: 0px;
}
#top-navigation a {
	color: #FFF;
}
#top-navigation .nav-item {
	font-weight: bold;
	text-align: center;
}
ul li {
	list-style-type: circle;
	list-style-position: inside;
}