body, button, input {
	color: #330033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

a {
	color: #cc3300;
	text-decoration: none;
}

a:hover {
	color: #330033;
}

#headerbar {
	padding-left: 60px;
}

.bar {
	background-image: url(/graphics/barspacer.jpg);
	height: 31px;
	overflow: hidden;
}

#navbar {
	padding-left: 60px;
}

#navmenu {
	border-left: 1px solid #FFFFFF;
	float: left;
}

.navitem {
	border-right: 1px solid #FFFFFF;
	float: left;
	padding: 10px;
}

.navitem a {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.navitem a:hover {
	color: #CC3300;
}

#leftborder {
	background-image: url(/graphics/leftbar.jpg);
	background-repeat: repeat-y;
}

#rightborder {
	background-image: url(/graphics/rightbar.jpg);
	background-position: right;
	background-repeat: repeat-y;
}

#bodybar {
	min-height: 400px;
	padding: 30px 60px;
}

#rightcolumn {
	background-color: #FFFFFF;
	float: right;
	padding-left: 20px;
}

h3 {
    font-size:	16pt;
    margin-left:	20px;
    margin-top:	15px;
    margin-bottom:	10px;
}

form {
	margin: 0px;
	padding: 0px;
}

.heading {
	border-bottom: 1px solid #CCFF00;
	color: #CCFF00;
	display: list-item;
	font-size: 16px;
	list-style: square inside none;
	margin: 0px 0px 10px 0px;
}

.headingtext {
	color: #330033;
	display: inline;
	font-size: 20px;
	font-weight: bold;
	vertical-align: middle;
}

input {
	border: 1px solid #330033;
	margin: 0px 0px 5px 0px;
}

button {
	background-image: url(/graphics/barspacer.jpg);
	background-position: bottom;
	border: 1px solid #2D459B;
	color: #FFFFFF;
	margin: 10px 0px 5px 0px;
}

button[type] {
	padding: 0px 10px;
}

button:hover {
	color: #CCFF00;
}

.underline {
	text-decoration: underline;
}

.intro {
	font-size: 16px;
}

.intro {
	font-weight: bold;
}

.largebuttonbar {
	padding: 0px 20px;
	text-align: center;
}

.largebuttonbar div {
	display: inline;
}

.largebuttonbar[class] div {
	display: table-cell;
}

.largebuttonfull {
	padding: 0px 20px;
}

.largebutton {
	background-image: url(/graphics/button_off.gif);
	color: #FFFFFF;
	display: table;
	font-weight: bold;
	height: 40px;
	position: relative;
	text-align: left;
	width: 137px;
}

.largebutton:hover {
	background-image: url(/graphics/button_on.gif);
	color: #FFFFFF;
}

.largebutton img {
	border: 0px;
}

.largebutton div div {
	background-image: none;
	left: 30px;
	position: absolute;
	top: 50%;
	width: 107px;
}

.largebutton div div div {
	left: 0px;
	position: relative;
	top: -50%;
}

.largebutton[class] div {
	display: table-cell;
	height: 40px;
	position: relative;
	vertical-align: middle;
	width: 107px;
}

.bodycontent div {
	display: inline;
}

.smaller {
	font-size: 11px;
}

#footerbar {
	clear: both;
	padding-left: 60px;
}

#footertext {
	color: #FFFFFF;
	font-size: 9px;
	padding: 10px 0px;
}