@charset "UTF-8";
/*--------------basic styles------------------- */
* {
	margin: 0px;
	padding: 0px;
	}
body {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	background-color: #FFFFFF;
	}
#wrapper {
	position: relative;
	width: 800px;
	margin: 10px auto 0;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	}
#clear {
 	clear: both;
	}
/*----------postion container elements------------*/
#header {
	position: relative;
	height: 139px;
	}
#creamRule {
	position: relative;
	margin-top: -3px;
	}
#navigation {
	top: 100px;
	position: absolute;
	bottom: 0px;
	left: 262px;
	width: 540px;
	height: 40px;
	}
#content {
	position: relative;
	width: 800px;
	margin-top: 25px;
	} 
#content h1.leftMargin{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #48624A;
	margin-left: 10px;
}
#content a {
	text-decoration: none;
	color: #3300CC;
}
#content a:hover {
	text-decoration: underline;
}
#leftColumn {
	width: 250px;
	float: left;
	}
#rightColumn{
	width: 550px;
	float: right;
	}
#rightColumn h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #48624A;
	margin-bottom: 10px;
}
#rightColumn h1.NoSpaceTop {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #48624A;
	margin-bottom: 10px;
	margin-top: -15px;
}
#rightColumn  h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color:#000000;
	margin-top: 15px;
	margin-bottom: 3px;
}
#rightColumn  h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#000000;
	text-indent: 15px;
	margin-bottom: 5px;
	margin-top: 15px;
}
#rightColumn p {
	line-height: 17px;
	color: #666666;
	margin-right: 40px;
	margin-bottom: 7px;
}
.StrongBlack {
	font-weight: bolder;
	color: #333333;
}
.StrongBlue {
	color: #0066CC;
}
.StrongBlackBig {
	font-weight: bolder;
	color: #333333;
	font-size: 120%;
}
.StrongGray {
	font-weight: bolder;
}
#rightColumn p.NoSpaceBottom {
	line-height: 17px;
	color: #666666;
	margin-right: 40px;
	margin-bottom: 2px;
}
#rightColumn p.NoSpaBotIndent {
	line-height: 17px;
	color: #666666;
	margin-right: 40px;
	margin-bottom: 2px;
	margin-left: 17px;
}
#rightColumn p.Indent {
	line-height: 17px;
	color: #666666;
	margin-right: 40px;
	margin-left: 17px;
}
#rightColumn p.IndentNoBullet {
	color: #666666;
	margin-left: 45px;
	margin-right: 60px;
	margin-bottom: 15px;
}
#rightColumn  li {
	color: #666666;
	margin-right: 170px;
	margin-bottom: 10px;
	margin-left: 30px;
	list-style-type: square;
	list-style-position: outside;
	list-style-image: url(images/Bullet.jpg);
	line-height: 17px;
}
#rightColumn  li.LessRightMargin {
	color: #666666;
	margin-right: 120px;
	margin-bottom: 10px;
	margin-left: 30px;
	list-style-type: square;
	list-style-position: outside;
	list-style-image: url(images/Bullet.jpg);
	line-height: 15px;
}
#rightColumn  li.CloseBottomLine {
	color: #666666;
	margin-right: 170px;
	margin-bottom: 2px;
	margin-left: 30px;
	list-style-type: square;
	list-style-position: outside;
	list-style-image: url(images/Bullet.jpg);
	line-height: 15px;
}
.superScript {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #48624A;
	vertical-align: super;
}
#leftColumnForm {
	width: 375px;
	float: left;
	margin-left: 20px;
}
#rightColumnForm {
	width: 375px;
	float: right;
	margin-right: 10px;
}
.errorMessage {
	color:#CC0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	margin-left: 10px;
}
.requiredFields1st {
	color: #FF0000;
	margin-top: 5px;
	margin-left: 15px;
	font-size: 95%;
	font-weight: bold;
}
.requiredFields {
	color: #FF0000;
	font-weight: bold;
}
.inputText {
	font-size: 90%;
}
.staticText {
	font-size: 90%;
	color: #990000;
}
fieldset {
	padding: 0;
	width: 500px;
	margin-top: 2.5em;
} 
fieldset.longForm {
	width: 340px;
	margin-top: 1em;
}
legend {
	margin-left: 1.5em;
	color: #666666;
	font-weight: bold;
} 
fieldset ol {
	padding: .5em 0.5em;
	list-style: none;
} 
fieldset li {  
	padding-bottom: 0.5em; 
} 
#rightColumn li.formLabel {
	color: #000000;
	list-style-image: none;
	list-style-type: none;
}
label {
	display: block;
	margin-bottom: 1px;
	font-size: 90%;
	color: #000000;
	list-style-image: none;
	list-style-type: none;
}
#footer {
	position: relative;
	text-align: right;
	margin: 0px 20px 20px;
}
.button3 {
	border: none;
	background: url(images/Button3_footerUp.gif) no-repeat right top;
	padding: 50px 0px 0px 140px;
}
.button3:hover {
	border: none;
	background: url(images/Button3_footerDown.gif) no-repeat right top;
	padding: 50px 0px 0px 140px;
}
.button3-Back {
	border: none;
	background: url(images/Button3_footerBackUp.gif) no-repeat right top;
	padding: 50px 0px 0px 140px;
}
.button3-Back:hover {
	border: none;
	background: url(images/Button3_footerBackDown.gif) no-repeat right top;
	padding: 50px 0px 0px 140px;
}
.button4 {
	border: none;
	background: url(images/Button4_footerUp.gif) no-repeat right top;
	padding: 50px 0px 0px 140px;
}
.button4:hover {
	border: none;
	background: url(images/Button4_footerDown.gif) no-repeat right top;
	padding: 50px 0px 0px 140px;
}
.button5 {
	border: none;
	background: url(images/Button5_footerUp.gif) no-repeat right top;
	padding: 50px 10px 0px 140px;
}
.button5:hover {
	border: none;
	background: url(images/Button5_footerDown.gif) no-repeat right top;
	padding: 50px 10px 0px 140px;
}
#footer2 {
	position: relative;
	width: 800px;
	margin: 7px auto 0px;
	height: 25px;
}
#footer2 a {
	text-decoration: none;
	color: #000000;
	font-size: 85%;
}
#footer2 a:hover {
	text-decoration: underline;
}
#rightColumn table {
	font-size: 110%;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#rightColumn td.boldHead {
	font-weight: bold;
}

hr {
	margin: 30px 20px 30px 0px;
}
.redFont {
	color: #993300
}
img {border: 0;
}
