body
{
 background-image: url("/images/background.jpg");
}

h1
{
 margin: 0px;
 font-size: 18px;
 font-family: "Arial";
 font-weight: lighter;
}

h2
{
 margin: 10px 5px 5px 5px;
 font-family: "Arial";
}

h3
{
 font-family: "Arial Narrow";
 font-weight: lighter;
 font-size: 15px;
 margin: 0px;
}

p
{
 text-indent: 14px;
 font-size: 14px;
 margin: 8px 2px 5px 2px;
 padding: 0px;
}

a:link
{
 color: #3980F4;
}

a:visited
{
 color: #3980F4;
}

a:hover
{
 text-decoration: none;
}

ol
{
 width: 350px;
 padding: 10px;
 background-color: silver;
 border: 1px solid gray;
}

li
{
 font-size: 14px;
 text-align: left;
 margin-left: 25px;
 margin-top: 4px;
}

.faq
{
 text-align: left;
 margin-top: 7px;
 margin-bottom: 8px;
}

.nav
{
 padding: 4px;
 text-decoration: none;
}

.infoBox
{
 background-color: #D0D0D0; 
 margin: 5px 0px 5px 0px;
 padding: 10px; 
 border: 1px solid gray;
}

.rightBox
{
 
 color: #FFFFFF;
 font-size: 13px;
 font-family: "Arial Narrow", "Arial";
 background: url("/images/navbar.png") repeat-y center;
}

.desc
{
 font-size: 14px;
}

.badge
{
 width: 135px;
 height: 48px;
 font-size: 12px;
 text-align: center; 
 padding-top: 4px;
 background-image: url("/images/badge.png");
 background-repeat: no-repeat; 
 background-poition: center center;
}

#fmtable
{
 width: 94%;
 height: 100%;
}

#header
{
 height: 100px;
}

#navTop
{
 width: 150px; 
 height: 100px; 
 background-image: url('/images/navbar.png');
 background-repeat: no-repeat;
 background-position: bottom center;
}

#fmNavbar
{
 width: 150px;
}

#navbar
{
 height: 95%;
 font-size: 13px; 
 background-image: url("/images/navbar.png");
 background-repeat: repeat-y;
}

#content
{

}

#body
{
 padding: 0px 15px 2px 15px; 
}

#rightbar
{
 width: 150px;
}

.footer
{
 font-family: "Arial Narrow";
 text-align: center;
 font-size: 14px;
 color: gray;
}

#quickSelect
{
 font-size: 10px;
 margin-top: 10px;
}