/* ------------HTML BODY */

body {
	background: #f3f3f3 url(images/navback.jpg) no-repeat;
	background-position: bottom left;
	font-family: verdana, arial, sans-serif;
	font-size: small;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	width: auto;
	}
	
a, a:link {
	color: #8A2235;
	text-decoration: none;
	}
	
a:active {
	color: #CF2443;
	text-decoration: none;
	}

a:visited {
	color: #CF2443;
	text-decoration: none;
	}
	
a:hover {
	color: #FF1818;
	text-decoration: underline;
	}
	
img {
	border: 0;
	}
	
/* ------------CLASSES */
	
.navheader {
	color: #CF2443;
	font-size: x-small;
	font-weight: 600;
	}
	
.gray {
	color: #708090;
	}
	
/* ------------IDS */

#content {
	background: #fff;
	border-bottom: 1px solid #8A2235;
	border-left: 1px solid #8A2235;
	border-right: 1px solid #8A2235;
	float: left;
	height: auto;
	margin: 0 0 5px 165px;
	padding: 5px;
	position: absolute;
	width: 74%;
	}

#list {
	}

#list ul li a {
	background: #8A2235;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #fff;
	display: block;
	font-size: x-small;
	margin: -1px 0 0 -10px;
	padding: 3px 5px 3px 12px;
	width: 150px;
	}
	
#list li a:active {
	background: #8A2235;
	}
	
#list li a:hover {
	background: #CF2443;
	text-decoration: none;
	}
	
#logo {
	background: #edeced url(images/topback.jpg) repeat-x;
	height: 94px;
	margin: 0;
	padding: 0;
	width: 100%;
	}

#navigation {
	float: left;
	font-size: x-small;
	left: 0;
	margin: 0;
	padding: 0 0 0 5px;
	position: absolute;
	width: 150px;
	}
	
#navigation li {
	margin: 0;
	padding: 0;
	}
	
#navigation ul {
	list-style: none;
	margin: 5px 0;
	padding: 0;
	}
	
#navigation li a, #navtext a:link {
	}
	
#navigation li a:hover {
	}
	
#top {
	background: #edeced url(images/topbuttonback.jpg) repeat-x;
	margin: 0;
	padding: 0;
	width: 100%;
	}