/* usservas.org style sheet mod: 09/25/2003 */

/* Global */
body{
 margin:0;
 padding:0;
 /*background:#e5e5e5;*/
 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;
 padding-top:50px;
 color:#cf473f;
}
h4{
 display:inline;
 text-align:left;
 font-size:85%;
 font-weight:bolder;
 color:#9d9c9c;
}

/* 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
}

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

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

/* Section */
.section{
 margin-top:20px;
 padding-bottom:10px;
 border-bottom: 1px solid #c3c3c3
}

/* Subsection */
.subsection{
 margin-top:40px
}

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

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