@charset "utf-8";

/* globals */
body {
text-align: left;
margin: 0;
padding: 0;
font: 13px Verdana, Helvetica, sans-serif;
}

/* layout */
#header {
background: url('images/header_bkg.jpg') repeat;
width: 100%;
margin: 0 0 25px 0;
text-align: left;
}

#header_bkg {
background: url('images/header.jpg') no-repeat;
padding-top: 93px;
height: 49px;
}

#container {
margin: 0 0 0 30px;
padding: 0;
width: 780px;
text-align: left;
}

#side {
float: left;
width: 140px;
padding: 0px;
}

#content {
float: right;
padding: 7px 0px 30px 50px;
width: 589px;
}

#footer {
clear: both;
padding: 25px 5px 5px 5px;
text-align: center;
border-bottom: 3px solid #000000;
font-size: 11px;
margin-bottom: 10px;
}


/* top navigation */
#header_nav {
list-style-type:none;
margin-left: 370px;
}

#header_nav li {
display: inline;
font-size: 16px;
margin-right: 10px;
margin-left: 7px;
font-family: Garamond, Georgia, "Times New Roman", Times, serif;
} 

#header_nav li a{
font-weight: normal;
color: #000000;
text-decoration: none;
border-bottom: none;
} 

#header_nav li a:hover{
color: #000000;
border-bottom: 1px solid #000000;
} 


/* headings */

h1 {
margin: 0 0 7px -7px;
padding: 0;
color: #000000;
font-size: 23px;
font-family: Garamond, Georgia, "Times New Roman", Times, serif;
}

/* links */

a { 
text-decoration: none;
color:#F00;
}

a:hover { 
color:#F90;
}

/* misc */

#side a, #side a:hover {
border-bottom: none;
}
a.button img {
opacity:1;
filter:alpha(opacity=100);
}
a.button:hover img {
opacity:.70;
filter:alpha(opacity=70);
}

#content ul {
list-style-type: none;
padding: 0 0 10px 25px;
margin: 0;
}

#content ul li{
margin: 0;
padding: 8px 0 0 25px;
background: url('images/list_bullet.gif') no-repeat center left;
}

.fifteen {
font-size: 15px;
}

.red {
color: #F00;
}

.b_red {
color: #F00;
font-weight: bold;
}


.q {
font-weight: bold;
}

.a {
margin-left: 25px;
}
