﻿html, body {
	font: 9pt Arial, Verdana;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #868c96;
}
a {
	text-decoration: none;
}
img {
	border: none;
}
h1 {
	font-size: 16pt;
	color: #bf9cbd;
	font-weight: normal;
}
h2 {
	font-size: 14pt;
	color: #bf9cbd;
	font-weight: normal;
}
#pagewidth {
	width: 830px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#header {
	position: relative;
	height: 80px;
	background-color: #FFFFFF;
	width: 100%;
	border-bottom: 2px #bf9cbd solid;
}
.headerfooterbar {
	background-color: #bf9cbd;
	height: 32px;
	color: white;
}
.headerfooterbarright {
	background-color: #6e256a;
	width: 200px;
	height: 32px;
	float: right;
	text-align: right;
	padding-right: 10px;
}
.headerfooterbarleft {
	height: 32px;
	float: left;
	text-align: left;
	vertical-align: middle;
	padding-top: 7px;
	padding-left: 10px;
}
.headerfooterbarleft a {
	color: #6e256a;
}
#logotop {
	margin-top: 55px;
	margin-bottom: 50px;
}
#leftcol {
	width: 230px;
	float: left;
	position: relative;
	text-align: left;
}
#maincol {
	background-color: #FFFFFF;
	float: right;
	display: inline;
	position: relative;
	width: 595px;
}
#footer {
	height: 50px;
	background-color: #FFFFFF;
	clear: both;
	font-size: 8pt;
	margin-top: 20px;
}

/* Top Navigation */
#topnav {
	width: 100%;
	text-align: right;
}
#topnav ul {
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;
	margin: 25px 0px 0px 0px;
	list-style-type: none;
}
#topnav ul li {
	margin-top: 2px;
	display: inline;
}
#topnav ul li a {
	color: #cccccc;
	margin-left: 20px;
}
#topnav ul li a:hover {
	color: Gray;
}
/* End Top Navigation */

#mainmenu a:hover img {
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}


/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* Start Rounded Corners */
.rbroundbox_orange {
	background: url('../images/rcorangent.gif') repeat;
	color: white;
}
.rbtop_orange div {
	background: url('../images/rcorangetl.gif') no-repeat top left;
}
.rbtop_orange {
	background: url('../images/rcorangetr.gif') no-repeat top right;
}
.rbbot_orange div {
	background: url('../images/rcorangebl.gif') no-repeat bottom left;
}
.rbbot_orange {
	background: url('../images/rcorangebr.gif') no-repeat bottom right;
}

.rbroundbox_purpleline {
	background: url('../images/rcpurplelinent.gif') repeat;
	margin-bottom: 20px;
	color: gray;
}
.rbtop_purpleline {
	background: url('../images/rcpurplelinetop.gif') no-repeat top;
}
.rbbot_purpleline {
	background: url('../images/rcpurplelinebottom.gif') no-repeat bottom left;
}
.rbcontent_purpleline div {
	background-color: white;
}
.rbtop_purpleline {
	height: 25px;
}
.rbbot_purpleline {
	height: 6px;
}
.rbtop_purpleline, .rbbot_purpleline {
	width: 100%;
	font-size: 1px;
}
.rbcontent_purpleline {
	margin: 0px 0px 0px 2px;
}

.rbcontent_purpleline div{
	margin-left: -2px;
	width: 140px;
	border-right: 2px #dccfd8 solid;
	border-left: 2px #dccfd8 solid;
}
.rbroundbox_purpleline {
	width: 225px;
}

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.rbcontent {
	margin: 0 7px;
}
.rbroundbox {
	width: 190px;}
/* End Rounded Corners */

.menusectionbreak {
	border-bottom: 1px #868c96 solid;
	padding-bottom: 2px;
	height: 1px;
	font-size: 1pt;
}

.menusection a {
	font-weight: bold;
	font-size: 12px;
	color: #cccccc;
}
.menusection a:hover {
	color: Gray;
}

.menuitem a {
	color: #bf9cbd;
}
.menuitem a:hover, .mainmenutext a:hover {
	color: #6e256a;
}
.mainmenutext a {
	font-size: 16pt;
	color: #bf9cbd;
	text-align: center;
}

.fieldsets
{
    width: 350px;
    margin-left: 0px;
    font-weight: bold;
}
.fieldsets LEGEND
{
    color: #cccccc;
    font-weight: bold;
}

.tableheader {
	font-weight: bold;
}

/*printer styles*/
@media print
{
/*hide the left column when printing*/
#leftcol {
	display: none;
}
#twocols, #maincol {
	width: 100%;
	float: none;
}

