@charset "UTF-8";
* {
	margin-top: 0px;
}
body {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #333333;
}
p {
	font-size: .825em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1em;
	color: #9D4D65;
}
h2 {
	font-size: 0.925em;
	color: #325C7F;
}
.imgLeft {
	float: left;
}
.imgRight {
	float: right;
	padding: 10px;
}
ul.nav {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
ul.nav a {
}

ul.nav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9D4D65;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9D4D65;
}
ul.downloads {
	list-style-position: outside;
	list-style-type: circle;
}
ul.downloads li {
	margin-left: 2px;
}
/* CSS Document */

#header {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #9D4D65;
	height: 144px;
}
#wrapper {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-top-color: #333333;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #FFFFFF;
	margin-top: 0px;
}
#sidebar {
	float: left;
	background-color: #FFFFFF;
	width: 200px;
}
#menu {
	width: 200px;
	font-size: 0.725em;
}
#menu    a:link {
	text-decoration: none;
	color: #9D4D65;
	background-color: #DADBC8;
	display: block;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 18px;
}
#menu    a:visited,   #menu a:active {
	text-decoration: none;
	color: #9D4D65;
	background-color: #DADBC8;
	display: block;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 18px;
}
#menu    a:hover {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #A1A68C;
	border-right-width: 6px;
	border-right-style: solid;
	border-right-color: #325C7F;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 18px;
}
#content {
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 50px;
	margin-left: 202px;
}
#content a:link {
	color: #996633;
	text-decoration: underline;
}
#content a:visited, #content a:active {
	color: #996633;
	text-decoration: underline;
}
#content a:hover {
	color: #996633;
	text-decoration: none;
}
#insert {
	font-size: 0.625em;
	border: 1px dotted #996633;
	text-align: center;
	margin: 18px;
	padding: 10px;
}
#downloads {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 16px;
	font-size: 0.825em;
}
#downloads a:link {
	color: #9D4D65;
	text-decoration: underline;
}
#downloads a:visited, a:active {
	color: #9D4D65;
	text-decoration: underline;
}
#downloads a:hover {
	color: #9D4D65;
	text-decoration: none;
}
#footer {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	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: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	height: 25px;
	border-top-color: #333333;
	background-color: #9D4D65;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	font-size: 0.825em;
}
#footer a:link {
	color: #FFFFFF;
}
#footer a:visited, a:active {
	color: #FFFFFF;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#logo {
	text-align: center;
	padding: 10px;
}

