/* layout */
html
{

}

body 
{
text-align:center;
font-size:8pt;
font-family:arial, sans;
}

#wrapper 
{
text-align:left;
width:950px;
margin:0px auto;
}

#banner 
{
height:90px;
margin-bottom:1px;
}

#banner #logo 
{
float:left;
width:193px;
}

/* style for the banner-ad box */
#banner #banner-ad
{
float:right;
width:728px;
height:90px;
}

#nav
{
clear:both;
height:18px;
background:#000040;
}

#nav ul
{
color:#FFFFFF;
font-weight:bold;
list-style-type:none;
list-style-image:none;
margin:0;
padding:0;
}

#nav li
{
float:left;
display:block;
padding-left:3px;
line-height:18px;
}

#nav li#go
{
color:#FFFF00;
font-style:italic;
padding-left:0px;
}

#nav a
{
color:#FFFFFF;
text-decoration:none;
}

#nav a:hover
{
color:#FFFFFF;
text-decoration:underline;
}

.body-col
{
float:left;
padding-bottom:20px;
}

#col-1
{
width:125px;
margin-top:2px;
}

/* style for the left-column ad */
#col-1 #col-1-ad
{
width:120px;
height:600px;
}

#col-2
{
float:left;
width:382px;
margin:2px 4px 0px 4px;
}

#col-3
{
float:left;
width:310px;
}

#col-3-top
{
margin-top:2px;
height:255px;
}

/* style for the right-center column ad */
#col-3 #col-3-top #col-3-ad
{
width:300px;
height:250px;
}

#col-3-bottom
{
margin: 2px 4px 0px 4px;
}

#col-4
{
float:left;
width:125px;
margin-top:2px;
}

/* style for the right column ad */
#col-4 #col-4-ad
{
width:120px;
height:90px;
}

#footer
{
clear:left;
}

#footer hr
{
height:2px;
background:#000040;
border:none;
}

#footer .footer-col
{
float:left;
margin:2px 4px 6px 4px;
width:307px;
}

#footer #footer-col-2 
{
text-align:center;
}

#footer #footer-bottom 
{
float:left;
height:18px;
background:#800000;
color:#FFFFFF;
font-weight:bold;
clear:left;
width:100%;
}

/* elements */
img 
{
border:none;
}

h1 
{
margin:0;
}

h2 
{
font-size:10pt;
font-weight:bold;
}

h3 
{
color:#800000;
font-weight:bold;
margin-bottom:0;
font-size:1em;
}

ul 
{
margin:0;
padding:0;
padding-left:15px;
}

a 
{
color:#0066FF;
}

a:hover 
{
color:#800000;
}

a:visited 
{
color:#0066FF;
}

ul 
{
list-style-type:none;
list-style-image:none;
margin:0;
margin-top:5px;
padding:0;
}

ul li  
{
background:url(/images/bullet-1.gif) left top no-repeat;
padding:0;
margin:0;
padding-left:8px;
}

ul.nobullet li 
{
background-image:none;
padding-left:0px;
}

ul.bullet-2 li 
{
background-image:url(/images/bullet-2.gif);
}

span.new 
{
color:red;
font-weight:bold;
}

p
{

}

img.left
{
float:left;
margin: 5px 5px 5px 0;
}

img.right
{
float:right;
margin: 5px 0 5px 5px;
}