form,ul,ol,h1,h2,h3,h4,h5,h6,p {display: block; margin: 0; padding: 0;}
textarea,input,select,button{margin: 0; padding: 0;}

/* Our not-so-subtle warnings */
.noscriptwarning {
	position: relative;
	display: block;
	padding: 2px 0 0;
	margin-bottom: 2px;
	background: #ffffbb;
	border: 1px solid #dc9;
	color: #420;
	text-align: left;
}
.noscriptwarning a {font-weight: bold;}

.browserwarning {
	position: relative;
	display: block;
	padding: 2px 0 0;
	margin-bottom: 2px;
	background: #fc0;
	border: 1px solid #f90;
	color: #000;
	text-align: left;
}
.browserwarning a {font-weight: bold;}

.hider {
	color: #900;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 1px;
	left: 2px;
	font-size: 80%;
}
.hider:hover {color: #966;}

.hidewarning {
	position: fixed !important;
	top: 0;
	left: 0;
	float: left;
	padding: 0;
	z-index: 9999;
}
.hidewarning p {display: none;}

.hidewarning .hider {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 20px;
	height: 17px;
	background: transparent url(/images/warning-trans.png) no-repeat center center;
	text-indent: -900em;
}

.ie6warning {display: none;}/*ugh*/

* {margin: 0; padding: 0;}
form {display: block;}

small {font-size: 75%;}

.progress {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 50%;
	height: 16px;
	overflow: hidden;
	text-indent: -900em;
	background: transparent url(/images/design/loading.gif) no-repeat 0 center;
}
.progress span {display: none;}

a {
	color: #09c;
	text-decoration: none;
}
a:hover {color: #069;}

body {
	margin: 0;
	padding: 0 3px;
	background: #0067c6;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 150%;
	text-align: center;
}
#wrap {
	position: relative;
	margin: 0;
	background: #fff;
	text-align: left;
}
#head {background: #1a1d56;}
#logo {margin: 0; padding: 0;}
#logo a {
	display: block;
	padding: 2px 5px;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
}
#slogan {
	display: block;
	padding: 2px 5px;
	color: #444;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
	text-align: right;
}

h1,h2,h3,h4,h5,h6 {font-weight:bold;}
.sub #left h1,.sub #left h2,.sub #left h3 {padding-bottom:11px;}
h1 {font-size:1.5em; line-height: 110%;}
h2 {font-size:1.4em; line-height: 110%;}
h3 {font-size:1.2em; line-height: 110%;}
h4 {font-size:1.1em; line-height: 120%;}
h5 {font-size:1.0em; line-height: 130%;}
h6 {font-size:0.9em; line-height: 130%;}

#nav-top {
	background: #0067c6;
	color: #fff;
	list-style-type: none;
}
#nav-top li {
	display: inline;
	padding-left: 5px;
}
#nav-top a {color: #fff;}
#nav-left {
	background: #fafafa;
	color: #333;
	list-style-type: none;
}
#nav-left li {
	padding: 0 2px;
	border-top: 1px solid #ddd;
}
#nav-left a {color: #333;}
#nav-left ul {padding-left: 5px; border-bottom: 1px solid #eee; line-height:1em;}

#content {
	padding: 2px 5px;
	background: #fff;
}
#content ul, #content ol {padding: 0 1px 11px 16px;}
#content ol ul, #content ul ol, #content ul ul, #content ol ol {padding: 0 0 3px 15px;}
#content p {padding: 0 1px 11px 1px;}
#foot {
	clear: both;
	margin-top: 3px;
	padding: 2px 0;
	background: #0067c6;
	color: #fff;
	font-size: 8px;
	text-align: right;
}

#signup label, #signup h2 {color: #fff;}
#signup * {
	font-size: 9px;
}
/* Error messages */
dt .elemError, dd label .elemError {
	display: block;
}
.elemError {
	color: #d00;
	font-style: italic;
	font-weight: normal;
	display: block;
}
.permanentError {
	color: #d60;
	border-bottom: 1px solid #c00;
	font-style: italic;
	font-weight: normal;
	display: block;
}
form span.fieldError, form span.fieldError input, form span.fieldError input, form span.fieldError option, form span.fieldError ul {
	color: #c33 !important;
}
form label.fieldError {
	color: #c33 !important;
}