/* CSS Document */

body{
background-color: #CCCCFF;
}

td.sub{
font-family:verdana,sans-serif;
margin-left: 80px;
font-size: 16px;
font-weight: bold;
background: #CCCCFF;
border:none;
}

p.underline{
text-align:center;
text-decoration:underline;
  font-family:verdana,sans-serif;
  font-size: 11px;
  font-weight: bold;
}

#container {
  width: 100%;
  float: left;
  margin-right: -200px;
}
.sidebar {
  width: 200px;
  float: left;
  background-color: #132C51;
  color: #0066FF;
  text-align:center;
  font-size: 11px;
  font-family:verdana,sans-serif;
  font-weight: bold;
  line-height: 150%
  }
  
div.sidebar a:link { color: #00CCFF; }
div.sidebar a:visited { color: #99CCCC }
div.sidebar a:hover { color: #990000 }

#footer {
  text-align:center;
  clear: both;
}

#content {
  background: #CCCCFF;
  border-left: solid 2px;
  border-bottom: solid 2px;
  border-right: solid 2px;
  margin-left: 200px;
}

#wrapper {
width: 972px;
margin: auto;
background-color: #132C51;
}

.clearing {
  height: 0;
  clear: both;
 
 }
.banner{
border:double;
margin:auto;
}

tbody.td{
font-size:12pt;
}

.navbar{
	width: 100%;
	line-height: 25px;
	background-color: #000000;
	font
	
}

A:link{
	color: #000000;
	}
	
A:visited{
	color: #6633CC;
	}

A:hover{
	color: #FF0000;
	}

table.navigation{
line-height: 11px;
font-size: 11px;
color:#FFFFFF;
}

table {
	border:none;
	}
	
table.center{
	margin-left:auto;
	margin-right:auto;
	}
	
tr td{
	font-size: 14px;;
	padding: 3px 8px;
	background: #fff;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}
tr.td A:link{ color:#000000;}
	
thead td{
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
	border-bottom: 1px solid #999;
	}
	
table td.odd{
	background: #99CCFF;
	}
	
table td.even{
	background:#6699CC;
	}	

td.nava{
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	padding: 3px 8px;
background:#000000;
width:550px;
text-indent:200px;
color:#FFFFFF;
}

td.nava A:link {color:#FFFFFF;}
td.nava A:visited { color:#FFFFFF; }
td.nava A:hover { color: #FF0000; }

td.navb{
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	padding: 3px 8px;
background:#000000;
width: 400px;
text-align:right;
color:#FFFFFF;
}

td.navb A:link {color:#FFFFFF;}
td.navb A:visited { color:#FFFFFF; }
td.navb A:hover { color: #FF0000; }
	
.title{
font-family:verdana,sans-serif;
text-align:center;
font-size: 20px;
font-weight: bold;
}