a:link {
	color: #000155;
	text-decoration: none;
}

a:link, a:visited, a:hover, a:active, a:focus {
	background-color: transparent;
	font-weight: normal;
}

a:visited {
	color: #000155;
	text-decoration: none;
}

a:hover {
	color: #8B0000;
	text-decoration: underline;
}

a:active {
	color: #006400;
	text-decoration: none;
}

a:focus {
	color: #000155;
	text-decoration: none;
}

body {
	scrollbar-arrow-color: #000000; /*scrollbar-darkshadow-color:#FFFFFF;*/
	scrollbar-face-color: #E6C69F; /*scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#FFFFFF;
  scrollbar-track-color:#F6EEF6;*/
}

body, p, div, h1, h2, h3, h4, h5, h6, a:link, a:visited, a:hover, a:active, a:focus {
	font-family: Verdana, Arial, Tahoma, Helevtica, sans-serif;
}

h1 {
	font-size: 22px;
}

h1,h2,h3,h4,h5,h6 {
	background-color: transparent;
	color: #8B0000;
	font-weight: bold;
	padding: 0px;
	text-align: left;
}

h2 {
	font-size: 19px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 13px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 11px;
}

html, body {
	margin: 0px;
	padding: 0px;
}

/* --------------------- Content stuff ------------------------ */
#content {
	background-color: transparent;
	margin-left: 175px;
	margin-top: 15px;
	padding: 45px;
}

#content .section {
	background: transparent;
	margin: 0px;
	padding-bottom: 10px;
}

#content .section > p {
	margin: 0px;
	padding-left: 15px;
}

#content .title {
	margin: 0px;
	padding: 1px; /*background-color:#EEEEF6;*/
}

#footcopy{
	font-size: x-small;
}

/* --------------------- Footer stuff ------------------------ */
#footer {
	background-image: url(images/bar-bottom.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #8B0000;
	clear: both;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	text-align: center;
}

/* --------------------- Header stuff ------------------------ */
#header {
	background-color: #F1EDE2;
	background-image: url(images/Header.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid #8B0000;
	clear: both;
	color: #000000;
	height: 86px;
	margin: 0px;
	padding: 0px;
}

#header img {
	padding:0px;
	margin:0px;
	position:absolute;
	top:0px;
	right:0px;
}

/* --------------------- Navigation stuff ------------------------ */
#navigation {
	background-repeat: repeat-x;
	float: left;
	margin-left: 10px;
	padding: 0px;
	vertical-align: top;
	width: 165px;
}

#navigation .curpage {
	background-color: transparent;
	color: #000000;
}

#navigation .curpage img {
	padding-left: 5px;
}

#navigation .shrink1 {
	padding-left: 15px;
}

#navigation .shrink1, .shrink2, .shrink3, .shrink4 {
	font-size: 13px;
	font-weight: bolder;
}

#navigation .shrink2 {
	padding-left: 30px;
}

#navigation .toplevel {
	background-color: transparent;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
}

#navigation .toplevel * a {
	background-color: transparent;
	color: #8B0000;
	font-weight: bold;
}

/* --------------------- page stuff, sourrounds content ------------------------ */
#page {
	background-color: #E6C69F;
	background-image: url(images/sidebar-left.jpg);
	background-repeat: repeat-y;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
