/* CSS Document */ 
html {
	height: 100%;	
}
 body  {
	height: 100%;
	font: 12px Verdana, Arial, Helvetica, sans-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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a {
	font-size: 12px;
	color: #000000;
}
a:hover {
	color: #006699;
}
.twoColLiqLtHdr #container {
	width: 100%;
	position: relative;
	min-height: 100%;
	margin-bottom: -100px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
} 
.twoColLiqLtHdr #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: #DDDDDD;
	background-repeat: repeat-x;
	background-image: url(../images/header_bg.gif);
	height: 97px;
}
.twoColLiqLtHdr #sidebar1 {
	background-color: #ffffff;
	padding: 20px 0 20px 0;
	width: 225px;
	float: left;
}
h1 {
	padding: 0px;
	font-size: 24px;
	color: #006699;
	margin: 0 0 20px 0;
}
.twoColLiqLtHdr #sidebar1 h3 {
	margin: 0; /* the left and right margin should be given to every element that will be placed in the side columns */
	padding-left: 20px;
	color: #666;
}
.twoColLiqLtHdr #mainContent {
	padding-top: 20px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 245px;
} 
.twoColLiqLtHdr #footer {
	position: relative;
	height: 100px;
	background: #006699;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.clearfloat {
	height: 100px;
	clear: both;
    font-size: 1px;
    line-height: 0px;
}
#pnavlist {
	width: 225px;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #666666;
}
#pnavlist li {
	list-style: none;
	border-top: 1px solid #666666;
	line-height: 200%;
}
#pnavlist a {
	color: #006699;
	display: block;
	padding-left: 20px;
	text-decoration: none;
}
#pnavlist li a:hover {
	color: #ffffff;
	background-color: #cccccc;
}
.active {
	background-color: #cccccc;
	color: #ffffff;
	font-weight: bold;
	padding-left: 20px;
}
.silverline {
	color: #ffffff;
	padding-left: 20px;
	background-color: #006699;
}
.sline {
	color: #333333;
	padding-left: 20px;
	background-color: #cccc33;
}
.thumbnail {
	padding: 20px;
	margin: 20px 20px 0 0;
	border: 1px solid #000000;
	float: left;
	text-align: center;
}
.thumbnail p {
	color: #000000;
	padding: 10px 0 0 0;
	margin: 0;
}
div.clearer {
	clear: both; 
	line-height: 0; 
	height: 0;
	margin-bottom: 20px;
}
#navigation {
 	position: absolute;
 	top: 45px;
 	right: 0;
}
#navigation ul {
	margin: 0 20px 0 0;
	padding: 0;
}
#navigation li {
	list-style: none;
	display: inline;
}
#navigation li a {
	color: #ffffff;
	text-decoration: none;
	padding: 0 5px;
	border-right: 1px solid #000000;
}
#navigation li a:hover {
	color: #cccccc;
}
.pfooter {
	line-height: 150%;
	text-align: center;
	padding: 10px 0;
	font-size: 10px;
	color: #ffffff;
}
thead {
	background-color: #000000;
	color: #ffffff;
}
tbody {
	background-color: #cccccc;	
}
tfoot {
	font-style: italic;
	text-align: left;
}
td {
	padding: 5px;	
}
th {
	padding: 5px;	
}
whitebg {
	background-color: #0F0;	
}
h2 {
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#prolist {
	margin: 0;
	padding: 0;
}
#prolist li {
	list-style: none;
	display: inline;
}
#prolist li a {
	color: #000000;
	text-decoration: none;
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
	border-right: 1px solid #000000;
}
#prolist li a:hover {
	color: #006699;
}
#vertprolist {
	margin: 0;
	padding: 0;	
}
#vertprolist li {
	list-style: none;
	line-height: 200%;
}
#vertprolist li a {
	color: #000000;
	text-decoration: underline;
	padding: 0;
	margin: 0;
}
#vertprolist li a:hover {
	color: #006699;
}
.info {
	font-size: 12px;
	line-height: 150%;
}
.important {
	font-size: 12px;
	font-style: italic;
	color: #F00;
}
.floatleft {
	float:left;
	padding-right: 25px;
	width: 300px;
}
.caddress {
	list-style-type: none;
	font-size: 12px;
	line-height: 150%;
	padding: 0px;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
.miscell {
	color: #ffffff;
	padding-left: 20px;
	background-color: #390;
}
