body {
    background-color: #ffffff;
    background-image: url("images/star.gif");
    background-repeat: repeat;margin: 2px;
    font-family: Verdana, Helvetica;
    font-size: 11px;
    font-style: normal;
    line-height: 16px;
    font-weight: normal;
    font-variant: normal;
    color: #333333;
}

#container {
    width: 760px;
    padding: 0px;
    margin: 0px;
    left: 0px;
    top: 0px;
}

#banner {
    width: 100%;
    height: 136px;
    overflow: visible;
    background-image: url("images/top_circle.gif");
    background-repeat: no-repeat;
    background-position: top right;
    padding: 0px;
    margin: 0px;
}

#banner img{
    position: relative;
    border: 0px;
    padding: 0px;
    margin: 0px;
    left: 0px;
    top: 5px;
}

#banner .text{
    text-align: right;
    position: relative;
    left: 134px;
    bottom: 7px;
    padding: 0px;
    margin: 0px;
    font-size: 10px;
    font-weight: bold;
}

#redblock {
    position: absolute;
    left: 2px;
    top: 118px;
    width: 150px;
    height: 20px;
    padding: 0px;
    margin: 0px;
    background-color: #7d0d00;
}

#subcontainer {
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #7d0d00;
}

#menu {
    padding: 0px;
    margin: 0px;
    width: 150px;
    float: left;
    background-color: #7d0d00;
}

#menu img {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

#menu ul {
    margin:0px;
    padding:0px;
    margin-top: 1px;
    padding-left: 8px;
    padding-bottom: 3px;
}

#menu li{
    vertical-align: top;
    height: 18px;
    list-style: none;
    padding:0px;
    margin:0px;
    margin-bottom: 2px;
}

#content{
    padding: 0px;
    margin: 0px;
    width: 610px;
    float: right;
    background-color: #FFFFCC;
}

#content img.top {
    padding:0px;
    margin: 0px;
}

#content h1 {
    position: relative;
    top: 0px;
    padding: 0px;
    padding-left: 0px;
    padding-top: 2px;
    width: 100%;
    height: 15px;
    vertical-align: middle;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #FFFFFF;
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-style: normal;
    line-height: 12px;
    font-weight: bold;
    text-decoration: none;
    word-spacing: normal;
    text-align: left;
    letter-spacing: 0;
    background-color: #666600;
}
    
#content h1.gray {
     position: relative;
    top: 0px;
    padding: 0px;
    padding-left: 0px;
    padding-top: 2px;
    width: 100%;
    height: 15px;
    vertical-align: middle;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #FFFFFF;
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-style: normal;
    line-height: 12px;
    font-weight: bold;
    text-decoration: none;
    word-spacing: normal;
    text-align: left;
    letter-spacing: 0;
    background-color: #999999;
}

#content .context{
    width: 98%;
    position:relative;
    left: 2px;
    padding: 0px;
    margin: 0px;
}
    
#content .further{
    width: 97%;
    margin: 0px 0px 0px 4px;
}

#content #col1{
    width: 204px;
    margin: 0px;
    margin-right: 1px;
    float: left;
}

#content #col2{
    width: 200px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    float: left;
    background-color: #DDE2B9;
}

#content #col3{
    width: 204px;
    margin: 0px;
    margin-left: 1px;
    float: right;
}

#footer{
    clear: both;
    width: 100%;
    height: 21px;
    padding: 0px;
    margin: 0px;
    background-color: #DDE2B9;
    text-align: center;
}

.bodycopy {
    font-family: Verdana, Helvetica;
    font-size: 11px;
    font-style: normal;
    line-height: 16px;
    font-weight: normal;
    font-variant: normal;
    color: #333333;
}

.headings {
    font-family: Verdana, Helvetica;
    font-size: 11px;
    font-style: normal;
    line-height: 14px;
    font-weight: bold;
    font-variant: normal;
    color: #660000;
    text-transform: none;
}

a:link {
    font-family: Verdana, Helvetica;
    font-size: 11px;
    font-style: normal;
    line-height: 16px;
    font-weight: normal;
    color: #660000;
}

a:visited {
    font-family: Verdana, Helvetica;
    font-size: 11px;
    font-style: normal;
    line-height: 16px;
    font-weight: normal;
    color: #660000;
}

a:hover {
    font-family: Verdana, Helvetica;
    font-size: 11px;
    font-style: normal;
    line-height: 16px;
    font-weight: normal;
    font-variant: normal;
    color: #999900;
}

.headingsreverse {
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-style: normal;
    line-height: 12px;
    font-weight: bold;
    font-variant: normal;
    color: #FFFFFF;
    text-transform: none;
}

.bluenote {
    font-family: Verdana;
    mso-bidi-font-size: 8.5pt;
    color: blue;
}

.leftbox {
    background-color: #CCCC99;
	padding: 5px 5px 5px 5px;
	margin: 0 10px 5px 0;
	float: left;
}