/* CSS Document */

html {
  border: 2px solid #ffcc99;
  }

body {
  background-color: #4963ba;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  width:100%;
  
  }
  
div.container {
  margin:20px;
  background-color:white;
  padding:20px;
  }
  
div.header {
  height:140px;
  text-align:center;
  }
  
h1, h2, h3 {
  color:#4963ba;
  font-variant:small-caps;
  text-align:center;
  }
    
div.nav {
  width:160px;
  position: absolute; top:230px; left:40px;
  margin:0 4px 4px 0;
  background-color: #ffcc99;
  border:3px ridge #4963ba;
  }
  
a.link_list, a.link_list:link, a.link_list:active, a.link_list:visited {
  font-size: 11px;
  width: 142px;
  color:#FFFFFF;
  font-weight: normal;
  padding: 2px;
  border-left: 1px solid black;
  border-top: 1px solid black;
  border-right: 1px solid black;
  background-color: #4963ba;
  display: block;
  margin-top: -1px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-decoration:none;
}

a.link_list:hover,div a.link_list:hover  {
  font-size: 11px;
  background-color: #ffcc99; 
  color: #4963ba;
  padding: 2px; 
  text-decoration:none;
}

a.link_bottom,a.link_bottom:link,a.link_bottom:active,a.link_bottom:visited {
  font-size: 11px;
  width: 142px;
  color:#FFFFFF;
  font-weight: normal;
  padding: 2px;
  border-left: 1px solid black;
  border-top: 1px solid black;
  border-right: 1px solid black;
  background-color: #4963ba;
  display: block;
  margin-top: -1px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-decoration:none; 
  border-bottom: 1px solid black;
}


a.link_bottom:hover {
  font-size: 11px;
  background-color: #ffcc99; 
  color: #4963ba;
  padding: 2px; 
  text-decoration:none;
}

div.links_box_mid {
  background-color: #ffcc99;
  width: 160px;
  padding-top: 10px;
}
div.links_box_bot {
  background-color: #ffcc99;
  width: 160px; 
  height: 20px;
}

div.head {
  color: #4963ba;
  font-weight: bold;
  font-size: 14px; 
  padding-left: 0px;
  margin-bottom: 5px;
  margin-top: 0px;
  text-align:center;
  }

div.main {
  margin-right:230px;
  font-size:12px;
  margin-left:200px;
  padding-top:10px;
  }

div.linkcontainer {
  margin: 10px 0 0 0;
  background: #fff;
  }
  
#tabnav {
  height: 20px;
  margin: 0;
  padding-left: 50px;
  background: url(LRimages/tab_bottom.gif) repeat-x bottom;
  }
	
	
#tabnav li {
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
  }
	
#tabnav a:link, #tabnav a:visited {
  float: left;
  background: #ffcc99;
  font-size: 10px;
  line-height: 14px;
  font-weight: bold;
  padding: 2px 10px 2px 10px;
  margin-right: 4px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #4963ba;
  }

#tabnav a:link.active, #tabnav a:visited.active {
  border-bottom: 1px solid #fff;
  background: #fff;
  color: black;
  font-weight:bold;
  }

#tabnav a:hover {
  background: #fff;
  color:black;
  }
 
div.right_bar {
  background-color:white;
  width: 200px;
  position: absolute; top:170px; right:40px;
  padding: 0px 10px 10px 10px;
  font-size:12px;
  border-left: 1px solid #ccc;
  margin-left:5px;
  margin-top:80px;
  }
  
div.minibox {
  border:3px ridge #4963ba;
  background-color: #FFCC99;
  padding:4px 2px 4px 15px;
  }
  
span.minibox {
  color:#4963ba;
  font-weight:bold;
  font-size:14px;
  }
  
h5 {
  font-size:14px;
  height:14px;
  }
  
div.newsletter {
  text-align:center;
  }
  
a, a:link, a:active, a:visited {
  color:#4963ba;
  text-decoration:underline;
  }
  
a:hover {
  color:black;
  font-weight:bold;
  }

a.newsletter, a.newsletter:link, a.newsletter:active, a.newsletter:visited {
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  }
  
a.newsletter:hover {
  color:black;
  }
  
div.footer {
  padding-top:40px;
  text-align:center;
  }
  
span.footertop {
  font-size:24px;
  color:#4963ba;
  font-weight:bold;
  }
  
span.footermiddle {
  font-size:12px;
  }
  
span.footerbottom {
  color:#666666;
  font-size:11px;
  }
  
#twitter_div li {
padding-bottom: 5px;
margin-bottom: 5px;
}

table.results_table, table.sub_table {
  margin-top: 15px;
  width:640px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

tr.graded th, table.results_table tr.graded_results th, table.results tr.graded_results th  {
  color:#ffffff;
  padding: 3px;
}

table.scores_table tr td, table.results_table tr td, table.results tr td {
  background-color:#E2E2E2;
  font-family:Verdana,MS Arial,serif;
  font-size:11px;
  text-align:left;
}

.graded, .graded_results {
  background-color:#0066cc;
}
  
table.sub_table tr td, {
  background-color:#ffcc99;
  font-family:Verdana,MS Arial,serif;
  font-size:11px;
  text-align:left;
}    
  