@charset "UTF-8";
/* CSS Document */

body  {
	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: #FFC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background-color: #663300;
	background-image: url(../images/bgndnain.jpg);
	background-repeat: repeat-x;
}
.thrColFixHdr #container {
	width: 840px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/bgnd.jpg);
	background-repeat: repeat-y;
} 
.thrColFixHdr #header {
	background-image: url(../images/bannr.jpg);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 20px;
} 
.thrColFixHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 4px;
	padding-bottom: 15px;
	padding-left: 28px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FC0;
}
#sidebar1 h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #333;
}
#sidebar1 h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333;
	letter-spacing: .1em;
}
#sidebar1 p {
	color: #333;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 8px;
}
.thrColFixHdr #mainContent {
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 215px;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 10px;
	padding-top: 12px;
} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColFixHdr #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 */
	font-size: 5px;
}
.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;
}
.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 {
	color: #FF9;
	padding-bottom: 5px;
	list-style-image: url(../images/arrow.gif);
	list-style-position: outside;
}
a:visited {
	color: #FF6;
}
a:hover {
	color: #FF6;
	background-color: #660;
	text-decoration: none;
}
h1 {
	font-size: 16px;
	letter-spacing: .1em;
	font-variant: small-caps;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	font-weight: normal;
}
h3 {
	font-size: 12px;
	font-weight: normal;
}
.bullets {
	list-style-position: outside;
	list-style-image: url(../images/bullet.jpg);
	margin-bottom: -10px;
}
.footertxt {
	font-size: 10px;
	color: #F90;
	margin-right: 12px;
	text-align: right;
}
.menu {
	width: 510px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FC0;
	text-align: center;
	padding-right: 200px;
	padding-left: 100px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.box {
	width: 200px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FC0;
	background-image: url(../images/bgndquote.jpg);
	background-repeat: repeat-x;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F93;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 23px;
	color: #FFF;
	font-style: italic;
}
