@charset "utf-8";
/* force scrollbar even on short pages
   to prevent jumping in Firefox */
html {overflow: scroll}

body {
margin-top: 0px;
border-top:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:.95em;
color:#333333;
}
#wrapper {
margin-top: 0px;
width:800px;
height:100%;
margin-left:auto;
margin-right:auto;

}
#branding {
width:800px;
height:125px;
background:url(img/bg1.jpg) center top no-repeat;
}
.tagline {
margin-top: 0px;
font-size:1.5em;
text-align:center;
color:#aaa;

}
#top_nav {
margin-top: -5px;
text-align:center;
}
#top_nav a {
font-size:1.2em;
color:#666666;
text-decoration:none;
}
#top_nav a:hover {
color:#3333FF;
text-decoration:underline;
}
#main {
border:1px solid #99CCFF;
background:url(img/bg2b.jpg) center top no-repeat;
background-color:#ddeeff;
}
#content {
margin-left:15px;
margin-right:15px;
}
#content h2 {
font-size:1em;
color:#3333FF;
}
#content h3 {
font-size:.85em;
color:#3333FF;
}
#content img.lf{
float:left;
margin:0.5em 4em 0.5em 1em;
/*border-top:1px solid #eee;
border-left:1px solid #ee;
border-right:1px solid #666666;
border-bottom:1px solid #666666;*/
}
#content img.rt{
float:right;
margin:0.5em 4em 0.5em 1em;
/*border-top:1px solid #eee;
border-left:1px solid #ee;
border-right:1px solid #666666;
border-bottom:1px solid #666666;*/
}
#content ul {
list-style-image:url(img/arow1.gif);
list-style-type:circle;
}
#footer {
font-size:.8em;
text-align:center;
color:#666666;
}
#footer a {
font-size:1.2em;
color:#666666;
text-decoration:none;
}
#footer a:hover {
color:#3333FF;
text-decoration:underline;
}
.in {
margin:0 15px 0 20px;
}

