html {
	height: 100% auto;
}

body {
	margin: 0 auto;
	padding: 0px;
	height: 100% auto;
	text-align: center;	/* Centers the layout in Win IE 5 */
}

body, div, p, tr, td, input, select, textarea {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}

h1, h2, h3, h4, h5, h6, h7, form {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px 0px 12px 0px;
	padding: 0px;
}

img {
	border: none;
}

a {
	text-decoration: underline;
	font-family: verdana;
	font-size: 10px;
	color: #333333;
}

a:hover {
	text-decoration: none;
	font-family: verdana;
	font-size: 10px;
	color: #333333;
}

#mainHolder {
	position: relative;
	width: 760px;
	margin: 0 auto;	
	background-image: url(/_img/pageBG.gif);
	background-repeat: repeat-y;
	text-align: left;	
}

#mainBase {
	margin: 0px;
	padding: 0px;
	background-image: url(/_img/pageBase.gif);
	background-repeat: no-repeat;
}

#contentHolder {
	margin: 0px 12px;
	width: 736px;
	background-color: #ffffff;
}

#contentHead {
}

#contentBody {
	margin: 0px 0px 80px 0px;
}

#contentFoot {
	clear: both;
	/* position: absolute;
	left: 0;
	bottom: 0; */
	padding: 20px 0px;
	/* width: 760px; */
	font-size: 10px;
	text-align: center;
}

.contentTitle {
	clear: both;
	margin: 48px 0px 0px 60px;
	padding: 0px 0px 2px 0px;
	width: 600px;
	background-image: url(/_img/titleBase.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #0E287F;
}

.contentSubTitle {
	clear: both;
	margin: 30px 0px 16px 40px;
	padding: 0px 0px 2px 0px;
	width: 560px;
	background-image: url(/_img/subTitleBase.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #DC6D01;
}

.contentSectionTitle {
	clear: both;
	margin: 30px 0px 10px 60px;
	padding: 0px 0px 2px 0px;
	width: 560px;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
}

.contentText {
	margin: 0px 30px;
	padding: 0px;
}

#messageHolder {
	position: relative;
	width: 600px;
	margin: 0 auto;
	text-align: left;
}

.stdForm {
	clear: both;
	margin: 30px 0px 30px 60px;
	width: 660px;
}

.stdFormRow {
	clear: both;
	margin: 2px 0px;
}

.requiredBlock {
	clear: both;
	padding: 0px 0px 18px 18px;
	font-size: 10px;
}

.formLimits {
	font-size: 9px;
	font-weight: normal;
}

.formDisclaim {
	margin: 8px 0px 8px 224px;
	/* width: 250px; */
	font-size: 10px;
	font-weight: bold;
}

.stdLabel {
	display: inline;
	float: left;
  margin: 0px 12px 0px 12px;
  padding: 2px 0px;
	width: 200px;
	text-align: right;
}

.stdDisplay {
	display: inline;
	float: left;
  margin: 0px 12px 0px 2px;
  padding: 2px 0px;
	width: 300px;
}

.required {
	font-weight: bold !important;
}

.stdFormRow input, .stdFormRow select, .stdFormRow textarea {
	padding: 2px;
	border: 1px solid #AEBEDB !important;
}

.stdFormRow input, .stdFormRow textarea {
	width: 220px;
}

.stdFormRow select {
	width: 226px;
}

.stdForm2ColRow {
	width: 600px;
}

.stdForm2ColRow div {
	float: left;
	padding: 0px 0px 0px 8px;
	width: 290px;
	height: 24px;
}

.stdSubmit {
	float: left;
	margin: 12px 0px;
	width: 490px;
	text-align: right;
}

.stdFormSecHead {
	clear: both;
	padding: 6px 0px;
	font-weight: bold;
}

.orSpacer {
	margin: 0px 8px 4px 0px;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-align: right;
	line-height: 20px;
}

.orSpacer span {
	font-size: 16px;
	font-weight: bold;
}

.regFormContent {
	margin: 0px 0px 0px 50px;
}

/***  ***/

#fpCoordBlock {
	float: left;
	width: 362px;
}

.fpFormRow {
	clear: both;
	margin: 2px 0px;
}

.fpLabel {
	display: inline;
	float: left;
  margin: 0px 12px 0px 12px;
	width: 200px;
	font-weight: normal;
	text-align: right;
}

.fpFormRow input, .fpFormRow select {
	padding: 1px;
	border: 1px solid #AEBEDB;
}

.fpFormRow input {
	width: 80px;
}

.fpFormRow select {
	width: 84px;
}

#fpCoordButton {
	float: left;
	width: 130px;
}

#fpCover {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	/* height: 100%; */
	background-color: #333333;
	opacity: .5;
	filter: alpha(opacity=50);
	z-index: 5;
}

