body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.left {
	
}
.right {
	
}
.center {
width: 913px;

}
.header {
	text-align: center;
	width: 100%;
	margin: 5px 0px 10px 0px;
	border-bottom: 1px solid #330A00;
}

.footer {
	border-top: 1px solid #330A00;
	border-bottom: 1px solid #330A00;
	width: 913px;
}
.footerLeft {
	margin: 10px;
	float: left;
	width: 430px;
}

.footerRight {
	text-align: right;
	float: left;
	margin: 10px;
	width: 430px;
	display: none;
}
.content {
	margin: 10px;
}
    h1 {
        font-family: "Times New Roman", Times, serif;
        font-weight: normal;
        color: #330A00;
    }

    h2 {
        font-family: "Times New Roman", Times, serif;
        font-weight: normal;
        font-size: 25px;
        color: #808E3E;
    }
    
    h3 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 18px;
        color: #999999;
    }
table.share {
display: none;
	width: 600px;
}
table.share td {
	padding: 4px;
}
table.share td.leftCol {
text-align: right;
padding: 2px;
}
table.share td.rightCol {
	text-align: left;
}
div.shareWrapper {
	display: none;
}
input.formField {
	padding: 4px;
	color: #666666;
	background-color: #edefcf;
	border: 1px solid #999999;
}
input.formField:focus { 
	background-color: #FFFFFF;
}
input.formButton {
background-color: #7F8D3D;
color: #FFFFFF;
border: 1px solid #454F14;
padding: 4px;
}
input.formButton:hover  {
	background-color: #BFCF74;
	cursor: pointer;
}
a:link, a:visited {
	color: #94AE00;
	text-decoration: none;
}
a:hover {
color: #BFCF74;
}
#footer{
    border-bottom: 1px solid #330A00;
    border-top: 1px solid #330A00;
    padding: .5em;
}
/* HIDE ELEMENTS FOR SCREEN ONLY */
#footer-ccLogo, .footer-nav, .nav{
    display: none;
}