/* CSS Document */

@import "all.css"; /* just some basic formatting, no layout stuff */
	
	body {
	text-align:center;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
		}
	

/*////// Frame work //////*/


	#frame {
	width:501px;
	float: left;
	/*margin-right:auto;
	margin-left:auto;*/
	margin-top:0px;
	padding:0px;
	text-align:left;
	border-top-color: #000;
	border-top-style: solid;
	border-top-width: thin;
	border-right-color: #000;
	border-right-style: solid;
	border-right-width: thin;
	border-bottom-color: #000;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-left-color: #000;
	border-left-style: solid;
	border-left-width: thin;
		}
		
	#contentleft {
		width:481px;
		padding-top:20px;
		float:left;
		background:#fff;
		}
		
	#contentright {
		width:200px;
		margin: 15px 10px 0px 0px;
		float:right;
		background:#fff;
		}
	
	
	#contentheader {
		width:510px;
		background:#fff
		}
		
th {
	background: #000099;
	/*padding:5px 0px 0px 5px;*/
	}


.tableindent {
	margin-left: 15px;
}

/*///// Fonts //////*/
		
.lrgtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin: 0px 0px 0px 0px;
}

.maintitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #999;
	margin: 0px 0px 10px 0px;
}



/*/////Padding//////*/


.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	color: #000099;
}
.LightBkgnd {
	background-color: #E0E0F3;
}

.bannerpadding {
	margin:0px 0px 40px 0px;
	}
	
/*//////LINKS//////*/

a.one:link {color: #003399; text-decoration: none; font-size: 12px; font-family: Arial, Helvetica, sans-serif; margin:0px 20px 10px 0px}
a.one:visited {color: #003399; text-decoration: none; font-size: 12px; font-family: Arial, Helvetica, sans-serif; margin:0px 20px 10px 0px}
a.one:hover {color: #333; text-decoration: underline; font-size: 12px; font-family: Arial, Helvetica, sans-serif; margin:0px 20px 10px 0px}

/*////BKGNDS//////*/

.bluebkgnd {
	background-color:#91E9FF
	}


/* Page headers */
h1 {
	font: 18px;
}

/* Jump links table */
.jumptable {
	margin: 10px 0px 10px 0px
	}

/* Jump links on first page */
.categoryLinks {
	font: 12px normal;
}
/* Category section rows on first page */
.categoryRow {
	font-family: Arial, Helvetica, sans-serif;
	padding: 9px;
	font: 12px bold;
	color: #fff;
}
/* Item row on first page */
.itemRow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
/* Alternating background color on item rows on first page */
.itemRowOn {
	background: #fff;
}
/* Alternating background color on items rows on first page, opposite above */
.itemRowOff {
	background: #eee;
}
/* User info form field description rows on second page */
.formFieldLabel {
	font-family: Arial, Helvetica, sans-serif;
	background: #eee;
	font-weight: normal;
	font-size: 11px;
}

.formFieldLabelW {
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	font-weight: normal;
	font-size: 11px;
}

.formTable {
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
}
.formTable td {
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

.submit {
	padding: 4px;
	background-color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #666666;
	margin-bottom: 5px;
}

.required {
	color: #FF0000;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: bold;
	font-size: 11px;
	padding: 3px;
	margin-left: 15px;
}
