/* CSS Document */

body, html {
	background-color: #bda575;
	padding:0px;
	margin:0px;
	height: 100%;
	width:100%;
	background-image: url(../images/body-bg.jpg);
}
td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: left;
	background-color: #582e0f;
	color: #FFFFFF;
	white-space: nowrap;
}
h1 {
	font-size:24px;
	border-bottom: 3px solid #faa91d;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
h2 {
	font-size:16px;
	/*font-weight: normal;*/
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	color: #b34b26;
}
h3 {
	font-size: 13px;
	text-decoration: underline;
	padding: 0px;
	margin: 10px 0px 5px 0px;
}
ul li {
	list-style-image: url(../images/crownriver-bullet.gif);
}
#otherLi {
	list-style-type: disc;
	list-style-image: none;
}
img {
	border: 1px solid #582e0f;
}
fieldset {
	border: none;
	border-top: 1px solid #582e0f;
	padding: 10px 0px 0px 0px;
	color: #582e0f;
	font-size: 13px;
}
fieldset > legend {
	padding: 0px 5px 2px 0px;
	font-weight: bold;
	color: #582e0f;
	font-size: 13px;
}
legend {
	font-weight: bold;
	color: #582e0f;
	font-size: 13px;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px;
}
textarea {
	width: 100%;
}
.mainTable{
	border-right:3px solid #582e0f;
	height: 100%;
}
.leftcolumn {
	width: 220px;
	background-color: #582e0f;
	color:#FFFFFF;
	height: 720px;
	vertical-align:top;
	background-image:url(../images/left-bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}
.header {
	border-bottom:3px solid #582e0f;
}
.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	height: 524px;
	vertical-align:top;
	padding: 10px 5px 10px 10px;
	background-color: #bda575;
}
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #bda575;
}
.odd {
	background-color: #b39b6a;
}
.floatLeft {
	float: left; 
	margin: 0px 5px 0px 0px;
}
.floatRight {
	float: right; 
	margin: 0px 0px 0px 5px;
}
a.menu {
	color: #FFFFFF;
	text-transform:uppercase;
	font-size:14px;
	text-decoration:none;
	line-height: 13px;
	cursor:hand;
	font-weight: bold;
}
a.menu:hover {
	color: #FFFFFF;
	text-transform:uppercase;
	font-size:14px;
	text-decoration:none;
	line-height: 13px;
	cursor:hand;
	font-weight: bold;
}
#menuSmall {
	font-family:Arial, Helvetica, sans-serif;
	color:#bda575;
	font-size:11px;
	text-transform:lowercase;
	font-weight: normal;
}
a {
	text-decoration:none;
	color: #b34b26;
	border-bottom: 1px dashed #b34b26;
}
a:hover {
	text-decoration:none;
	color: #b34b26;
	border-bottom: 1px solid #b34b26;
}
