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: #ddd;
	border: 1px solid #bbb;
	color: #222;
	text-align: left;
}
.noscriptwarning a {font-weight: bold;}

.browserwarning {
	position: relative;
	display: block;
	padding: 2px 0 0;
	margin-bottom: 2px;
	background: #999;
	border: 1px solid #555;
	color: #000;
	text-align: left;
}
.browserwarning a {font-weight: bold;}

.hider {
	color: #555;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 1px;
	left: 2px;
	font-size: 80%;
}
.hider:hover {color: #777;}

.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;
	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;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 150%;
	text-align: center;
}
#wrap {
	position: relative;
	margin: 0;
	text-align: left;
}
#logo {margin: 0; padding: 0;}
#logo a {
	display: block;
	padding: 2px 5px;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	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 {
	display: block;
	padding: 0;
	width: 100%;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.5em;
	list-style-type: none;
}
#nav-top>li {
	float: left;
	padding: 0 9px;
}
#nav-top>li>a {
	display: block;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	line-height: 16pt;
}
#nav-top>li:hover>a {color: #fcc;}
#nav-top>li.active>a {color: #ff9;}
#nav-top>li#nav-top-1 {padding-left: 12px;}
#left {
	float: left;
	width: 24%;
	color: #777;
	font-size: 8pt;
	font-style: italic;
	font-weight: bold;
	line-height: 190%;
}
#nav-left {
	float: left;
	width: 24%;
	color: #333;
	font-size: 8pt;
	line-height: 1.2em;
}
#nav-left li {
	padding: 5px 2px;
	border-bottom: 1px solid #eee;
}
#nav-left a {color: #333;}
#nav-left ul {padding-left: 5px; line-height:1.1em; list-style-type: none;}
#nav-left ul li {
	border-top: 1px solid #eee;
	border-bottom-width: 0px;
	padding: 3px 1px 2px;
}

#content {
	float: right;
	width: 70%;
	padding: 2px 5px;
}
#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;
	color: #555;
	font-size: 8pt;
	text-align: right;
}

#signup { display: none; }
/* 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;
}