/* Reset styles */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}fieldset,img{border:0;}em,strong,th{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font: bold 100% tahoma,arial,sans-serif;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color: #286d8e;
	text-decoration: underline;
}
ul {
	font: normal 0.8em tahoma, arial, sans-serif;
}
li {
	margin: 0 0 0 20px;
	padding: 0 0 0 1em;
	line-height: 1em;
	background: url(img/list-item.gif) 0px 7px no-repeat;
}
form {
	margin: 0 0 0 20px;
}
td {
	font: normal 0.8em arial;
}
input,textarea,select {
	margin: 3px 0 3px 4px;
	font: normal 1em arial;
}
a:hover {
	text-decoration: none;
}
h1 {
	margin: 0 0 15px 0;
	padding: 2px 0 2px 5px;
	font-size: 1.05em;
	color: #296d8e;
	letter-spacing: 0px;
	text-transform: uppercase;
	border-left: 3px solid #ccc;
}
h2 {
	margin: 0 0 5px 10px;
	font-size: 0.8em;
}
h3 {
	margin: 20px 0 0 0;
	padding: 0 0 2px 0;
	font-size: 0.9em;
	color: #606060;
	border-bottom: 1px dotted #ccc;
}
p {
	font: normal 0.8em tahoma, arial, sans-serif;
}
dl {
	overflow: auto;
}
dt {
	width: 119px;
}

/* Layout */
#wrapper {
	width: 990px;
}
#flash {
	width: 100%;
	height: 366px;
}
#body {
	overflow: auto;
	margin: 0 13px;
}
#body p {
	margin: 0 10px 20px 10px;
}
#content {
	min-height: 520px;
}
#footer {
	margin: 20px 0 0 0;
	padding: 11px 0 40px 35px;
	border-top: 3px solid #898989;
	background: #ababab;
}

/* Styling */
#footer p,#footer a {
	color: #545454;
}
#footer p {
	margin: 10px 0 0 5px;
}
#footer ul {
	overflow: auto;
}
#footer li {
	background: none;
	float: left;
	margin: 0 4px 0 0;
	padding: 0 0 0 4px;
	border-left: 1px solid #959595;
}
#footer .active {
	color: #296d8e;
}
#panel {
	width: 221px;
	color: #616161;
	float: right;
	background: url(img/panel.png) no-repeat;
}
#panel h3, #panel p {
	margin-left: 15px;
	margin-bottom: 2px;
}
#panel img {
	margin: 0 0 3px 15px;
	border: 1px solid #7a7a7a;
}
#panel div {
	padding: 20px 0 0 0;
}

/* Misc */
.more {
	font-size: 0.8em;
	float: right;
}
.more a {
	color: #296d8e;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}