@charset "UTF-8";
/* CSS Document */

html, body { padding: 0px; margin: 0px; }

html{
	/*background-image:url(images/img_117.gif);
	background-repeat: repeat;*/
	/*margin:-15px;
	padding:0px;*/
	/*background-color: #FFFCC3;*/
	background-color: #f0f7fd;
}

a:link { 
	text-decoration:none;
	font-weight: normal;
	color:#4d6e48;
	font-size: 11px;
}
a:visited { 
	text-decoration:none;
	font-weight: normal;
	color:#4d6e48;
	font-size: 11px;
}
a:hover {  
	text-decoration:underline;
	font-weight: normal;
	color:#000;
	/*background-color:#738FE6;*/
	font-size: 11px;
}
a {outline:none;} /* Fix for IE on Mac */
	

#container{
	/*Code taught to me by Eric Willis*/
	width:759px;
	margin:0 auto;
	
	/*border-left: 1px #035E05 solid;
	border-right: 1px #035E05 solid;*/
	/*border-bottom: 3px #035E05 solid;*/
	/*end the code that Eric Willis taught me*/
	
	/*background-color: #ccc;
	border-left: solid 2px #000;
	border-bottom: solid 2px #000;
	border-right: solid 2px #000;
	border-top: solid 2px #000;*/
	
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
    line-height: 150%;

	overflow: visible;
	background-color:#fff;
	position:relative;

}

/*Added content for the archive pages*/
#full_body {
	/*position: relative;
	float: left;
	width: 725px;
	width:739px;*/
	padding: 10px;
	/*margin:0 auto;*/
	margin-top: -25px;

}

#text_body {
	clear:both;
	padding-top:20px;
	margin:0 auto;
	width:759px;
}

#group_left {
	width:435px;
	float:left;
	text-align:justify;
}

#group_right {
	width:280px;
	float:left;
	text-align:justify;
	padding-left: 15px;
}

#left_body {
	background-image: url(images/left_spacer.gif);
	width:435px;
	clear:both;
	/*overflow:auto;*/
	overflow:hidden;
}

#right_body {
	background-image: url(images/right_spacer.gif);
	width:280px;
	clear:both;
	/*overflow:auto;*/
	overflow:hidden;
}

.body_text {
	padding: 0px 20px 10px 15px;
}

#header {
	background-image: url(images/header_spacer.gif);
	background-repeat: repeat-x;
}

#footer {
	clear:both;
}

.formHeadings {
	font-weight: bold;
	padding-top: 5px;
}

#formError, .formError {
	color: #cc3131;
}


#regGroup_left {
	/*background-color:#99FF00;*/
	width:100px;
	float:left;
	text-align:justify;
	padding: 0px 20px 10px 15px;
}

#regGroup_right {
	float:left;
}

.formDesc {
	padding: 0px 0px 5px 0px;
}

.regRow, .formRow {
	clear: both;
	padding-top: 10px;
	padding-left: 25px;
}

.regLabel {
	float: left;
	width: 125px;
	text-align: left;
}

.regInput, .formInput {
	float: left;
	/*width: 335px;*/
	width: 190px;
	text-align: left;
}

.regError, .formError {
	/*float: left;
	width: 150px;*/
	text-align: left;
	color: #AA0000;
}

.mandatoryTag {
	color: #AA0000;
}

.regField, .formField {
	width: 170px;
}

/* ---- Form Data ---- */

.formLabel {
	float: left;
	width: 150px;
	text-align: left;
}

.formExample {
	text-align:left;
	color: #333;
	font-size: 10px;
}

#headerLinks
{
	text-align: right;
	position: relative;
	
	/*float:right;*/
	padding-right: 10px; 
	top: -33px;
	/*top: 0px;*/
	font-size:9px;
}

#login_headerLinks
{
	text-align: right;
	position: relative;
	
	/*float:right;*/
	padding-right: 25px; 
	top: -33px;
	/*top: 0px;*/
	font-size:9px;
}

.centerImage {
	display:block;
	margin-left:auto;
	margin-right:auto;
}


.legalTitle a:link { 
	text-decoration:none;
	font-weight: bold;
	color:#4d6e48;
	font-size: 14px;
}
.legalTitle a:visited { 
	text-decoration:none;
	font-weight: bold;
	color:#4d6e48;
	font-size: 14px;
}
.legalTitle a:hover {  
	text-decoration:underline;
	font-weight: bold;
	color:#000;
	/*background-color:#738FE6;*/
	font-size: 14px;
}
.legalTitle a {outline:none;} /* Fix for IE on Mac */

.legal_subSection
{
	padding-left: 25px;
}

.legal_glossaryTerm
{
	font-weight:bold;
}