/* Global Whitespace Reset */
* {	padding:0;	margin:0;	 }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {	margin:20px 0; }
li, dd, blockquote {	margin-left: 40px; }
p {	margin: 15px 0;}
fieldset {	padding:10px; }
h1, h2, h3, h4, h5, h6 {	margin: 20px 0 5px;	color: #192E6A; }
p {	margin: 5px 0 20px;}
h1 {	font-size: 160%; }
h2 {	font-size: 150%; }
h3 {	font-size: 140%; }
h4 {	font-size: 130%; }
h5 {	font-size: 120%; }
h6 {	font-size: 110%; }
ul ul {	margin: 5px 0;	}
a:active {	outline: none;	}
:focus {	-moz-outline-style: none;	}
.structure {	display: none;}
hr.clear {	clear: both;	height: 1px;	margin: 0;	visibility: hidden;}
/* Styles */
html, body{
	*height: 100%;
	min-height:100%;
}
html{
	background: #FFF url(../images/leftbg.gif) 0 0 repeat-y;
}
body{
	background: url(../images/rightbg.gif) 100% 0 repeat-y;
}
#container {
	min-height: 100%;
	background: url(../images/header_bg.jpg) 100% 0 repeat-x;
}
#header h1 {
	margin:0;
	height: 41px;
	text-indent: -1234em;
}
#header h1 a {
	display:block;
	height: 41px;
	background:url(../images/header.jpg) no-repeat;
	text-decoration: none;
}
.content{
	margin: 0 5px 5px 5px;
}
.content .column {
	padding: 8px;
}
.content .first {
	float:left;
	width:177px;
}
.content .second{
	margin: 0 0 0 205px;
	padding:5px;
}
#clear {
	height: 29px;
}
#footer {
	background: url(../images/footer.gif) 100% 0 no-repeat;
	height: 29px;
	margin: -29px auto 0;
	*margin:-5px auto 0;
	position: relative;
	padding: 0;
	z-index:1000;
}
#adminlinks {
	margin: 0 0 10px 0;
}
