@charset "UTF-8";
/* CSS Document */

body {
background: #FFFFFF;
font-size: 62.5%;
line-height:1.5em;
font-family: Arial, Helvetica, sans-serif;
}

strong {
font-weight: bold;
}

div#wrapper {
width:740px;
margin-left: 20px;
}

div#topborder {
width:inherit;
height: 20px;
background-color:#00a1b3;
text-indent: -200000px;
}

div#header {
width: 740px;
height: 150px;
background: url(../images/header.png);
text-indent: -200000px;
}

div#header a {
display:block;
height:130px;
}

div#maincontainer {
width:inherit;
}

div#menucontainer {
width:260px;
float:left;
}

ul#menu {
margin-bottom: 5px;
}

ul#menu li a {
display:block;
width:inherit;
height: 20px;
background-color:#DDDDDD;
border-bottom:1px dotted #999999;
font-family:Arial, Helvetica, sans-serif;
font-size: 1.3em;
text-decoration:none;
color:#003035;
letter-spacing: 0.1em;
padding-left: 0.6em;
padding-top: 6px;
}

ul#menu li#active a {
font-weight: bold;
background-color:#FFFFFF;
color: #00a1b3
}

ul#menu li a:hover {
color:#00a1b3;
background-color:#EEEEEE;
border-bottom:1px dotted #666666;
}

ul#menu ul#menu li a {
background: #ffffff;
border-bottom:none;
border-left: 1px dotted #999999;
font-size:1.1em;
color:#666666;
letter-spacing:normal;
padding-left:1.2em;
margin-left:1.0em;
padding-top: 3px;
height: 15px;
padding-bottom:2px;
}

ul#menu ul#menu li#active a {
text-decoration: underline;
font-weight: bold;
}

ul#menu ul#menu li a:hover {
text-decoration:underline;
background-color:#EEEEEE;
}


div#contentcontainer {
width:440px;
background: url(../images/content_bg.png);
padding-left: 40px;
float:right;
color:#003035;

font-size:1.2em;
line-height:1.35em;
}

h2 {
padding-bottom: 12px;
padding-top: 4px;
font-size:1.2em;
font-weight:bold;
}

p {
padding-bottom: 16px;
}

div#footercontainer {
padding-top:20px;
font-size: 1.0em;
width:740px;
clear:both;
text-align: right;
}

div#footnote {
padding-left: 20px;
padding-top:2px;
}

div#footnote a {
text-decoration: none;
color:#FFFFFF;
}

div#footnote a:hover {
color:#000000;
}

div#bottomborder {
width:inherit;
height: 20px;
background-color:#00a1b3;
}