@charset "utf-8";
/* CSS Document */

body {
margin: 0px;
background:#fff url(images/bg.gif) repeat-x top fixed;
}

td {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#666666;
}

a {
color:#85a7c7;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

#container {
border:solid 1px #fff;
}

#header {
background:url(images/header.jpg) no-repeat;
}

#top_links {
padding-bottom:10px;
color:#cfe1f3;
}

#top_links a {
color:#cfe1f3;
text-decoration:none;
padding-left:8px;
padding-right:8px;
font-weight:bold;
}

#top_links a:hover {
color:#fff;
}

#menu {
background:#cbd5de;
padding-top:20px;
}

#menu ul {
list-style:none;
margin:0px;
padding:0px;
margin-left:6px;
margin-right:6px;
}

#menu ul li a {
display:block;
background:#a5bdd2 url(images/bullet.gif) no-repeat 4px;
border-top:solid 1px #fff;
border-bottom:solid 1px #fff;
margin-bottom:4px;
color:#fff;
font-weight:bold;
padding-left:20px;
line-height:26px;
text-decoration:none;
}

#menu ul li a:hover,  #menu ul li a.active {
background:#85a7c7 url(images/bullet-on.gif) no-repeat 4px;
}

#images {
padding-top:10px;
}

#images p{
text-align:center;
margin:0px;
margin-bottom:8px;
}

#content {
padding:20px;
text-align:justify;
line-height:16px;
}

.title {
color:#85a7c7;
font-size:18px;
font-weight:bold;
}

#right {
background:url(images/right_bg.gif) repeat-y;
padding-top:20px;
}

#footer {
background:#9ab8d3;
color:#fff;
text-align:right;
padding-right:10px;
line-height:26px;
}