BODY {font-family:Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	background-color: inherit;
}

A {text-decoration: none;}

A:link,A:visited {
	color: #0066CC;
	background-color: inherit;
}

A:hover	{
	color: #999999;
	background-color: inherit;
}

B {
	font-size: 17px;
}

.section {
	/* In case need to specify something in the future */
}

.nowrap {
	white-space: nowrap;
}

#center_section {
	padding: 0px 5% 5px 5%;
	text-align: center;
}

/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}

/* common column settings */
.colleft,
.colmid,
.colright {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}

/* 2 Column (double page) settings */
.doublepage .colleft {
	right:50%;			/* right column width */
}
.doublepage .col1 {
	width:46%;			/* left column content width (column width minus left and right padding) */
	left:52%;			/* right column width plus left column left padding */
}
.doublepage .col2 {
	width:46%;			/* right column content width (column width minus left and right padding) */
	left:56%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}

#validators {
	text-align: center;
	position: absolute;
	bottom: 0px;
	margin-left: -400px;
	left: 50%;
	width: 800px;
	visibility: visible;
}

#abs_center {
	text-align: center;
	margin-top: -35px;
	margin-left: -125px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 70px;
	visibility: visible;
}

#abs_center fieldset {
	border: 0;
}
