body {
    background-color: #fff;
    color: #033;
    font-size: 9pt;
    font-family: verdana, helvetica, arial, sans-serif;
    line-height: 150%;
    margin: 0;
    text-align: center;
}

img {
    border: 0;
}

div {
    /* border: 1px solid #f00; */
}
div.clear {
    clear:both;
}


#back {
    position: relative;
	background: white url('../_images/back-bg.gif') repeat-y top left;
	margin: 0 auto;
    text-align: left;
    width: 960px;
    min-height: 600px;
}
#header {
    position: relative;
    left: 230px;
	background: white url('../_images/header-bg.gif') no-repeat top center;
	text-align: center;
	height: 179px;
	width: 730px;
}
#icons {
    position: absolute;
    top: 0;
    left: 0;
}

#content {
    position: relative;
    left: 230px;
	margin: 0;
	padding: 5px 0 20px 0;
	width: 730px;
}
#leftbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    padding-top: 0;
    padding-bottom: 20px;
    background-color: #cee;
}
#menu {
    margin-top: 20px;
}

#loginform {
    background-color: #7db7b8;
    color: #000;
    margin-bottom: 30px;
    padding: 10px;
}
#loginform a {
    text-decoration: underline;
}
#loginform a:link, #loginform a:visited {
    color: #000;
}
#loginform a:hover, #loginform a:active, #loginform a:focus {
    color: #fff;
}
#loginform h2, #loginform form, #loginform p {
    margin: 0 0 5px 0;
    padding: 0;
}
#loginform fieldset {
    border: 0;
    padding: 0;
}


#content a:link {
    color: #693;
}
#content a:visited {
    color: #033;
}
#content a:hover, #content a:active, #content a:focus {
    color: #000;
}

#content h1 {
    font-size: 16pt;
    font-weight: normal;
    line-height: 24pt;
}
#content h2 {
    font-size: 12pt;
    line-height: 18pt;
}
#content h3 {
    font-size: 12pt;
    font-weight: normal;
    line-height: 16pt;
}
#content img {
    border: 1px solid #066;
}
#content img.right {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}
#content fieldset {
    border: 1px solid #ccc;
    margin-bottom: 1.0em;
}
#content legend {
    font-weight: bold;
    color: #066;
}
#content label {
    font-weight: bold;
}


#footer {
    background-color: #336669;
    clear: both;
    margin-top: 60px;
    font-size: 90%;
}
#footer p {
    position: relative;
    margin: 0;
    padding: 10px;
}
#footer p.ftop {
    color: #fff;
}
#footer p.ftop a:link, #footer p.ftop a:visited {
    color: #fff;
    text-decoration: none;
}
#footer p.ftop a:hover, #footer p.ftop a:active, #footer p.ftop a:focus {
    color: #fff;
    text-decoration: underline;
}
#footer p.fbottom {
    background-color: #cee;
}
#footer p.fbottom a:link, #footer p.fbottom a:visited {
    color: #033;
    text-decoration: none;
}
#footer p.fbottom a:hover, #footer p.fbottom a:active, #footer p.fbottom a:focus {
    color: #000;
    text-decoration: underline;
}




#icons img.home {
    position: absolute;
    left: 10px;
    top: 20px;
}
#icons img.contact {
    position: absolute;
    left: 50px;
    top: 20px;
}

#loginform h2 {
    font-size: 9pt;
}

#menu p {
    margin:  0;
    padding: 0;
}
#menu a {
    color: #033;
    display: block;
    padding: 0pt 10px 4pt 10px;
    text-decoration: none;
}
#menu a.current {
    border-right: 10px solid #366;
    font-weight: bold;
}
#menu a:link, #menu a:visited {
} 
#menu a:hover, #menu a:active {
    border-right: 10px solid #033;
}




#submenu {
    margin: 0;
    padding: 0 0 0 10px;
}
#submenu a.current {
    border-right: 10px solid #fff;
    font-weight: bold;
}
#submenu a:link, #submenu a:visited {
} 
#submenu a:hover, #submenu a:active {
    border-right: 10px solid #fff;
}


