BODY {
	background: url('../images/bg.gif') repeat-x #F4F5F0;
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
	margin: 0px 0px 0px 0px;
}

IMG {
	border: none;
}

INPUT {
	font-family: helvetica, arial, sans-serif;
	font-size: 90%;
}

TEXTAREA {
	border: solid 1px #c0c0c0;
	font-family: helvetica, arial, sans-serif;
	font-size: 90%;
}

#main {
	margin: 0px auto;
	position: relative;
	width: 834px;
}

#header {
	background: url('../images/header.gif') no-repeat;
	clear: both;
	float: left;
	height: 41px;
	margin: 50px 0px 0px 0px;
	text-align: right;
	width: 100%;
}

#header #logo {
	display: block;
	float: left;
	height: 40px;
	width: 290px;
}

#header #menu {
	float: left;
	width: 535px;
	margin: 6px 0px 0px 0px;
}

#header #menu A {
	color: #000000;
	font-size: 85%;
	font-weight: bold;
	text-decoration: none;
}

#content {
	background: url('../images/contentBG.gif') repeat-y;
	clear: both;
	float: left;
	margin: 0px 0px 0px 0px;
	min-height: 360px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

/* min-height for Internet Explorer */
/*\*/
* html .content {
	height: 360px;
}
/**/

#footer {
	background: url('../images/footer.gif') no-repeat;
	clear: both;
	float: left;
	height: 120px;
	width: 100%;
}

#footer #buttons {
	clear: both;
	float: left;
	padding: 0px 0px 0px 3px;
}

#copyright {
	clear: both;
	float: left;
	font-size: 75%;
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 0px 0px;
	text-align: right;
	width: 100%;
}

#copyright A {
	color: #000000;
}

DIV.error {
	background-color: #F9E3E3;
	border: solid 1px #E79E9E;
	clear: both;
	color: #484848;
	float: left;
	font-weight: normal;
	margin: 5px;
	padding: 10px;
	text-align: left;
	width: 320px;
}

SPAN.bold {
	font-weight: bold;
}

SPAN.required {
	color: #ff0000;
}

#overlay {
    /* overlay is hidden before loading */
    display: none;
    text-align: center;
    width: 400px;
}

#overlay #contents {
    padding: 10px;
    border: 1px solid #7c7c7c;
    background-color: #fff;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}