@charset "utf-8";

body  {
	padding: 0;
	font-size: 105%;
	font-family:Sylfaen;
	color: #0F2010;
	line-height: 1.25em;
	background-image: url(images/smallbackground.jpg);
	background-repeat: repeat;
	color: #0F2010;
	}

#container {
	width: 850px;  /* this will create a container 850px in width-should be max 780 */
	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 */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFF0;
	height: auto;
	}

.twoColFixLtHdr #header { 

	background: #F8E4C7; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixLtHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.wireframemenu{
	background-color: #FFFFF0;
	border-bottom-width: 0;
	width: 215px;
	padding-left: 15px;
	margin-top: 0;
	float: left;
}

.wireframemenu ul{
	padding: 0px;
	margin: 0px;
	width: 195px;
	list-style-type: none;
	color: #485740;
}

.wireframemenu a{
	padding: 0px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	margin-left: 0px;
	color: #485740;
	text-decoration: none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 125%;
	text-align:center;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #600;
	border-top-style: none;
	}

.wireframemenu a:visited{
color: #030;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

#mainContent {
	width: 600px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;	
	padding-right: 10px;
	padding-left: 10px;
	line-height: 175%;
	background-color: #FFFFF0;
	text-align: left;
	float: right;
	} 
	
#mainContent h1 {
	margin-top: 0;
}

.twoColFixLtHdr #footer {
	padding: 5px;
	background-color: #485740;
	font-size: 1em;
	color: #FFF;
}

#footer {
	padding: 5px;
	background-color: #485740;
	font-size: 1em;
	color: #FFF;
} 


/* Miscellaneous classes for reuse */

.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;

}

.floatright {
	float: right;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;

}

.floatleft { float: left; margin: 5px 5px 5px 5px; 

}

.blockquote {
	color:#994433;
	font-family: Sylfaen;
	width: 8em;
	margin-top: 22px;
	margin-right: 30px;
	margin-bottom: 22px;
	margin-left: 30px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-size: 125%;
	float: left;
	line-height: 1.05em;
	border-top:double;
	border-bottom: double;
}
#mainContent a.note {
	background-color: #994433;
	text-decoration: none;
	color: #E2AA3C;
	padding: .1em .2em .1em .2em;
	margin-right: .2em;
	border: none;
	font-size: smaller;
}

#mainContent a.note:visited {
background-color: #E2AA3C;
color: #0A2E12
}

#mainContent a.note:hover, #maincontent a.note:active {
background-color: #E2AA3C;
color: #0A2E12
}

#footnotes {
font-size: .94em;
margin-top: 0;
width: 570px;
float: right;
}

#footnotes p {
margin: 1em 1.5em;
padding: .5em 3em 0 1em;
line-height: 150%;
}

#footnotes a.note {
	background-color: #994433;
	text-decoration: none;
	color: #E2AA3C;
	padding: .1em .2em .1em .2em;
	margin-right: .2em;
	border: none;
	font-size: smaller;
}

#footnotes a.note:visited {
background-color: #E2AA3C;
color: #0A2E12
}

#footnotes .note:hover, #footnotes a.note:active {
background-color: #E2AA3C;
color: #0A2E12
}

#container #mainContent h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-style: italic;
	line-height: 1.5em;
	color: #0A2E12;
	text-align: center;
}

#container #mainContent table tr td div {
	font-weight: bold;
	line-height: 1.2em;
}
.bannerclass{
}
.floatrightprint {
	float: right;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;

}
