@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 110%;
	letter-spacing: 1px;
	font-size: 10px;
	margin: 0px;
	background-color: #EADFE4;
	background-image: url(../images/body-bgr.png);
	background-repeat: repeat-y;
	background-position: 50% 0px;
	background-attachment: fixed;
}
p, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 200%;
	letter-spacing: 1px;
	color: #8E0146;
	padding-bottom: 6px;
}
h2 {
	font-size: 140%;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 6px;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 6px;
}
p {
	font-size: 120%;
	line-height: 120%;
}
#container {
	width: 760px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	height: 235px;
	background-color: #EADFE4;
}
#header-naw {
	margin-top: 10px;
	margin-left: 20px;
	font-size: 8px;
	color: #FFFFFF;
}
#header-naw a {
	color: #FFFFFF;
	text-decoration:none;
}

#contentwrapper {
	background-image:url(../images/top.png);
	background-repeat:no-repeat;
	background-position:top;
	padding: 20px;
}
#leftcolumn {
	float: left;
	padding-top: 0px;
}
.floatleft {
	float: left;
	margin-right: 10px;
}
#maincontent {
	position: relative;
	margin-left: 200px;
}
#maincontent a {
	color:#8E0344;
}
#maincontent a:hover, #maincontent a:active {
	color: #CCCCCC;
}
#rightcolumn {
	width: 200px;
	float: right;
	margin-left: 10px;
}
#rightcolumn a{
	color:#8E0344;
}
#rightcolumn a:hover, #rightcolumn a:active {
	color: #CCCCCC;
}
#maincontent ul {
	list-style-position: outside;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#maincontent li  {
	font-size: 120%;
	line-height: 120%;
	padding-left: 15px;
}

#sizer {
	padding-right: 10px;
	height: 20px;
	padding-top: 2px;
	text-align: right;
	display: block;
}
#sizer    p     {
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	outline: none;
	color:#000000;
}
.table {
	table-layout:auto;
	border-spacing: 0px;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 110%;
	letter-spacing: 1px;
	font-size: 10px;
}

#nav {
	font-size: 140%;
	font-weight: bold;
}
#nav a {
	font-size: 140%;
	color: #FFFFFF;
	outline: none;
}
#nav ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-decoration: none;
	overflow: hidden;
}
#nav li {
	margin-left:0px;
	margin-top: 10px;
	text-decoration: none;
}
#nav a:link, #nav a:visited {
	font-size: 100%;
	color: #8E0344;
	text-decoration: none;
}
#nav a:hover, #nav a:active {
	color: #CCCCCC;
	text-decoration: none;
}
#nav  a.current    {
	color: #CCCCCC;
}
#Accordion1 {
	font-size: 120%;
}
.clearfloat {
	clear: both;
}
