/* Global Styles */
body {
  margin:25px 50px 25px 50px;
  background : black url('/graphics/background_site.jpg') repeat-x left top;
}
td {
  font:11px arial;
  color:#FFFFFF;
}
hr {
  height:1px;
  color: #cccccc;
  border: none;
}
a {
  color: #FFFFFF;
  text-decoration:underline;
}
a:hover {
  color: #E2E4F3;
  text-decoration:none;
}
/* ID Styles */

#navigation a {
  font:11px georgia;
  color: #1F2657;
  font-weight:bold;
  text-decoration: none;
  letter-spacing:.1em;
  line-height:16px;
  display:block;
  padding:10px;
  border: 1pt solid #1F2657;
  border-right-width: 0px;
  border-left-width: 0px;
}
#navigation a:hover {
  color:#FFFFFF;
  background: #BEC1D8;
  border: 1pt dotted #1F2657;
  border-right-width: 0px;
  border-left-width: 0px;
}
#sidebarHeader {
  padding: 0px 4px 14px 4px;
}
#logo {
  font:32px georgia;
  color: #FFFFFF;
  line-height:32px;
  letter-spacing:.2em;
}
#tagline {
  font:18px georgia;
  color: #E2E4F3;
  line-height:20px;
  letter-spacing:.2em;
}
/* Class Styles */
.bodyText {
  font:14px arial;
  color:#FFFFFF;
  margin-top:0px;
}
.bodyText2 {
  font:x-small arial;
  color:#000000;
  margin-top:0px;
}
.menubg {
  background : white url('/graphics/background_left_nav.jpg') no-repeat left top;
} 
.whiteheader{
  font:24px georgia;
  color: #1F2657;
  line-height:20px;
  letter-spacing:.1em;
}
.whitesubheader {
  font:18px georgia;
  color: #1F2657;
  font-weight:bold;
  letter-spacing:.1em;
  line-height:16px;
}
.white a {
  color: #1F2657;
  text-decoration: underline;
  background: transparent;
}
.white a:hover {
  background: #BFC1D8;
  color: #1F2657;
  text-decoration: none;
}
.subHeader {
  font:18px georgia;
  color: #1F2657;
  font-weight:bold;
  letter-spacing:.1em;
  line-height:16px;
}
.sidebarHeader {
  font:14px georgia;
  color: #1F2657;
  font-weight:bold;
  letter-spacing:.1em;
  line-height:16px;
}
.detailText {
  font:11px arial;
  color:#ffffff;
  line-height:16px;
  letter-spacing:.1em;
}
.smallText {
  font:small arial;
  color:#1F2657;
}
.smallSidebar {
  font:x-small arial;
  color:#1F2657;
}
	
