body, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin:0;padding:0;}
table { border-collapse:collapse; }
fieldset, img { border:0; }

body {
	color: #3F2001;
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	background: #FFFFFF;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}


h1, h2, h3, h4, h5, h6 {
	color: #725034;
	margin-bottom: 4px;
}

h1{
	font-size: 24px;
	font-weight: bold;
}

h2{
	font-size: 26px;
	font-weight:normal;
}

h3{
	font-size: 17px;
	font-weight:normal;
}

h4{
	font-size: 15px;
	font-weight:normal;
}

h5{
	font-size: 14px;
	font-weight:normal;
}
hr {
	border-top: 1px dotted #999999;
	margin: 10px 0px;
	background: transparent;
}

a { color: #000000; }

a:link { color:#A74A12; text-decoration: none; }
a:visited { color: #A74A12; text-decoration: none; }
a:hover { color: #A74A12; text-decoration: underline; }
a:active { color: #A74A12; text-decoration: none; }

.white_link { color: #ffffff; font-weight: bold; }
.white_link:link { color:#ffffff; text-decoration: underline; }
.white_link:visited { color: #ffffff; text-decoration: underline; }
.white_link:hover {
	color: #ddd;
	text-decoration: none;
}
.white_link:active { color: #ffffff; text-decoration: underline; }

.grey_link { color: #FF9900; font-weight: bold; }
.grey_link:link { color:#FF9900; text-decoration: none; }
.grey_link:visited { color: #FF9900; text-decoration: none; }
.grey_link:hover { color: #FF9900; text-decoration: none; }
.grey_link:active { color: #FF9900; text-decoration: none; }

#thebox {
	width: 822px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #333333;
}
.page {
	background-color: #FFFFFF;
	background-image: url(../Images/skin/skin_page.jpg);
	background-repeat: repeat-y;
}

.nav_menu {
	height: 484px;
	width: 160px;
	padding: 15px;
}
.subnav {
	font-size: 12px;
	margin: 0px 0px 5px 10px;
}

#header {
	height: 115px;
	width: 822px;
	background: url(../Images/skin/skin_header2.jpg) no-repeat;
}
.skin_left {
	background-image: url(../Images/skin/skin_left1.jpg);
	background-repeat: no-repeat;
	height: 484px;
	width: 12px;
}
.skin_right {
	background-image: url(../Images/skin/skin_right1.jpg);
	background-repeat: no-repeat;
	height: 484px;
	width: 30px;
}
.skin_seperator {
	width: 20px;
}
.skin_content {
	width: 570px;
}

#contents {
	padding: 20px 20px 10px 20px;
	overflow: auto;
	height: 420px;
}

#menu {
	overflow: auto;
	height: 420px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footer {
	background-image: url(../Images/skin/skin_footer.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 822px;
}
#infoBottom {
	color: #333333;
	font-weight: bold;
}

#logo {
	float: left;
	height: 115px;
	width: 240px;
}
#details {
	float: right;
	height: 55px;
	margin: 30px;
	text-align: right;
	color: #333333;
}
#details h3 {
	color: #333333;
	margin-bottom: 0px;
}
