@charset "utf-8";
body  {
	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: #000;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.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. */
	height: 75px;
	background-color: #FFF;
	width: 780px;
	margin-top: 10px;
} 
.twoColFixLtHdr #leftbar {
	width: 175px;
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
	background-color: #39657B;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
}
.twoColFixLtHdr  #leftbar #logobottom{
	background-color: #39657B;
	background-image: url(img/left_bot_logo.gif);
	background-repeat: no-repeat;
	padding: 0px;
	background-position: left bottom;
	text-align: center;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 175px;
	height: 255px;
	z-index: 1000;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 175px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #mainContent ul{
	line-height: 150%;
	color: #666;
}

.twoColFixLtHdr #mainContentstore {
	margin: 0;
	padding: 0;
}

.twoColFixLtHdr #footer {
	padding: 0;
	background-color: #FFF;
	text-align: center;
} 
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 8pt;
	color: #00a6bd;
	text-align: center;
}
.twoColFixLtHdr #topmenu{
	height: 35px;
	width: 780px;
	background-image: url(img/topmenubkgnd.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-bottom: 1px;
}
.twoColFixLtHdr #locator{
	background-image: url(img/locatorbarbkgnd.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 600px;
	float: right;
	padding-top: 3px;
	padding-left: 5px;
}
.twoColFixLtHdr #leftbar #logobottom p{
	color: #ffffff;
	font-size: 8pt;
	text-align: center;
}
.twoColFixLtHdr #leftbar #logobottom a{
	text-decoration: none;
	font-size: 8pt;
	font-weight: normal;
	color: #FFF;
}

h1 {
	font-family: 'Georgia', 'Times', serif; 
	font-weight: normal;
	font-size: 1.7em;
	color: #292c63;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

h2 {
	font-family: 'Georgia', 'Times', serif; 
	font-weight: normal;
	font-size: 1.4em;
	color: #00a6bd;
	margin: 0px;
	padding: 0px:
}

h3 {
	font-family: 'Georgia', 'Times', serif; 
	font-weight: normal;
	font-size: 1.2em;
	color: #292c63;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}


h4 {
	font-family:Verdana, Geneva, sans-serif;
	color: #000000;
	margin: 0;
	padding: 10px 0 0 0;
}

p, td p {
	font-size: 1em;
	font-family:Verdana, Geneva, sans-serif;
	color: #555;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	line-height: 150%;
	text-align: justify;
}

a:link, a:visited {
	text-decoration: underline;
	color: #00a6bd;
}

.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: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 18px;
}
.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;
}
#PageItemsHead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	text-indent: 5%;
	color: #FFF;
	font-weight: bold;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 10% 53%;
}
#PageItemsChild {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 77%;
	text-indent: 11%;
	text-decoration: underline;
	text-align: left;
}
.twoColFixLtHdr #footer th {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 7pt;
	color: #00a6bd;
	text-align: left;
}
.twoColFixLtHdr #footer ul {
	font-size: 7pt;
	color: #00a6bd;
	text-align: left;
	list-style-image: url(SpryAssets/SpryMenuBarRight.gif);
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.twoColFixLtHdr #special {
	width: 175px;
	margin-top: 0px;
	padding-top: 50px;
	padding-bottom: 0px;
	background-color: #FFF;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	background-image: none;
}

