* {margin:0;padding:0;}
body{
background-color:#4f8093;
font-size:13px;
line-height:150%;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
color:#2d6378;
}
img{border:0;}
a:link, a:visited {
color:#2d6378;
font-weight:bold;
text-decoration:underline;
}
a:hover, a:active{
color:#009966;
font-weight:bold;
text-decoration:underline;
}
#container {
width:900px;
margin:0 auto;
background-color:#fcfbf2;
height:100%;
}
#header {
width:900px;
height:140px;
background:url(images/header.jpg) no-repeat;
}
#navbar {
width:900px;
height:28px;
background:url(images/navbar_bg.gif) repeat #4f8093;
font-size:14px;
text-align:center;
}
#navbar a:link, #navbar a:visited {
color:#fcfbf2;
text-decoration:none;
font-weight:normal;
}
#navbar a:hover, #navbar a:active {
color:#fff;
text-decoration:underline;
}
#navbar ul {
padding:5px 0 0 0;
margin:0;
}
#navbar li {
display: inline;
list-style-type: none;
padding: 0 20px 0 20px;
}
#navbar li#active a {
color:#a5b88b;
}
#titlebar{
width:900px;
height:71px;
background:url(images/title_bg.gif) no-repeat;
}
#footer{
width:900px;
height:85px;
background:url(images/navbar_bg.gif) repeat #4f8093;
color:#fcfbf2;
}
p{
margin:2px 0 12px 0;
}
ol li {
margin-bottom:12px;
}
ul li {
margin-bottom:0;
}
#footer a:link, #footer a:visited {
color:#fff;
text-decoration:none;
font-weight:normal;
}
#footer a:hover, #footer a:active {
color:#fff;
text-decoration:underline;
}