html, body {margin: 0px; padding: 0px; background-color: #e9e9c7;}

body {font-family: Verdana, Arial, Sans-Serif; font-size: 11px; color: #4e504f;}

form {margin: 0px; padding: 0px;}

img {border: 0px;}

td {vertical-align: top;}

p {margin: 0 0 15px 0;}

a {color: #83854c;}
a:hover {color: #000;}

h1 {margin: 0px 0px 20px 0px; font-size: 14px;}
h2 {margin: 0px 0px 10px 0px; font-size: 13px;}
h3 {margin: 0px; font-size: 11px;}

/**
 * General
 */
.clearBoth, .clear {clear: both; height: 0px; font-size: 1px; line-height: 0px; display: block;}

.noMarginBefore {margin-top: 0px;}
.noMarginAfter {margin-bottom: 0px;}

.nameTitle {font-size: 12px; font-weight: bold; text-align: center; padding: 10px 0px 10px 0px;}

/**
 * Lists
 */
ul.inline {margin: 0px; padding: 0px; list-style-type: none;}
ul.inline li {display: inline;}

ul.list {margin: 0px; padding: 0px; list-style-type: none;}

ul.spacedList {margin-bottom: 0;}
ul.spacedList li {padding-bottom: 15px;}
ul.spacedList li ul li {padding-bottom: 0;}

#master {width: 800px; margin: auto;}

#header {position: relative; height: 191px; background: #999959 url(../images/header-bg.jpg) no-repeat;}
#header .logo {position: absolute; top: 23px; left: 309px;}

#page {background: #f6f6ea url(../images/sidebar-bg.gif) repeat-y;}

#sidebar {float: left; width: 202px; margin-right: 12px;}
#sidebar .cta {margin: 20px 0 0 0; text-align: center; line-height: 16px; padding: 0 10px;}

#body {float: right; width: 586px;}

#nav {border-bottom: solid 3px #9a5d4e; line-height: normal; padding-top: 6px;}
#nav ul {margin: 0px; padding: 0px; list-style-type: none;}
#nav ul li {display: inline;}

#content {padding: 20px 20px 20px 0px;}

#footer {height: 23px; background: url(../images/footer-bg.gif) no-repeat;}

/**
 * Popup Windows
 */
body.popup {padding: 20px;}

/**
 * Forms
 */
form.form {width: 100%;}
form.form .row {padding: 0px 0px 5px 0px;}
form.form .label {float: left; width: 120px; text-align: right; padding-right: 10px;}
form.form .field {float: left; width: 400px;}