html, body {
	font-size: 11px;
	font-family: sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #ececec;
}

body {
	color: #6b6b6b;
}

body a {
	font-weight: bold;
	text-decoration: none;
	color:  #bf883a;
}

body a:hover {
	text-decoration: underline;
}

.lighter-orange {
	color: #e6aa0c;
}

#container {
	margin: 0px auto;
	width: 798px;
	padding: 0 1px;
	background: #fff;
	position: relative;
}

/* --- header --- */
#header div {
	display: block;
	margin: 0;
	padding: 0px;
	border: none;
}

#header div img {
	margin: 0;
	padding: 0px;
	border: none;
}

#header a {
	font-size: 10px;
	display: block;
	line-height: 26px;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	background: #d39f58;
}

#header table {
	width: 800px;
	position: relative;
	left: -1px;
	margin: 0;
	padding: 0;
}

#header table tr td {
	height: 26px;
	text-align: center;
	background: #bf873a;
}

#header table tr td#current-page {
	background: #e68a0c;
}

#header table tr td#current-page a:hover {
	background: #e68a0c;
}

/* --- left_panel --- */

#left_panel {
	width: 198px;
	padding: 0;
}

#login-box {
	font-size: 10px;
	padding: 0;
	margin: 0;
}

#login-box form {
	margin: 0;
	padding: 0;
}

#login-box form p {
	position: relative;
	width: 188px;
	padding: 6px 5px;
	margin: 0 0 1px 0;
}

#formStyle input
{
	width: 232px;
}

#formStyle input[type=checkbox],#formStyle input[type=radio],#formStyle input[type=submit]
{
	width: auto;
}

#formStyle select
{
	width: 238px;
}

#formStyle textarea
{
	width: 232px;
}

.checkList1
{
	list-style:none;
	margin:0px;
}

#login-box form a {
	color: #6b6b6b;
}

a#create-user-link {
	display: block;
	width: 188px;
	margin: 0 0 1px 0;
	padding: 6px 5px;
	background: #cacaca;
	text-decoration: none;
}
#login-box form div {
	width: 188px;
	padding: 6px 5px;
	margin: 0 0 1px 0;
}
#login-box form table {
	width: 178px;
}

#login-box form table td, #login-box form table tr {
	padding: 0;
}

#login-box form table td input {
	height: 14px;
	width: 118px;
	background-color: #fff;
	border: 1px solid #6b6b6b;
}

#submit-button {
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
	display: block;
	width: 198px;
	margin: 0 0 1px 0;
	padding: 6px 5px;
	background: #cacaca;
	text-decoration: none;
	border: none;
	color: #6b6b6b;
	text-align: left;
	cursor: pointer;
}

#remember-login-checkbox {
	display: block;
	clear: none;
	float: left;
	margin-bottom: 1em;
}

.dark-gray {
	background: #cacaca;
}

.light-gray {
	background: #e8e8e8;
}

ul#sub-page-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#sub-page-list li {
	position: relative;
	width: 198px;
	margin: 0 0 1px 0;
	background-color: #e68a0c;
}

ul#sub-page-list li a {
	display: block;
	width: 188px;
	padding: 6px 5px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

ul#sub-page-list li a:hover {
	background-color: #e6aa0c;
}

ul#sub-page-list li#current-subpage {
	background-color: #e6aa0c;
}

/* --- content --- */

#content {
	width: 800px;
}

table#content-table {
	width: 800px;
	position: relative;
	margin-left: -1px;
	margin-top: -1px;
	margin-bottom: 50px;
}

table#content-table td {
	vertical-align: top;
}

table#content-table td table td {
	vertical-align: middle;
}

/* --- body --- */

#body {
	display: block;
	width: 379px;
	padding: 0px 10px;
	height: 100%;
}

#body p {
	line-height: 16px;
}

#body h1 {
	margin-top: 10px;
	font-size: 20px;
	font-weight: normal;
	color: #e68a0c;
}

ul.list-with-arrow-bullets {
	margin: 1em 0;
	padding: 0;
	text-align: left;
}

ul.list-with-arrow-bullets li { 
	background: url('../img/ul-arrow.png') 1px 4px no-repeat;
	list-style: none;
	padding-left: 15px;
	line-height: 18px;
}

ul.list-with-no-bullets {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.list-with-no-bullets li {
	padding: 0;
}

/* --- right-panel --- */

#advert-space-one {
	display: block;
	width: 199px;
	height: 156px;
	background-color: #adbd74;
	color: #fff;
	margin: 0 0 1px 0;
	padding: 0;
	line-height: 156px;
	text-align: center;
}

#advert-space-two {
	display: block;
	width: 199px;
	height: 156px;
	background-color: #85bd74;
	color: #fff;
	margin: 0 0 1px 0;
	line-height: 156px;
	text-align: center;
}

/* --- footer --- */

#footer {
	position: relative;
	font-size: 9px;
	margin-left: -1px;
	width: 800px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #ececec;
}

#footer a {
	color: #6b6b6b;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}