body {
    margin: 0;
    padding: 0;
    font-family: arial, helvetica, sans-serif;
    color: #000;
    background: #fff;
    font-size: 9pt;
}

h1 {
    color: #003333;
    margin: 0;
    padding: 10px 0;
    font-size: 16pt;
}

h1#title {
    font-size: 14pt;
}

h3 {
    font-size: 12pt;
    padding: 5px;
    background: #eee;
    margin: 0 0 10px 0;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    height: 32px;
    line-height: 32px;
    text-indent: 42px;
    color: #CC6600;
}

h3 small {
    display: block;
    width: 200px;
    float: right;
    text-align: right;
    margin-top: -32px;
    font-size: 8pt;
}

h3.overview {
    background: url(/images/overview_icon.gif) top left no-repeat #eee;
}

h3.geogrpahic_focus {
    background: url(/images/geographic_focus_icon.gif) top left no-repeat #eee;
}

h3.learn_more {
    background: url(/images/learn_more_icon.gif) top left no-repeat #eee;
}

h3.categorizing {
    background: url(/images/categorizing_icon.gif) top left no-repeat #eee;
}

h3.search {
    background: url(/images/search_icon.gif) top left no-repeat #eee;
}

h3.tools {
    background: url(/images/tools_icon.gif) top left no-repeat #eee;
}

a:link, a:visited {
    color: #033;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

a.registered {
    color: #008283;
}

ul {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}

ul li {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}

form {
    position: relative;
    margin: 0;
    width: 100%;
}

form h3 {
    background: #ddd;
    color: #033;
    padding: 3px;
    border-top: none;
    margin: 0;
}

form fieldset {
    clear: both;
    border: none;
    margin: 5px 5px 0 5px;
    padding: 5px 0 0 0;
    border-top: 1px solid #ccc;
    line-height: 14pt;
}

form label {
    display: block;
    width: 100px;
    padding-right: 10px;
    float: left;
    text-align: right;
}

form p {
    padding: 0 10px;
}

form h4 {
    margin: 0 0 5px 0;
    padding: 2px 7px;
    color: #CC6600;
    background: #eee;
    overflow: auto;
}

form h4 a {
    color: #008283;
}

table th {
    text-align: right;
    padding-right: 10px;
    width: 120px;
}

.col1 {
    width: 475px;
    padding-right: 25px;
}

.col2 {
    width: 475px;
    padding-left: 25px;
}

#container {
    width: 960px;
    margin: 0 auto 0 auto;
}

#header {
    background: #008283;
    height: 105px;
}

#head2table {
	padding-right: 25px;
	padding-left: 25px;
}

#menubar {
    margin: 0;
    height: 20px;
    padding: 5px;
    background: #eee;
    border-bottom: 1px solid #066;
}

#menubar li {
    display: inline;
}

#menubar li a {
    line-height: 20px;
    font-size: 11pt;
    display: block;
    float: left;
    padding: 0 20px 0 0;
    letter-spacing: 1px;
}

#menubar li.loginbox {
    display: block;
    width: 300px;
    float: right;
}

#menubar li.loginbox span {
    display: block;
    width: 150px;
    float: left;
    text-align: right;
}

#menubar li a.login {
    padding-left: 20px;
    background: #CC6600;
    color: #fff;
    text-transform: uppercase;
    font-size: 10pt;
    float: right;
}

#menubar li a:hover {
    color: #CC6600;
}

#menubar li a.login:hover {
    text-decoration: none;
    background: #008283;
}

#content {
    clear: both;
    padding: 0px;
	/* New */
	width: 96% !important;
	margin: 0 0 0 2% !important;
}

#content2 {
    clear: both;
    padding: 0 10px;
    background: url(/images/content_bg.gif) top left repeat-x #fff;
	/* New */
	background-image: none !important;
}

#content3 {
    clear: both;
    padding: 15px 10px 0;
}

.divider {
    background: url(/images/line.gif) 50% 5px no-repeat;
}

.login {
    background: url(/images/line.gif) 50% 25px no-repeat;
}

#footer, #footer2 {
    clear: both;
    border-top: 25px solid #fff;
}

#footer2 {
    border-top: 0px solid #fff;
    width:100%;
}

#footer p, #footer2 p {
    padding: 10px;
    font-size: 9pt;
    text-align: center;
    border-top: 1px solid #066;
    background: #eee;
    color: #fff;
    margin: 0;
}

#footer a, #footer2 a {
    color: #CC6600;
    font-weight: normal;
}

/* mesages, warning and errors */

.error, .msg {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: bold;
}

.error {
    color: #FF0000;
    font-size: 10px;
}

.msg {
    color: #006699;
    font-size: 13.5px;
}
#content2 h1#title {
	margin-top:0 !important;
}
