/* usservas.org style sheet mod: 10/12/2003 */

/* ELEMENTS */

body{
 margin:0;
 padding:0;
 background:#660000;
 font-family:verdana,arial,helvetica,sans-serif
}

/* Headers */
h2{
 display:inline;
 text-align:left;
 font-size:115%;
 font-weight:bold;
 color:#b2b1b1
}
h3{
 display:inline;
 text-align:left;
 font-size:95%;
 font-weight:bolder;
 color:#cf473f;
}
/* removed from h3: 'padding-top:50px;'*/
h4{
 display:inline;
 text-align:left;
 font-size:85%;
 font-weight:bolder;
 color:#9d9d9c;
}
h5{
 text-align:left;
 font-size:85%;
 font-weight:bolder;
 color:#000000;
}

/* Links */
a:link{
 color:#2a6bba;
 text-decoration:none
}
a:visited{
 color:#2a6bba;
 text-decoration:none
}
a:hover{
 color:#cf473f;
 text-decoration:none
}
a:active{
 color:#cf473f;
 text-decoration:none
}

/* Text */
p{
 font-size:85%;
 line-height:1.4
}
p.right{
 text-align:right;
 font-size:85%;
 line-height:1.4
}
p.faq{
 font-size:80%;
 line-height:1.4;
}
p.nomargin {
margin-top: 0;
margin-bottom: 0;
padding-bottom: 0;
padding-top: 0;
margin
} 
p.nobreak {
margin-top: 0;
margin-bottom: 0;
padding-bottom: 0;
padding-top: 0;
font-size:85%;
line-height:1.0
}
p.rollover {
margin-top: 0;
margin-bottom: 0;
padding-bottom: 0;
padding-top: 0;
color: #FFFFFFF;
}
/* CLASSES */

/* Section - each section has one or more subsections */
.section{
 margin-top:20px;
 padding-bottom:10px;
 border-bottom: 1px solid #c3c3c3
}

/* Subsection - note: start with 2nd subsection, first subsection does not use Subsection */
.subsection{
 margin-top:40px
}

/* Left-hand image, right-hand text */
.float-left{
 float:left;
 margin-top:20px;
 margin-bottom:10px;
 margin-left:0px;
 margin-right:20px;
 border:solid 1px #b6b6b6
}

/* Right-hand image, left-hand text */
.float-right{
 float:right;
 margin-top:20px;
 margin-bottom:10px;
 margin-left:20px;
 margin-right:6px;
 border:solid 1px #b6b6b6
}

/* Lists */
.list{
 text-align:left;
 font-size:85%;
 line-height:1.4
}

/* IDs */

/* Navigation Links */
#navlinks{
 text-align:right;
 font-size:12px;
 font-weight:bold;
 line-height:1.8;
 border:solid 1px #c3c3c3;
 padding:10px
}

/* Archvive Header (used by Blogger) */
#archive-header{
 display:inline;
 text-align:left;
 font-size:12px;
 font-weight:bolder;
 line-height:1.6;
 color:#9d9d9c;
}

/* Archvive Links (used by Blogger) */
#archives{
 text-align:right;
 font-size:12px;
 font-weight:normal;
 line-height:1.2;
 border:solid 1px #c3c3c3;
 margin-top:10px;
 padding:10px
}

/* Babel Fish */
#babel{
 text-align:center;
 border:solid 1px #93b2dd;
 padding-top:9px;
 padding-bottom:9px;
 padding-left:7px;
 padding-right:7px
}

/* Footer */
#footer{
 text-align:center;
 font-size:75%;
 line-height:1.4
}