*{
  margin:0;
  padding:0;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}
body, html{
  margin:0;
  padding:0;
  background:#e7e7e7;
  text-align:center;
  margin-bottom:10px;
}

a{color:#0000ff;text-decoration:underline;}
a:hover{color:#ff0000;text-decoration:underline;}

/* ----- IDS ----- */

#container{
  width:780px;
  margin:8px auto;
  padding:0;
  background:#fff;
  text-align:left;
}

/* ----- HEADER ----- */

#logo{
  margin:0;
  padding:0;
}

.subContainer, #navigation ul{
  width:780px;
  margin:0 auto;    
}
#header{
  text-align:left;
  margin:0;
  padding:15px 0 0 0;
  height:70px;
  background:#961414;
}
#banner{
  margin:0;
  padding:0;
  padding-bottom:5px;
  background:#e7e7e7;
}

/* ----- NAVIGATION ----- */

#navigation{
  margin:0;
  padding:0;
  background:#851111;
  height:34px;
  list-style:none;
}
#navigation li{
  float:left;
  clear:none;
  list-style:none;
}
#navigation li a{
  color:#fff;
  display:block;
  font-size:12px;
  text-decoration:none;
  font-weight:bold;
  padding:4px 12px;
  margin:7px 0 0 0;
  border-left:1px solid #999;
}
#navigation li a:hover{
  color:#ffff00;
}

#active a{background:url('../images/nav_bg.gif');}

/* ----- HEADINGS ----- */

h1{
  font-size:18px;
  margin:0 0 0px 0;
}
h2{
  font-size:16px;
  margin:15px 0 0 0;
}
h3{
  font-size:14px;
  margin:12px 0 0 0;
}

/* ----- PARAGRAPHS ----- */

p{
  color:#333;
  font-size:12px;    
  line-height:18px;
  padding:7px 0;
}
p.crumb{
  color:#555;
  font-size:10px;
  padding:0;
  margin:-15px 0 15px 0;
}
p.crumb a{color:#888;}

#primaryContent ul{
    color:#043f4a;
    font-size:11px;    
    margin:20px 0;
    list-style:none; 
}
#primaryContent li{    
    padding-left:25px;
    margin:8px 0;
    list-style:none;
    background:url('../images/content_bullet.png') left bottom no-repeat;
}
#secondaryContent p{
    
}

/* ----- FORMS ----- */

input{
    background-color: #FFF;
    color: #999999;
    border: 1px solid #CCC;
    font-size: 11px;
    padding: 3px;
    width:160px;              
}
button{
    background-color:#EFEFEF;
    line-height:11px;
    color: #000;
    border: 1px solid #CCC;
    font-size: 11px;
    height:20px;
    margin: 0;
    padding: 0 5px;
}
form p{
    padding:2px 0;
}

/* ----- IMAGES ----- */

img{
    border:0;
}
img a{
    border:0;
    text-decoration:none;
}
img a:hover{
    border:none;
}

/* ----- CONTENT ----- */

#primaryContent{
  width:560px;
  padding:20px 25px;
  font-size:11px;
  float:left;
  clear:none; 
}
#secondaryContent{
  width:142px;
  padding:10px 10px;
  border-left:5px solid #e7e7e7;
  font-size:11px;
  float:right;
  clear:none;
  text-align:center;
}
#secondaryContent h2{
  padding:4px 8px;
  margin:0 0 10px 0;
  background:#e2edcb;
  color:#333;
  font-size:13px;
  font-weight:bold;
  text-transform:uppercase;
}
#secondaryContent ul{
  list-style:none;
}
#secondaryContent li{
  list-style:none;
  padding-left:20px;
  margin:8px 0;
  background:url('../images/tiny_bullet.png') left bottom no-repeat;
}
#secondaryContent li a{
  color:#575757;
  font-weight:bold;
  text-decoration:none;
}
#secondaryContent li a:hover{
  color:#E7E7E7;
  font-weight:bold;
  text-decoration:underline;
}
#secondaryContent .links li{
  padding-left:0px;
  margin:8px 0;
  background:none;
}

/* ----- FOOTER ----- */

#footer{
  margin:0 auto;
  margin-bottom:10px;
  height:10px;
  padding:8px 20px;
  clear:both;
  width:740px;
  text-align:left;
  font-size:10px;
  color:#484848;
  background:#f4f4f4;
}
#footer ul{
  list-style:none;    
}
#footer li{
  list-style:none;
  display:inline;    
}
#footer #copyright{
  float:left;
  clear:none;
}
#footer #links{
  float:right;
  clear:none;
}
#footer a{
  color:#606060;
  text-decoration:none;
}
#footer a:hover{
  color:#606060;
  text-decoration:underline;
}

/* ----- CLASSES ----- */

.clear{clear:both;}


/* ----- OTHER ----- */
.ratetab {margin:20px 0 10px 0;font-size:12px;color:#333;}
.ratetab tr.head {font-weight:bold;}
.ratetab tr.head td {padding:5px 0px 4px 5px;background:#c9daac;}

.ratetab td.rlog {width:25px;}
.ratetab td.rcas {width:150px;}
.ratetab td.rcas1 {font-weight:bold;}
.ratetab td.rsof {width:100px;}
.ratetab td.rbon {width:80px;}
.ratetab td.rtyp {width:100px;}
.ratetab td.rpla {width:100px;padding-left:7px;font-weight:bold;background:#ffff00;}

.ratetab td.rpla a {color:#0000ff;text-decoration:underline;}
.ratetab td.rpla a:hover {color:#ff0000;text-decoration:underline;}

.ratetab td {padding:8px 0px 8px 5px;border-bottom:1px solid #eee;}
.ratetab tr:hover {background:#f7faf0;}

