@charset "UTF-8";
.twoColElsLtHdr #container #body #table {
	padding-left: 210px;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
	background-image: url(images/bg.jpg);
}
.nav {
	height: 20px;
	width: 950px;
	z-index: 10;
}
.head-nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00503a;
	padding-right: 10px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
.head-nav a:link  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.head-nav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.head-nav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.head-nav a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.twoColElsLtHdr #container {
	width: 950px;
	text-align: left;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
	top: 0px;
} 
.twoColElsLtHdr #header {
	background-image: url(images/header_bg_950px.gif);
	height: 173px;
	width: 950px;
	overflow: hidden;
	background-repeat: no-repeat;
} 
.twoColElsLtHdr #header h1 {
	color: #00503a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin-top: 45px;
	margin-bottom: 8px;
	font-variant: small-caps;
	vertical-align: top;
	margin-left: 50px;
}
.twoColElsLtHdr #header h2 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	font-style: italic;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 8px;
	margin-left: 50px;
}
.twoColElsLtHdr #header h3 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	margin-top: 5px;
	margin-left: 50px;
	margin-bottom: 21px;
	margin-right: 0px;
}
.twoColElsLtHdr #header h4 {
	color: #000000;
	text-align: center;
	margin-top: 9px;
}
.twoColElsLtHdr #header h5 {
	color: #000000;
	text-align: center;
	margin-top: 42px;
	vertical-align: middle;
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsLtHdr #sidebar1 p" rule.
*/
.twoColElsLtHdr #sidebar1 {
	float: left;
	width: 188px;
	background-color: #00503a;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.twoColElsLtHdr #sidebar1 h1 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	color: #bfa668;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-top: 5px;
	letter-spacing: 2px;
	word-spacing: 2px;
	margin-bottom: 10px;
}
.twoColElsLtHdr #sidebar1 h2 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	color: #EEEEEE;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
.twoColElsLtHdr #sidebar1 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 15px;
	text-decoration: underline;
}
.twoColElsLtHdr #sidebar1 h3 a:link{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.twoColElsLtHdr #sidebar1 h3 a:hover{
	font-weight: bold;
	color: #DBCCA5;
	text-decoration: underline;
}
.twoColElsLtHdr #sidebar1 h3 a:active{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.twoColElsLtHdr #sidebar1 h3 a:visited{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.twoColElsLtHdr #sidebar1 h4 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 15px;
}
.twoColElsLtHdr #sidebar1 h4 a:link{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.twoColElsLtHdr #sidebar1 h4 a:hover{
	font-weight: bold;
	color: #DACBA7;
	text-decoration: underline;
}
.twoColElsLtHdr #sidebar1 h4 a:active{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.twoColElsLtHdr #sidebar1 h4 a:visited{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.twoColElsLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 2px;
}
.sidbarArticleHead {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #EEEEEE;
}
.twoColElsLtHdr  #body {
	background-color: #f5efe4;
	height: auto;
	padding-top: 10px;
}
.twoColElsLtHdr  #body h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
	font-style: normal;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 210px;
	color: #00503A;
}
.twoColElsLtHdr  #body h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	font-variant: normal;
	font-style: italic;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 210px;
}
.twoColElsLtHdr  #body p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 210px;
	line-height: 18px;
}
.twoColElsLtHdr  #body p a:link{
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
.twoColElsLtHdr  #body p a:hover{
	font-weight: bold;
	color: #00503A;
	text-decoration: underline;
}
.twoColElsLtHdr  #body p a:active{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.twoColElsLtHdr  #body p a:visited{
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.fullstory {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.fullstory  a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.fullstory  a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #866700;
}
.fullstory  a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.fullstory  a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.body-head {
	color: #00503A;
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.style1 {font-size: 14px}
.style8 {font-size: 12px; font-weight: bold; }
.style9 {font-size: 12px}
.style9 a:link{
	font-size: 12px;
	color: #000000;
}
.style9 a:hover{
	font-size: 12px;
	color: #866700;
}
.style9 a:active{
	font-size: 12px;
	color: #000000;
}
.style9 a:visited{
	font-size: 12px;
	color: #666666;
}
