@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers.*/
	color: #004684;
	background-color: #999999;
	font-family: Verdana, Myriad Pro, MS Sans Serif, Comic Sans MS;
	font-size: 80%;
}
.twoColElsLtHdr #container {
	width: 55em; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.twoColElsLtHdr #container2 {
	width: 60em; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.twoColElsLtHdr #container2 blockquote {
	font-size: 11px;
}

.twoColElsLtHdr #container2 #states {
	font-size: 11px;
}

.twoColElsLtHdr #container3{
	width: 80em; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.twoColElsLtHdr #header {
	padding: 0 10px;  /* 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: #004684;
	color: #FFFFFF;
} 
.twoColElsLtHdr #sidebar1 {
	float: left;
	width: 14em;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.twoColElsLtHdr #sidebar2 {
	float: left;
	width: 14em;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}
.twoColElsLtHdr #bottom {
	margin-top: 0;
	margin-right: 1.5em;
	margin-bottom: 0;
	margin-left: 16em;
}
.twoColElsLtHdr #top {
	margin-top: 0;
	margin-right: 1.5em;
	margin-bottom: 0;
	margin-left: 16em;
}
.twoColElsLtHdr #mainContent {
	margin-top: 0;
	margin-right: 1.5em;
	margin-bottom: 0;
	margin-left: 16em;
} 

.twoColElsLtHdr #mainContent2 {
	margin-top: 0;
	margin-right: 1.5em;
	margin-bottom: 0;
	margin-left: 2em;
}

.twoColElsLtHdr #mainContent h4 {
	font-size: 70%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.twoColElsLtHdr #footer {
	padding: 0 10px;
	background-color: #DDDDDD;
} 
.twoColElsLtHdr #footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 80%;
}
.twoColElsLtHdr #footer table {
	margin: 0;
	padding: 10px 0;
	font-size: 70%;
}

/* Miscellaneous classes for reuse */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.borderblock {
	border: 1px solid #004684;
	padding-top: 4px;
	padding-right: 1px;
	padding-bottom: 4px;
	padding-left: 1px;
}

input.blue {
	background-color: #00468F;
	font-weight: bold;
	border: 0;
	font-size: 14px;
	color: white;
}
