@charset "utf-8";
/* CSS Document */

body {
	background-color: #505c39;
	background-image: url(images/bkg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.header {
	margin: 0;
	padding: 0;
	width: 970px;
}

#content {
	margin: 0;
	padding: 0;
	width: 970px;
}

#navigation {
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
	width: 200px;
}

/* IE6 Only */
* html #navigation {
	margin-left: 5px;
}

/*.middle {
	position: relative;
    width: 970px;
	margin: 0;
	border-top-width: 0px;
	border-right-width: 6px;
	border-bottom-width: 0px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #383527;
	border-right-color: #383527;
	border-bottom-color: #383527;
	border-left-color: #383527;
	background-color: #F7F6F0;
}*/

/* #main {
	position: relative;
    width: 903px;
	margin: 0 auto;
	border-top-width: 0px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #383527;
	border-right-color: #383527;
	border-bottom-color: #383527;
	border-left-color: #383527;
	background-color: #F7F6F0;
	font-size: smaller;
} */

#leftcontent {
	margin-left: 15px;
	margin-bottom: 15px;
	width: 543px;
	float: left;
}

/* IE6 Only */
* html #leftcontent {
	margin-left: 5px;
}

 #leftcontentsub {
	margin-left: 20px;
	width: 650px;
	float: left;
}*/

/* IE6 Only */
* html #leftcontentsub {
	margin-left: 5px;
} 

#leftcontent h1, #leftcontentsub h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 22px;
}

#rightcontentHome {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	/*padding-left: 3px;
	padding-right: 3px;
	padding-top: 6px;*/
	width: 309px;
	float: right;
}



#fullcontent {
	margin-left: 10px;
	margin-bottom: 15px;
	width: 880px;
	float: left;
}

/* IE6 Only */
* html #fullcontent {
	margin-left: 5px;
}

.title {
	background-image:url(images/titles-bkg.jpg);
	background-repeat:no-repeat;
	width: 645px;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 22px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1 {
	font-size: 18pt;
	color: #000000;
}

h2 {
	font-size: 14pt;
	color: #000000;
}

.padding10 {
    padding: 5px;
}

.border {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #553D41;
	border-right-color: #553D41;
	border-bottom-color: #553D41;
	border-left-color: #553D41;
}
.tdcolor {
	background-color: #EEE3D7;
}
.bordertop {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #443620;
	border-right-color: #443620;
	border-bottom-color: #443620;
	border-left-color: #443620;
	padding:0px;
}
.dirtitle {
	font-weight: bold;
	color: #213E1B;
	font-size: 18px;
}
.dirtitle a {
    color: #213E1B;
	text-decoration: none;
}
.dirtitle a:hover {
    color: #990000;
	text-decoration: underline;
}

.bordertop a img {
	border: 1px solid black;
}

.bordertop a:hover img {
	border: 1px solid blue;
}
.bordertop {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.subtitle {
	font-size: 12px;
}
.redtext { color: #900; }

