@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* 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-color: #000000;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(../images/wood.jpg);
	background-repeat: repeat;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.images {
	margin-top: 0px;
}



.thrColFixHdr #container {
	width: 835px;
	height: 630px;
	margin-left: 30px;
	background-image: url(../images/padA.png);
	background-repeat: no-repeat;
} 
.thrColFixHdr #container2 {
	width: 375px;
	height: 700px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 20px;
	margin-left: 20px;
}
.thrColFixHdr #container3 {
	width: 835px;
	height: 630px;
	margin-left: 30px;
	background-image: url(../images/padB.png);
	background-repeat: no-repeat;
}


.thrColFixHdr #header {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 100px;
	padding-top: 30px;
	padding-left: 15px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.thrColFixHdr #sidebarnote {
	width: 54px;
	height: 360px;
	float: right;
	margin-top: 45px;
	margin-right: 5px;
}
.thrColFixHdr #sidebar1 {
	width: 260px; /* padding keeps the content of the div away from the edges */
	height: 360px;
	float: left;
	padding-left: 65px;
	padding-top: 46px;
	padding-right: 55px;
}
.thrColFixHdr #sidebar1B {
	width: 235px;
	float: left;
	padding-left: 285px;
	padding-top: 0px;
	padding-right: 15px;
}

.thrColFixHdr #sidebar2 {
	float: right;
	width: 111px;
	height: 315px;
	margin-top: 85px;
	margin-right: 13px;
	margin-left: 18px;
}

.thrColFixHdr #sidebar3 {
	padding-top: 30px;
	padding-right: 500px;
	width: 265px;
	height: 390px;
	float: right;
}
.thrColFixHdr #sidebar4 {
	width: 150px;
	float: left;
	padding: 6px;
}




.thrColFixHdr #mainContent {
	margin-bottom: 0px;
	height: 360px;
	margin-top: 46px;
} 
.thrColFixHdr #mainContent2 {
	margin-bottom: 0;
	margin-top: 52px;
	margin-left: 75px;
	margin-right: 214px;
	background-color: #FFFFFF;
	height: 390px;
}

.thrColFixHdr #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9933;
	text-align: center;
	width: 895px;
	padding: 0px;
	margin-top: 64px;
} 
.thrColFixHdr #footer2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9933;
	padding-top: 55px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	width: 890px;
	float: left;
	height: 120px;
}
.thrColFixHdr #headerinfo {
	text-align: right;
	float: left;
}

.head1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #A9BF28;
	margin-top: 0px;
}
.head1green {
	font-size: 13px;
	font-weight: bold;
	color: #009933;
	font-family: "Comic Sans MS";
	padding-bottom: 2px;
	line-height: 14px;
	margin-top: 10px;
	margin-bottom: 5px;
}



.head2 {
	font-size: 10px;
	font-style: italic;
	color: #333333;
	margin-top: 8px;
	margin-bottom: 4px;
	font-weight: bold;
	text-transform: uppercase;
}
.head2B {
	font-size: 10px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 6px;
	font-weight: bold;
	text-align: center;
}

.head3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
}
.head4 {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	padding-top: 3px;
	padding-bottom: 6px;
}
.head5 {
	font-size: 12px;
	font-style: italic;
	color: #000000;
	font-weight: bold;
	text-align: left;
	font-family: "Comic Sans MS";
	line-height: 13px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.headNote {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
	color: #A9BF28;
	margin-top: 8px;
	padding-top: 3px;
}



.bigHead {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	margin-bottom: 4px;
	margin-top: 0px;
	font-family: "Comic Sans MS";
	line-height: 16px;
}
.bigHeadgreen {
	font-size: 15px;
	font-weight: bold;
	color: #2DBF00;
	margin-bottom: 4px;
	margin-top: 0px;
	font-family: "Comic Sans MS";
	line-height: 17px;
}
.bigHeadgreen a:link {
	color: #2DBF00;
}
.bigHeadgreen a:visited {
	color: #2DBF00;
}

.bigHeadgreen a:hover {
	color: #FF0000;
}
.boxright {
	float: right;
	width: 125px;
	color: #009900;
	font-weight: bold;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-family: "Comic Sans MS";
	font-size: 11px;
	line-height: 15px;
}



.notelink {
	margin-top: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 8px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
}

.notelinkgreen {
	color: #009933;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 4px;
	text-transform: uppercase;
}
.notelinkred {
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 4px;
	text-transform: uppercase;
}





.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #673301;
	text-align: center;
}
.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;
	border: 1px solid #666666;
}
.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;
}
a:link {
	outline: none;
	border: none;
	text-decoration: underline;
	font-weight: bold;
	color: #1176BC;
}
a:visited {
	outline: none;
	border: none;
	color: #1176BC;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	outline: none;
	border: none;
	color: #A9BF28;
}

a:active {
	outline: none;
	border: none;
	color: #1176BC;
}

a:focus { outline: none; border: none; }

.padtext {
	margin-top: 0px;
	margin-bottom: 7px;
	color: #666666;
	font-size: 11px;
	vertical-align: middle;
}
.padtext2 {
	font-size: 11px;
	color: #666666;
	margin-bottom: 12px;
	margin-top: 0px;
}
.padtext3 {
	margin-top: 6px;
	margin-bottom: 0px;
	color: #666666;
	font-size: 11px;
	vertical-align: middle;
	line-height: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.padtext3B {
	margin-top: 2px;
	margin-bottom: 0px;
	color: #666666;
	font-size: 11px;
	vertical-align: middle;
	line-height: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: right;
}


.papertext {
	font-size: 12px;
	color: #666666;
	margin-bottom: 4px;
	margin-top: 4px;
	font-family: "Comic Sans MS";
	line-height: 13px;
	text-indent: 16px;
	list-style-type: disc;
	list-style-position: outside;
}
.papertextbullets {
	font-size: 12px;
	color: #666666;
	margin-bottom: 2px;
	margin-top: 2px;
	font-family: "Comic Sans MS";
	line-height: 13px;
}



.thumbpic {
	float: none;
	border: 1px solid #000000;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 5px;
	margin-left: 4px;
	cursor: pointer;
	cursor: hand;
}
.thumbpic2 {
	float: none;
	cursor: pointer;
	cursor: hand;
	margin: 0px;
}

.table {
	height: 400px;
	width: 600px;
}
.polaroid {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.caption {
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	left: 200px;
	top: 355px;
	float: left;
}
.headtext {
	margin-top: 40px;
	margin-left: 60px;
	background-color: #FFCD34;
	border: 3px solid #FFCD34;
}
#left {
	float: left;
}
