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

* {
	margin: 0px;
	padding: 0px;
	border: 0;
}
body  {
	font: 100% Georgia, Times New Roman, Times, serif;
	background: #FFFFFF;
	margin: 0;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-size: 100%;
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(../images/bkgndVrpt.png);	
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 850px;
	margin: 0 auto 0 auto;
	/*margin: 0,8,0,8;*/ /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left;
	background-image: url(../images/shadoHrpt.png);
	list-style-position: inside;
	list-style-type: circle;	/*min-width: 850px;*/
} 
.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 139px; /* top and bottom padding create visual space within this div */
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 44px;
}
.twoColFixLtHdr #sidebar2 {
	float: left;
	width: 140px; /* top and bottom padding create visual space within this div */
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 44px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 44px 0 184px;
}

.twoColFixLtHdr #mainContent1 {
	margin: 0 44px 0 191px;
}
.twoColFixLtHdr #footer {
	padding: 0;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 92px;
	background-image: url(../images/footr_bkndShado.png);
}  
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 4em;
	font-size: 83%;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 6px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 88%;
	line-height: 168%;
	color: #666666;
	margin-top: 7px;
	margin-bottom: 0px;
}
.p2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 88%;
	line-height: 128%;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.p3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 82%;
	line-height: 124%;
	color: #666666;
	margin-top: .6em;
	margin-bottom: 0px;
}
ul {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 100%;
	color: #666666;
	text-indent: 1.45em;
	list-style-type: disc;
	margin-top: 0.5em;
	margin-bottom: 0px;
}
li {
	line-height: 140%;
}
a:link {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 100%;
	color: #006699;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 100%;
	color: #999999;
	text-decoration: underline;
}
a:visited {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 100%;
	color: #336699;
	text-decoration: none;
}
h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 140%;
	font-weight: lighter;
	color: #4f4b4b;
	padding-top: 0.3em;
	padding-bottom: -1em;
}
h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 105%;
	font-weight: 500;
	color: #66CCCC;
	margin-top: 0.5em;
	margin-bottom: 0em;
}
h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 102%;
	font-weight: 600;
	color: #4e4b4b;
	text-decoration: none;
	margin-bottom: 0.07em;
	margin-top: 0.55em;
}

h4 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 90%;
	font-weight: 600;
	color: #4e4b4b;
	margin-top: 0.55em;
	margin-bottom: -0.24em;
}
h5 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 88%;
	color: #666666;
	margin-top: 0.65em;
}

.labelCell {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 101%;
	color: #666666;
	text-align: right;
}

.fieldInput {
	font-family: Georgia, Times New Roman, Times, serif;
	border-color: #99FFFF;
	border-width: thin;
	color: #666666;
}
.initValue {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #CCCCCC;
	border-width: thin;
	border-color: #99FFFF;
}
.required { font-size:11px;  }

.inputValue {
	border:solid 1px #99CCFF;
	width:300px;
	height:20px;
	
}

.inputValueOther {
	border:solid 1px #99CCFF;
	height:20px;
	
}

.inputText {
	border:solid 1px #99CCFF;
	width:300px;
	text-transform:none;
	
}

.inputButton{
	color:#fff; 
	text-transform: uppercase; 
	text-decoration:none;
	background-color:#40C9C8; 
	width:80px; 
	font-size:102%; 
	height:30px;
} 

.textfieldServerError {
  display:block;
  margin:0px;
  color:#C60700;
  padding:0;
  font-size:11px;
}

.textfieldRequiredMsg {
	color:#C60700;
	font-size:11px;
	margin:0;
	padding:0;
}