#fpFlash {
	display: none;
	position: absolute;
	top: 100px;
	padding: 12px;
	background-color: #ffffff;
	border: 2px solid #333333;
	z-index: 10;
}

#fpCoverClose {
	margin: 2px 0px 10px 0px;
	text-align: right;
}

#fpCoverContainer {
	text-align: left;
}

#fpCoverData {
	position: relative;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	height: 475px;
	width: 700px;
}

.fpContentText {
	margin: 30px 0px 16px 40px;
	padding: 0px 0px 2px 0px;
	width: 600px;
}

#fpContent table {
	border-collapse: collapse;
}

#fpContent th {
	padding: 2px 0px 2px 6px;
	background-color: #efefef;
	border: 1px solid #cccccc;
	font-weight: bold;
	color: #333333;
	text-align: left;
}

#fpContent td {
	padding: 4px 6px;
	border: 1px solid #cccccc;
	font-size: 10px;
}

#fpContent .col1 {
	width: 85px;
}

#fpContent .col2 {
	width: 425px;
}

#fpContent .col3 {
	width: 50px;
}

#fpContent .col4 {
	width: 400px;
}

#fpContent .col5 {
	width: 75px;
}

#fpContent .col6 {
	width: 300px;
}

#fpContent .col7 {
	width: 560px;
}

#browseFormRow {
	
}

.browseLabel {
	display: inline;
	float: left;
  margin: 0px 12px 0px 12px;
	width: 200px;
	text-align: right;
}

.browseFormRow input:focus {
	padding: 1px;
	border: 1px solid #AEBEDB;
	width: 220px;
}

/**** Form Error Block Declarations ****/
#errorBlock {
	visibility: hidden;
	position: absolute;
	right: 0px;
	margin: 0px 24px 0px 0px;
	padding: 6px;
	width: 190px;
	background-image: url(/_img/iconError.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
	background-color: #fffbb8;
	border: 1px solid #fdc51a;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	text-indent: 24px;
}

#errorList {
	margin: 8px 0px;
	padding: 0px;
}

#errorList li {
	margin: 4px 0px 4px 14px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-indent: 0px;
}


/**** Return Message Block Declarations ****/
#messageBlock {
	margin: 0px 24px 12px 12px;
	padding: 6px;
	width: 560px;
	background-image: url(/_img/iconAccept.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
	background-color: #fffbb8;
	border: 1px solid #fdc51a;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	text-indent: 24px;
}

#messageList {
	margin: 0px 8px;
	padding: 0px;
	list-style: none;
}

#messageList li {
	margin: 2px 0px 4px 18px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-indent: 0px;
}


/**** Return Message Block Declarations ****/
#alertBlock {
	margin: 0px 24px 12px 12px;
	padding: 6px;
	width: 560px;
	background-image: url(/_img/iconCaution.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
	background-color: #fffbb8;
	border: 1px solid #fdc51a;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	text-indent: 24px;
}

#alertList {
	margin: 0px 8px;
	padding: 0px;
	list-style: none;
}

#alertList li {
	margin: 2px 0px 4px 18px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-indent: 0px;
}


/**** Return Message Block Declarations ****/
#stopBlock {
	margin: 0px 24px 12px 12px;
	padding: 6px;
	width: 560px;
	background-image: url(/_img/iconError.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
	background-color: #fffbb8;
	border: 1px solid #fdc51a;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	text-indent: 24px;
}

#stopList {
	margin: 0px 8px;
	padding: 0px;
	list-style: none;
}

#stopList li {
	margin: 2px 0px 4px 18px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-indent: 0px;
}


/************ Login Declarations ************/

/*
	This is used to simply add a buffer between the login form and the footer.
	I just didn't have the time or motivation to see if there is a better alternative.
*/
#loginSpacer {
	height: 400px;	
}


/************ Bulleted Lists Declarations ************/

.spacedList_20px_hyphen {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.spacedList_20px_hyphen li {
	margin: 0px 0px 0px 6px;
	padding: 0px 0px 0px 12px;
	background-image: url(/_img/bullet_hyphen.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	line-height: 20px;
	vertical-align: middle;
}

.helpList {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.helpList li {
	margin: 0px 0px 0px 6px;
	padding: 0px 0px 0px 12px;
}


/************ Homepage Landing Page Declarations ************/

.hpLandingHolder {
	float: left;
	margin: 48px 0px 0px 32px;
	padding-bottom: 36px;
	width: 316px;
	border: 2px solid #B2BBD8;
}

.hpLandingTitle {
	margin: 12px 0px 6px 12px;
	color: #F3B139;
}

.hpLandingHolder p {
	margin: 12px 12px 0px 12px;
}