@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: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	line-height: 160%;
	background-color: #999999;
	background-image: url(Images/BG_Grad.jpg);
	background-repeat: repeat-x;
	list-style-position: outside;
}
h2, h3, h4, h5, h6  {
	letter-spacing: 0.05em;
	margin: 1.5em 0 0 0;
	line-height: 130%;
}
.twoColFixLtHdr #outer_container {
	width: 800px;
	text-align: left;
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(Template_Images/PP-BG-1-middle.jpg);
	z-index: 0;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	z-index: 1;
	background-image: url(Images/Container_BG_200px-3.jpg);
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: no-repeat;
	height: 100px;
	vertical-align: bottom;
	z-index: 4;
	background-image: url(Template_Images/Banner.jpg);
} 
.twoColFixLtHdr #header h1 {
	color: #000066;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0;
	font-size: 36pt;
	background-position: center;
	line-height: 36px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #009900;
}
.twoColFixLtHdr  #sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.twoColFixLtHdr  #sidebar1  h1 {
	color: #FFFFFF;
	background-color: #009900;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 95%;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	letter-spacing: .15em;
}
.twoColFixLtHdr #sidebar1 h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 10pt;
	padding-right: 10px;
	padding-left: 20px;
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: -5%;
	margin-left: 0em;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
} 
.twoColFixLtHdr  #mainContent  ul {
	list-style-position: outside;
	text-indent: -12pt;
}
.twoColFixLtHdr #mainContent h1 {
	margin-top: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #009900;
}
.twoColFixLtHdr #mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000066;
	font-size: 13pt;
	margin-top: 1.5em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
}
.twoColFixLtHdr #mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #009900;
	font-size: 10pt;
	margin-top: 1.5em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	text-align: left;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #009900;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #009900;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #333333;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-align: left;
	letter-spacing: 0.1em;
}
.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: 8px;
	padding: 5px;
	border: 1px solid #999999;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #FFFFFF;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.fltbottom {
	float: left;
	margin-right: 8px;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #FFFFFF;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.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;
}

/************* MENU ************/

#menu {
	width: 100%;
	background-color: #000066;
	text-align: left;
	top: 170px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

#menu ul {
	margin: 0px;
	list-style: none;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#menu li {
	display: inline;
	padding-left: 10px;
}

#menu a {
	text-decoration: none;
	font-size: 8pt;
	color: #FFFFFF;
	letter-spacing: 0.15em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#menu a:hover {
	background-color: #0066FF;
	color: #FFFFFF;
	padding-top: 7px;
	padding-bottom: 7px;
}

