* {
	padding: 0;
	margin: 0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 8pt;
}

div#holdall {
	width: 700px;
	position: absolute;
	left: 50%;
	margin-left: -350px;
}

div#header {
	height: 90px;
	background: url(../images/header_back.gif) repeat-x bottom left;
	position: relative;
}

div#header h1 {
	display: block;
	width: 230px;
	height: 40px;
	background: url(../images/header_logo.gif) no-repeat;
	text-indent: -1000px;
	
	position: absolute;
	bottom: 16px;
	left: 0;
}

div#header h2 {
	text-indent: -1000px;
}

div#header p {
	float: right;
	font-weight: bold;
	text-transform: uppercase;
	
	position: absolute;
	bottom: 19px;
	right: 0;
}

div#header p a {
	text-decoration: none;
	color: #9C6;
}

div#container {
	width: 700px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
}

a {
	color: #9C6;
}

a:hover {
	text-decoration: none;
}

div#leftside {
	width: 400px;
	float: left;
}

div#wideleftside {
	width: 700px;
	float: left;
}

div#middle {
	width: 280px;
	float: right;
}

div#widemiddle {
	width: 580px;
	float: right;
}

div#nav {
	margin-top: 15px;
	width: 100px;
	float: left;
	background: url(../images/h1_under.gif) top left no-repeat;
}

div#nav ul {
	margin-top: 4px;
	list-style: none;
	width: 100px;
}

div#nav ul li {
	border-bottom: 1px solid #efefef;
	margin-top: 1px;
	margin-bottom: 2px;
}

div#nav ul li a {
	display: block;
	background: url(../images/nav_back.gif) top left no-repeat;
	color: #999;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 15px;
	text-decoration: none;
}

div#nav ul li a:hover {
	color: #9C6;
}

div#nav ul li.current a {
	color: #9C6;
	background: url(../images/nav_back_current.gif) top left no-repeat;
}

div#rightside {
	width: 280px;
	float: right;
}

div#container img {
	float: left;
	margin-right: 10px;
	margin-left: 2px;
}

div#rightside, div#leftside h2 {
	margin-bottom: 5px;
}

a.block {
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 1px 2px;
}

a.block:hover {
	color: #fff;
	background: #9C6;
}

div#container h1 {
	color: #69C;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../images/h1_under.gif) bottom left no-repeat;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

div#container h2 {
	color: #69C;
	font-weight: normal;
	margin-bottom: 4px;
}

div#container strong {
	color: #69C;
}

div#container p, div#middle ul {
	color: #333;
	margin-bottom: 10px;
	line-height: 11pt;
}

div#middle ul {
	margin-left: 20px;
}

div#container hr {
	border: 0;
	height: 0;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
}

form, div.box {
	border: 1px solid #efefef;
	border-left: none;
	padding: 5px 5px 5px 20px;
	background: url(../images/nav_back_current.gif) top left repeat-y #fafafa;
	margin: 5px 0;
}

form.invisible {
	border: none;
	padding: 0;
	background: none;
	margin: 0;
}

table { 
	background: #fafafa;
	border: 1px solid #efefef;
	margin-bottom: 5px;
	padding: 2px;
	text-align: left;
	width: 100%;
}

th {
	background: #69C;
	color: #fafafa;
	padding: 1px;
}

td { vertical-align: top; padding: 4px 0; }

label {
	font-weight: bold;
	color: #69C;
	display: block;
	margin-bottom: 2px;
}

input, textarea, select {
	width: 240px;
	margin-bottom: 5px;
	padding: 1px 0;
}

textarea {
	height: 100px;
}

input.narrow, select.narrow {
	width: 115px;
}

div.column {
	float: left;
	width: 115px;
	margin-right: 10px;
}

input.button {
	clear: both;
	margin-bottom: 2px;
	margin-right: 2px;
	width: auto;
	padding: 0;
}

div#footer {
	clear: both;
}

div#footer p {
	text-align: right;
	color: #666;
}

img { border: 0; }

dl {
	margin-bottom: 5px;
}

dt {
	clear: left;
	color: #69C;
	float: left;
	font-weight: bold;
	text-align: right;
	width: 6em;
}

dd {
	float: left;
	margin-left: 5px;
}

div#container .error {
	color: #F75A1B;
	font-weight: bold;
}
