html { height: 100%; }
body {
	background: #fff;
	text-align: center;
	margin: 0; padding:0;
	font-family: Tahoma, Verdana, Arial;
	font-size: small;
	height: 100%;
}
/* GLOBAL ELEMENTS */
img {	border:0; }
a {
	color: #B38600;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FFC000;
	text-decoration: underline;
}
form {
	padding: 0 0 0 5px;
	background: #ccc;
	margin: 10px 0 10px 10px;
}
form table td, form div {	background: #fff; font-size:11px;}
form table th { text-align: center; }
form table th a { color: #000; text-decoration:underline;}
p {margin:0;padding:5px;line-height:150%;}
input {border: 1px solid #FFC000;}
input:focus {border:1px dotted #B38600;}
label { font-size: 12px; font-weight:bold;}
.button {border:2px solid #ffc000;background:#fff;}
abbr { font-weight:bold; text-decoration:none; cursor:help;}
/* WRAPPERS */
#wrapper {
	margin: 0px auto;
	width: 76%;
	background: #fff url(images/main_shadow_right.gif) repeat-y right;
	text-align: left;
}
#innerwrapper {
	background: url(images/main_shadow_left.gif) repeat-y left;
}
#content {
	height: 100%;
	margin: 0 12px 0 12px;
}
#innercontent {	padding: 10px; height:auto; }
/* HEADER */
#header {
	border-top: 1px solid #FFC000;
	border-bottom: 1px solid #FFC000;
	padding: 15px;
	height: 56px;
	margin: 5px 0 10px 0;
	background: url(images/header_bg.gif) no-repeat right;
}
big {
	font-size: xx-large;
	letter-spacing: 0.2em;
	font-family: Verdana;
}
big a:hover {
	text-decoration:none;
}
#header h1 {
	color: #B38600;
	font-size: x-small;
	margin: 5px 0 5px 15px;
	font-weight:normal;
}
/* CONTENT */
#main {
	padding: 5px;
	margin-left: 160px;
}
#main h1 {
	background: url(images/h1_icon.gif) no-repeat 5px 2px;
	font-size: large;
	margin: 0;
	height: 27px;
	line-height: 150%;
	padding: 0 0 0 30px;
	border-bottom: 1px dotted #FFC000;
}
#main h2 {
	font-size:small;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 2px;
	border-left: 5px solid #ccc;
}
/* SIDEBAR */
#sidebar {
	float: left;
	width: 150px;
	margin-bottom: 90px;
}
#sidebar div {
	border: 1px solid #B38600;
	background: #fff url(images/sidebar_bg.gif) repeat-y left;
	margin-bottom: 10px;
}
#sidebar h2 {
	background: #FFC000;
	margin: 0;
	font-size: small;
	text-align: center;
	color: #fff;
	padding: 3px;
}
#sidebar ul {
	list-style-type: none;
	margin:0;
	padding:0;
}
#sidebar ul li {
	border-top: 1px solid #B38600;
}
#sidebar ul li a {
	display:block;
	padding: 2px 2px 2px 10px;
}
#sidebar ul li a:hover {
	background: #fff;
}
/* FOOTER */
#footer {
	text-align: center;
	clear:both;
	font-size: xx-small;
	border-top: 1px dotted #ccc;
	padding: 4px;
	margin: 5px;
}