/* ====================== Page Formatting  ========================*/
body, table, a, p, div {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;}
p {
	padding-bottom: 10px;}

body {background-color: #FFFFFF;}
	
td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;}

a:active, a:link, a:visited {text-decoration: underline;}
a:hover {text-decoration: underline;}

input, select, textarea {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;}
	
input.txtBox {
	width: 75%;
	height: 90%;
	text-align: center;}

h1, h2, h3, h4, h5, h6, h7 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #4f0844;}
h1 {font-size: 18px;}
h2 {font-size: 14px;}
h3, h4, h5, h6, h7 {font-size: 11px;}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;}
li {padding: 2px 0px 2px 0px;}
li a {
	text-decoration: none;
	padding: 2px 0px 2px 20px;}

.centerItem {text-align: center;}

.clearBoth {
	clear: both;
	visibility: hidden;}
	
.floatLeft {float: left;}

/* Height of 1% below is used to fix the IE 3px Bug */
.floatRight {
	height: 1%;
	float: right;}

.hide {display: none;}


.largerFont p {
	font-size: 12px;}

.boldFont p {
	font-weight: bold;}
	
/* ====================== layout & columns ========================*/
#main {
	width: 780px;
	border: 1px solid #a783a1;}

.colHolder {padding: 0px;}
.col2 {
	float: right;
	width: 200;}
.col1 {
	float:right;
	width: 399px;}
.col0 {clear: both;}


.contentColumn, .contentColumnMiddle {
	float: left;
	width: 389px;}
	
.contentColumnMiddle {
	width: 262px;
	border-right: 1px solid #4f0844;
	border-left: 1px solid #4f0844;}

.colorRow {
	display: block;
	height: 15px;
	background-color: #4f0844;}
	
.contentRow {
	background-color: #ffffff;}
.contentRow2 {
	padding: 10px;}
	
.contentArea p {
	padding: 10px 20px 20px 20px;}
	
.contentArea h1 {
	padding: 10px 20px 5px 20px;}

#header {
	height: 100px;
	position: relative;
	background-image:url(../img/header_bg.gif)}
	
#headerLogo {
	top: 15px;
	left: 15px;
	width: 165px;
	height: 40px;
	position:absolute;}


/* ====================== navMenu ========================*/
#navMenu {
	right: 0px;
	bottom: 0px;
	display: block;
	
	position: absolute;}
#navMenu a, #navMenu li a:visited, #navMenu li a:link, #navMenu li a:active {
	padding: 5px;
	z-index:125;
	color: #000000;}
#navMenu li a:hover {
	color: #0000FF;
	text-decoration: underline;}


/* ====================== Footer ========================*/	
#footer {
	clear: both;
	background-color: #4f0844;
	padding: 5px 5px 10px 5px;
	text-align:center;}

#footer ul {
	margin: 0px;
	text-align: center;
	list-style: url(none) none;}

#footer a, #footer p {padding: 0px 5px 0px 5px;}
#footer div, #footer span, #footer a{
	color: #ffffff;}