/* CSS Document */

body {
background: url(images/tile.jpg) repeat-y;
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
font-size: 0.8em;
margin: 0px;
paddding: 0px;
}
#wrapper {
margin-left: 120px;
width: 761px;
}

#header {
margin-top: 0px;
height: 40px;
background: #266ABB url(images/logo.jpg) no-repeat right top;
}
#header h1 {
display: none;
}
#header a {
display: block;
float: left;
color: #fff;
text-decoration: none;
padding: 10px 10px 12px 10px;
margin: 0px;
background: url(images/marker.jpg) no-repeat center bottom;
background-position: -100px;
}
#header a:hover, #header a.active {
background: url(images/marker.jpg) no-repeat center bottom;
}
#side {
float: right;
width: 320px;
min-height: 410px;
padding-left: 8px;
padding-right: 8px;
font-size: 0.8em;
padding-top: 0px;
margin: 0px 0px 30px 10px;
}
#side img.bar {
margin: 0px;
padding: 0px;
float: left;
padding-right: 8px;
}
#side #wrap {
float: right;
width: 160px;
}
#side h2 {
background: url(images/arrow.jpg) no-repeat;
padding-left: 20px;
color: #266ABB;
font-family: Verdana, Arial, sans-serif;
font-style: italic;
margin-bottom: 0px;
font-size: 1.5em;
text-align: left;
}
#side ul {
padding: 0px;
margin: 0px;
list-style-type: none;
}
#side li {
border-left: 3px solid #266ABB;
border-right: 3px solid #266ABB;
border-bottom: 1px solid #266ABB;
margin: 3px;
padding-left: 5px;
padding-right: 5px;
background: #DFEEFF;
}
#main {
padding: 0px 10px;
text-align: justify;
-width: 400px;
padding-top: 10px;
margin: 0px;
}
#main h2 {
background: url(images/check.jpg) no-repeat;
padding-left: 30px;
color: #266ABB;
border-bottom: 1px solid;
font-family: Verdana, Arial, sans-serif;
font-style: italic;
font-size: 1.6em;
text-align: left;
margin-right: 350px;
}
#main h3 {
padding-left: 10px;
color: #266ABB;
border-bottom: 1px solid;
font-family: Verdana, Arial, sans-serif;
font-style: italic;
font-size: 1.2em;
text-align: left;
margin-right: 350px;
}
#footer {
margin: 30px 20px;
color: #266ABB;
border-top: 1px solid;
text-align: center;
font-size: 0.8em;
clear: both;
}
#footer a {
color: #266ABB;
}
#footer a:hover {
color: #475465;
}