/* CSS Document */

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body {
	background-image: url(images/header0101.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
#wraper {
	width: 761px;
	position: absolute;
	top: 0px;
	margin-left: -350px;
	left: 50%;
}
#navcontainer {
	position: absolute;
	top: 180px;
	left: -195px;
}
#navcontainer ul {
	list-style-type: none;
	width: 165px;
	margin-left: 0px;
}
#navcontainer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: capitalize;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: right;
	color: #565626;
	text-decoration: none;
}
#navcontainer a:hover {
	color: #660000;
	font-weight: bold;
	text-transform: uppercase;
}

#active a:link, #active a:visited {
	color: #660000;
	font-weight: bold;
	text-transform: uppercase;
}
.swirlyright {
	position: absolute;
	z-index: -100;
	left: 575px;
	top: 180px;
}
.swirlyleft {
	position: absolute;
	z-index: -100;
	left: -125px;
	top: 180px;
}
.bodytext {
	text:
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
}
.header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.header2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

