@charset "UTF-8";
body {
	font: 90% 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;
}
.oneColFixCtrHdr #container {
	width: 840px;  /* 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: 3px solid #FFCC33;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	margin-left: 10px;
	padding-left: 0px;
}
#subNavAction {
	font-size: 85%;
	color: #00703B;
	font-weight: bold;
	text-align: center;
	padding: 10px 5px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F8CE04;
	width: 50%;
	margin-left: 25%;
}
#subNavAction a:link {
	color: #00703B;
	text-decoration: none;
}
#subNavAction a:visited {
	color: #00703B;
	text-decoration: none;
}
#subNavAction a:hover {
	color: #00703B;
	text-decoration: underline;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 14px;
	color: 034425;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 10; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	margin: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00703B;
	color: #333333;
	font-size: 90%;
}
.oneColFixCtrHdr #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 */
	text-align: center;
}#photoTop {
	text-align: right;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 300px;
	padding-right: 0px;
	float: right;
}
#logoTop {
	text-align: left;
	margin-right: auto;
	width: 300px;
}
#navBar  {
	background-color: #CCCCCC;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(images/bg_nv.gif);
	background-repeat: repeat-x;
	font-size: 110%;
	text-align: center;
}
#navBar  ul  {
	margin: 0px;
	padding: 0px;
}
#navBar  li  {
	margin: 0px 10px;
	padding: 10px 10px 5px 5px;
	list-style-type: none;
	display: inline;
}
#navBar  a:link  {
	color: #000000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
#navBar  a:visited  {
	color: #000000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
#navBar  a:hover  {
	text-decoration: underline;
	margin: 0px;
}
#mainContent  #description  {
	width: 50%;
}
.boldGreen {
	font-weight: bold;
	color: #00703b;
}
.imageBlock {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
	clear: none;
}
.shortWidthPara {
	width: 95%;
}
.dkGrayBoldSerif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
}
.serifFont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
}
.greenSerif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #3c713f;
	line-height: 24px;
}
#mainContent li {
	margin-right: 40px;
	margin-left: 20px;
	list-style-type: circle;
	font-size: 12px;
}
.offwhiteBox {
	border: 1px solid #d2c6b4;
}
.outsideHyperlinks {
	color: #00703b;
	text-decoration: none;
}
a:hover.outsideHyperlinks {
	color: #00703b;
	text-decoration: underline;
}.whiteBoldSerif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 24px;
}
.blackSerif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	line-height: 24px;
}
.greenSerifsm {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #003300;
}
.Green {
	font-weight: normal;
	color: #00703b;
	font-size: 16px;
}
.internalLinks {
	color: #00703b;
	text-decoration: underline;
}
a:hover.internalLinks {
	color: #D0AC04;
	text-decoration: none;
}
.smallPrint {
	font-size: 90%;
	color: #000000;
}
a:hover.smallPrint {
	font-size: 90%;
	text-decoration: none;
	color: #000000;
}

h1 {
	color: #00703B;
	font-weight: lighter;
}
h2 {
	color: #00703B;
	font-weight: lighter;
	padding: 0px 5px;
	margin: 0px;
}
h4 {
	padding: 0px 5px;
}
p {
	padding: 0px 5px;
}
.dottedGreenLne {
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #00703B;
}
h3 {
	font-weight: bold;
	color: #333333;
}
.orangeLink {
	color: #FF6600;
}


a:hover.orangeLink {
	color: #CC6633;
	text-decoration: none;
}

#mainContent #greenOutlineBox {
	border: 1px solid #75A778;
	padding: 5px;
	color: #000000;
	background-color: #BFDCC0;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
#mainContent #yellowOutlineBox {
	padding: 5px;
	border: 1px solid #FFCC33;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	background-color: #ffe8a4;
}
#yellowOutlineBox h3 {
	color: #FF6633;
}
#greenOutlineBox h3 {
	color: #00703B;
}
#footer ul {
	margin: 0px;
	padding: 10px;
	text-align: center;
}
#footer li {
	text-align: center;
	display: inline;
	margin: 0px;
	padding: 10px;
}
#footer a:link {
	text-decoration: underline;
	color: #333333;
}
#footer a:visited {
	text-decoration: underline;
	color: #333333;
}
#footer a:hover {
	text-decoration: none;
	color: #00703B;
}
#whiteBoxwithOutline {
	border: 1px solid #75A778;
	background-color: #FFFFFF;
	margin: 10px;
	padding: 5px;
}
.dottedYellowLine {
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC33;
}
#ccbLogoDiv {
	width: 425px;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: center;
	color: #003333;
}
.orangeBold {
	font-weight: bold;
	color: #FF6633;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.blackUL {
	font-weight: normal;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

a:hover.blackUL {
	font-weight: normal;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#giftCertificate {
	border: 2px dotted #990033;
	padding: 5px 10px;
	margin: 0px 10px;
	text-align: center;
	color: #003300;
	background-color: #fefefe;
}
#giftCertificate ul {
	margin: 0px;
	padding: 0px;
}
#giftCertificate li {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px 20px 10px;
	color: #990033;
}
#giftCertificate strong {
	font-size: 16px;
	font-weight: bold;
	color: #990033;
}
#giftCertificate li strong {
	font-size: 16px;
	font-weight: bold;
	color: #00703b;
}

