body, p, td, textarea, input {
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
}
body {
	background: #e6e6e6;
	margin: 0;
	line-height: 1.5em;
}
#wrapper {
	width:720px;
	position: relative;
	margin: 0px auto 0px auto;
	background: #fff;
}
#status, #footer {
	margin-top: 10px;
	font-size: 9px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 660px;
	line-height: 15px;
	color: #5a6577;
}
#status a, #footer a {
	color: #5a6577;
}
#footer {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 15px;
}
#header {
	background: #5a6577 url(../images/logo.png) no-repeat 0px 0px;
	height: 110px;
}
#header h1 {
	position: absolute;
	left: -2000px;
}
#breadcrumb {
	font-size: 0.85em;
}
textarea, .textfield {
	width: 95%;
	background: #f6f6f6;
	border: solid 1px #666;
	padding:4px;
}
fieldset {
	width: 95%;
	padding:4px;
}
textarea {
	font-family: "Courier New", Courier, mono;
}
a {
	color: #CC0000;
}
p, ul, ol {
	margin-top: 0;
	margin-bottom: 0.5em;
}
label {
	font-size: 0.85em ;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-bottom: 5px;
}
h1 {
	font-size: 160%;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 120%;
	border-top: solid 1px #5a6577;
	margin-top: 0;
	padding-top: 5px;
}
* html h2 {
	height: 1%;
}
#content {
	padding: 10px 10px 10px 30px;
}
.message {
	font-size: 80%;
	color: #009900;
	background: #D9FFD9;
	border: 1px solid #009900;
	padding: 10px;
}
.message a {
	color: #009900;
}
.error {
	font-size: 80%;
	color: #000000;
	background: #FFD9D9;
	border: 1px solid #990000;
	padding: 10px;
}
* html .error{
	height: 1%;
}
#sideCol {
	float: right;
	width: 200px;
	position: relative;
}
#mainCol {
	width: 450px;
	position: relative;
}
.noteText {
	font-size: 0.85em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#tools {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 0.7em;
	color: #fff;
}
#tools a {
	color: #fff;
	text-decoration: none;
}
.error {
	color: #cc0000;
	border: 2px solid #cc0000;
	background-color:#Fee ;
	line-height: 1.2em;
}
.clear {
	clear: both;
}
.required {
	font-weight: bold;
	color: #990000;
}
ol, ul {
	margin: 0;
	padding: 0 0 0 2em;
}
ol li, ul li {
	font-size: 0.85em;
}
#sideCol ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
#sideCol li {
	margin-left: 0;
	padding-left: 0;
}
#strippedContainer {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
