/* CSS Document */

* { padding: 0; margin: 0; }
#tocbox {
	float: right;
	width: 150px;
	margin-left: 10px;
	border: 1px solid #540E07;
	background-color: #E9DDC0;
}
#tocbox h1 {
	background-color: #540E07;
	display: block;
	font-size: 12px;
	color: #E9DDC0;
	padding: 4px;
	margin: 0px;
}
#tocbox h2 {
	font-size: 11px;
	margin: 0px;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F6F1E5;
}
#tocbox h2 a {
	text-decoration: none;
	color: #540E07;
	display: block;
}
#tocbox h2 a:hover {
	display: block;
	color: #000000;
	background-color: #DBC696;
	text-decoration: none;
}

body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* required for centering the page in IE */
	background-color: #DBC696;
}
#wrapper {
	margin: 0 auto;
	width: 720px;
	background-image: url(images/pageback.gif);
	background-repeat: repeat-y;
	
	/* center everything on other browsers*/
    margin:0 auto;

}
#header {
	color: #333;
	width: 720px;
	float: left;
	height: 140px;
}
#sidebar {
	color: #333;
	width: 150px;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	text-align: left;
	font-size: 12px;
	margin-bottom: 10px;
}
#main {
	float: right;
	color: #333;
	width: 530px;
	padding-right: 20px;
	padding-top: 12px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
}
#footer {
	width: 720px;
	clear: both;
	color: #333;
	background: url(images/footer.gif) no-repeat;
	height: 60px;
}
#main p {
	font-size: 12px;
	line-height: 130%;
	color: #333333;
	margin: 0px 0px 8px;
	padding: 0px 0px 0px 10px;
}
#main p a {
	color: #540E07;
	text-decoration: underline;
}
#main p a:hover {
	color: #CC3300;
	text-decoration: none;
}
h1 {
	font-size: 18px;
	margin: 0px 0px 10px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #540E07;
	color: #333333;
}
#sidebar p {
	font-size: 10px;
	line-height: 120%;
	padding-left: 10px;
}
.disclaim {
	font-size: 10px;
	color: #540e07;
	line-height: 110%;
}
#footer p {
	font-size: 10px;
	color: #E9DDC0;
	text-align: left;
	padding-top: 10px;
	padding-left: 20px;
	line-height: 130%;
}
#footer a {
	color: #E9DDC0;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.footersmall {
	font-size: 9px;
	color: #DBC696;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
h2 {
	font-size: 14px;
	color: #540E07;
	padding: 10px 0px 0px;
	margin: 0px 0px 4px;
	font-weight: normal;
}
.photoright {
	padding-bottom: 10px;
	padding-left: 20px;
}
.photoleft {
	padding-bottom: 10px;
	padding-right: 20px;
}

