body {
    margin: 0;
    font-family: sans-serif;
}
p {
    font-size: 12px;
    line-height: 18px;
    color: #000;
}
h1 {
    font-size: 20px;
    line-height: 16px;
    color: #000;
    text-transform: uppercase;
    padding-top: 10px;
}
h2 {
    font-size: 14px;
    line-height: 18px;
    color:#000;
    text-transform: uppercase;
    padding-top: 10px;
}
img {
    border: none;
}

#terms ul, #codeOfEthics ul {
    margin:0 0 1.5em;
    padding:0;
    list-style:square inside;
    font-size: 12px;
    line-height: 18px;
}
#terms li, #codeOfEthics ul {
    margin-left:0px;
    padding:0px 15px 0 15px;
    text-indent:-14px;
    line-height:18px;
    text-align: left;
}



/* header */
#header {
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    background-color: #ddf0e7;
    margin-bottom: 10px;
}
#topmenu {
    background: #ddf0e7 url(/images/bg.jpg) top repeat-x;
    padding-top: 2px;
    padding-bottom: 6px;
    height: 35px;
    position: inherit;
}
#topmenu p, #topmenu a {
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
}
#logo {
    background-color: #ddf0e7;
    padding-top: 3px;
    padding-bottom: 2px;
}

/* end header */



/* buttons */
.buttons a, .buttons button {
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
    /*margin-top: 5px;*/
}
.buttons button {
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* end buttons */


/* footer */

#footer {
    background-color: #056838;
    padding-top: 0;
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
}
#footer p {
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
}
#footer a {
    color: #ca5f3a;
    font-size: 12px;
    font-family: sans-serif;
    line-height: 20px;
    font-weight: 700;
}
#shadow {
    background: #ffffff url(/images/footer.jpg) top repeat-x;
    height: 18px;
    margin-top: 25px;
}

/* end footer */

.termsframe {
		border: 2px solid #1D4E04;
		border-top-width: 2px; 
		border-bottom-width: 2px; 
		border-left-width: 0px;
		border-right-width: 0px;
		height:300px;
		width:100%;
}


.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;clear:both}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#DDF0E7;color:#DDF0E7;border-color:#056838;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.floatbutton {
font-size: 13px;
text-decoration: none;
border: 1px solid #164376;
padding:5px;
float:right;
clear:both;
}
