body {
    text-align: left;
    padding: 0;
    margin-top: 16px;
    /*font-family: "MS Sans Serif", Geneva, sans-serif;*/
	font-family: Georgia;
    font-size: 15px;
}

#divPage {
    width: 800px;
    margin: 0 auto;
    text-align: left;
    border: solid 1px;
}

#divHeader {
    height: 150px;
    /*background: #f7941e;*/
	background: #ffffff;
	text-align: right;
	background-image: url(/images/bar.png);
	background-repeat: repeat-x;
}

/* Content */
#divContent {
    min-height: 300px;
    _min-height: 300px;
}

div.contentfull, div.contentwide, div.contentnarrow {
    position: relative;
}

div.contentwide, div.contentnarrow {
    float: left;
}

div.contentfull {
    padding: 16px;
}

div.contentwide {
    padding: 0px 8px 16px 16px;
    width: 552px;
}

div.contentnarrow {
    padding: 16px 16px 16px 8px;
    width: 200px;
}
/* Footer */
#divFooter {
    text-align: center;
    font-size: 0.9em;
    padding: 1em;
}

#divFooter p {
    padding: 0;
    margin: 0;
}

#copyright {
	text-align: center;
}

#divNav {
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: left;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

#divContact {
	color: #555555;
	font-size: smaller;
	border-bottom: 1px solid;
}

a {
	text-decoration: none;
	color: #f7941e;
}

a:hover {
	text-decoration: underline;
}

a:hover.selected{
	text-decoration: none;
}

a.selected {
	font-weight: bold;
	color: #555555;
}

ul.nobullets {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.nobullets li {
    margin: 0;
    padding: 0;
}

br.clear {
    clear: both;
}

h1 {
	font-size: 16px;
	color: #000000;
}

h2 {
	font-size: 15px;
	color: #f7941e;
}

ul.form label {
    display: block;
    float: left;
    width: 170px;
    padding-top: 4px;
}

ul.form label.radiolabel {
    display: inline;
    float: none;
}

ul.form span.fauxlabel {
    display: block;
    float: left;
    width: 160px;
}

ul.form li {
    margin: 5px 0;
    padding-bottom: 6px !important;
}

ul.form input.textbox {
    width: 165px;
}

ul.form select {
    width: 175px;
}

ul.form input.textbox.small, ul.form select.small {
    width: 80px;
}

ul.form input.textbox.verysmall {
    width: 30px;
}

ul.form select.verysmall {
    width: 45px;
}

ul.form input.textbox.right {
    text-align: right;
    padding-right: 0.2em;
}

ul.form textarea {
	width: 360px;
	height: 100px;
}

ul.form input.error {
	border: 1px #ff0000 solid;
}

ul.form textarea.error {
	border: 1px #ff0000 solid;
}

.adr {
	margin-top: 8px;
}
