body {
    font-size: 75%;
    line-height: 140%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
    text-align: left;
    width: 900px;
    padding: 0px;
    margin: 0px auto;
}


#header {
    padding: 10px 0px 0px 0px;
    margin: 0px;
    background-color: white;
    text-decoration: none;
}


#header a {
    text-decoration: none;
}


#header .print {
    display: none;
}

#header a.screen, #header img.screen {
    text-align: right;
    text-decoration: none;
    border: 0px;
}

#page {
    margin: 0px;
    padding: 0px 0px 50px 0px;
    background:url(bg.png) repeat-Y center;
    min-height: 500px;
}

#navigation {
    float: left;
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
    width: 160px;
}

#navigation ul {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 52px 0px;
    list-style-type: none;
    text-align: right;
    border-top: 1px solid #CCCCCC;
}

#navigation ul ul {
    border-bottom: none;
    border-top: none;
}

#navigation li {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-bottom: 1px solid #CCCCCC;
}

#navigation li ul {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#navigation li ul li {
    border-top: 1px solid #EEEEEE;
    border-bottom: none;
    border-left: 18px solid #CCCCCC;
}

#navigation a {
    text-decoration: none;
    margin: 0px 0px 0px 0px;
    display:block; 
    color: #666666;
}

#navigation ul a {
    padding: 8px 6px 0px 0px;
    height: 22px;
    font-weight: bold;
}

#navigation ul ul a {
    padding: 0px 6px 0px 0px;
    height: 18px;
    font-weight: normal;
}

#navigation a#navigation1_open {
    background-color: #CCCCCC;
}

#navigation a#navigation2_open {
    background-color: #CCCCCC;
}

#navigation a#navigation1_open:hover {
    background-color: #FFFFFF;
}

#navigation a#navigation2_open:hover {
    background-color: #FFFFFF;
}

#navigation ul.top li a:link {
    background-color: #EEEEEE;
}

#navigation ul.top li ul li a:link {
    background-color: #EEEEEE;
}

#navigation ul.bottom li a:link {
    background-color: #EEEEEE;
}

#navigation ul.bottom li ul li a:link {
    background-color: #EEEEEE;
}

#navigation ul.top li a:visited {
    background-color: #EEEEEE;
}

#navigation ul.top li ul li a:visited {
    background-color: #EEEEEE;
}

#navigation ul.bottom li a:visited {
    background-color: #EEEEEE;
}

#navigation ul.bottom li ul li a:visited {
    background-color: #EEEEEE;
}

#navigation ul.top li a:hover, #navigation ul.bottom li a:hover, #navigation ul.top li a:focus, #navigation ul.bottom li a:focus {
    background-color: #FFFFFF;
}

#navigation ul.top li ul li a:hover, #navigation ul.bottom li ul li a:hover,#navigation ul.top li ul li a:focus, #navigation ul.bottom li ul li a:focus{
    background-color: #FFFFFF;
}

#content {
    height: 1%; 
    margin: 0px 170px 20px 170px;
    padding: 0px 20px;
}

#contentWithRightBox img, #content img{
    margin-top: 10px;
    margin-bottom: 10px;
} 

#contentWithRightBox img.imgRight, #content img.imgRight{
    float: right;
    margin-left: 20px;
} 

#contentWithRightBox img.imgLeft, #content img.imgLeft{
    float: left;
    margin-right: 20px;
}

#contentWithRightBox input, #content input {
    width: 400px;
}

#contentWithRightBox input.button, #content input.button {
    width: 150px;
    margin-left: 250px;
}

#contentWithRightBox input.donate, #content input.donate {
    width: 165px;
}

#contentWithRightBox input.checkbox, #content input.checkbox{
    width: 10px;
    margin-left: 0px;
}

#contentWithRightBox textarea, #content textarea {
    width: 400px;
    height: 150px;
}

#contentWithRightBox {
    height: 1%; 
    margin: 0px 170px 20px 170px;
    padding: 0px 20px;
}

#contentWithRightBox li, #content li {
    padding-top: 5px;
    padding-bottom: 5px;
}

#rightBox {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    float: right;
    width: 160px;
    min-height: 31px; 
    background:url(bar.png) repeat-x top;
    background-color: #EEEEEE;
}

#rightBox p{
    padding-left: 10px;
    padding-right: 10px;

}

#rightBox img{
    text-align: center;
    border: 0px;
}

#footer {
    clear: both;
    margin: 10px 0px 0px 0px;
    padding: 0px 10px 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%;
    text-align: right;
    border-top: 1px solid #CCCCCC;
}

h1{
    font-size: 140%;
    height: 30px;
    background:url(bar.png) repeat-x top;
    font-weight:bold;
    padding: 5px 0px 0px 0px;
    color: #666666;
    text-align: center;
}

#content h1 {
    margin: 0px -20px 10px -20px;
}

#contentWithRightBox h1 {
    margin: 0px -20px 10px -20px;
}

h2 {
    font-size: 120%;
    font-weight:bold;
    padding: 10px 0px 0px 0px;
    margin: 0px;
}

h3 {
    font-size: 100%;
    font-weight:bold;
    padding: 10px 0px 0px 0px;
    margin: 0px;
}


h4 {
    color: #666666;
}

p, dl {
    padding: 0px 0px;
    margin: 5px 0px;
    color: #333333;
}

dt {
    font-weight: bold;
    margin: 5px 0px;
    color: #333333;
}

ul, ol {
    padding-left: 40px;
    padding-right: 20px;
    margin: 5px 0px;
    color: #333333;
}

dl {
    margin: 10px 0px;
}


a {
    text-decoration: none;
    color: #003399;
}

strong {
    color: #333333;
}

a:link {
}

a:visited {
    color: #336699;
}

a:focus {
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

dd {
    padding-left: 20px;
}

hr {
    border:none;
    border-bottom: 1px #DDDDDD solid;
    height: 1px;
    margin: 0px;
    size: 1px;
}
