html,body{
margin:0;
padding:0
}
body{
font: 76% arial,sans-serif
}
p{
margin:0 10px 10px;
line-height: normal;
}
div#header {
background-repeat: repeat-y;
height:130px;
font-size: 14px;
line-height: 25px;
font-weight: bold;
background-color: #ADAC8D;
color: #FFFFFF;
border-right-width: thin;
border-right-style: solid;
border-right-color: #006699;
}
#header a{
text-decoration: none;
color: #FFFFFF;
}
#header a:link{
text-decoration: none;
color: #FFFFFF;
}
#header a:visited{
text-decoration: none;
color: #FFFFFF;
}
#header a:hover{
color: #CC0000;
}
div#navigation{
float:left;
width:170px;
background-color: #ADAC8D;
color: #FFFFFF;
border-right-width: thin;
border-bottom-width: thin;
border-right-style: solid;
border-bottom-style: solid;
border-right-color: #006699;
border-bottom-color: #006699;
border-top-width: thin;
border-top-style: solid;
border-top-color: #333333;
line-height: 20px;
}
#navigation a {
text-decoration: none;
color: #000000;
}
.navigation_text_small {
font-size: 12px;
color: #000000;
}
.navigation_text_medium {
font-size: 13px;
font-weight: bold;
color: #000000;
}
.navigation_text_large {
font-size: 16px;
font-weight: bold;
color: #000000;
}
#navigation a:link{
color: #000000;
}
#navigation a:visited{
color: #000000;
text-decoration: none;
}
#navigation a:hover{
color: #006699;
}
div#extra{
float:left;
clear:left;
width:170px
}
div#wrapper{
float:right;
margin-left:-178px;
margin-top: -4px;
width: 100%;
}
div#content{
margin-left:170px;
margin-top: 4px;
border-top-width: thin;
border-top-style: solid;
border-top-color: #006699;
padding-left: 10px;
}
.content_text_small {
font-size: 12px;
}
.content_text_medium {
font-size: 14px;
font-weight: bold;
}
.content_text_large {
font-size: 24px;
font-weight: bold;
}
div#content p{
line-height:1.4
}
div#footer{
clear:both;
width:98%;
background-color: #ADAC8D;
border: thin solid #006699;
}
div#footer p{
margin:0;
padding:5px 10px
}