/*************************************************************************/
/* Note: There is very likely still a good amount of cruft in this file. */
/* Effort has been put in to streamline it as much as possible though.   */
/* Eliminating a lot of the comments would also mean a faster loading    */
/* file, but I thought it might be prudent to keep "help text" for now.  */
/*************************************************************************/


/*************/
/* Universal */
/*************/

a {
	TEXT-DECORATION: none
}
a {
  color: #a9e9ff
}
a:active {
	color: #EAFAFF
}
a:visited {
	color: #B4BFD0
}
a:hover {
	color: #EAFAFF
}

a.main {
	COLOR: #cbb27b
}

a.main:active {
	COLOR: #8c7b55
}

a.main:visited {
	COLOR: #cbb27b
}

a.main:hover {
	COLOR: #DCD4B0
}

body {
  margin: 0;
  background-color: #4b6c99;
  color: white;
  font-family: verdana;
  font-size: 12px;
  scrollbar-face-color: #102750;
  scrollbar-shadow-color: #333366; 
  scrollbar-highlight-color: #A7BCD9;
  scrollbar-3dlight-color: #9999ff; 
  scrollbar-darkshadow-color: #415B76;
  scrollbar-track-color: #B1C2D2; 
  scrollbar-arrow-color: #FFFFFF;
}

.contentWithSidebar {
  margin: 0 198px 0 0;
}

.headerRule {
  background-color: white;
  color: white;
  border: 0;
  height: 2px;
  margin: 0px;
}

/* No idea where this is used. */
smallprint {
	COLOR: #FFFFFF; 
	FONT-FAMILY: Verdana;
	FONT-SIZE: 8px 
} 


/**********/
/* Header */
/**********/

div#headerLogo {
    background-color: black;
    border: 0;
    border-bottom: 1px solid #8bb0ef;
}

.navbar {
  background-color: #102750;
  border: 0;
  border-bottom: 1px solid #8bb0ef;
}

.navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar ul li {
	font-size: 10px;
	font-family: Verdana, Sans;
	font-weight: bold;
	color: #ffd880;
	margin: 0 35px;
	padding: 0;
	display: inline;
}

.navbar a {
	FONT-WEIGHT: bold; 
	COLOR: #FFD880;
	FONT-SIZE: 10px 
}
.navbar a:active {
	FONT-WEIGHT: bold; 
	COLOR: #FFF4AE;
	FONT-SIZE: 10px 
}
.navbar a:visited {
	FONT-WEIGHT: bold; 
	COLOR: #FFD880;
	FONT-SIZE: 10px 
}
.navbar a:hover {
	FONT-WEIGHT: bold; 
	COLOR: #FFF4AE;
	FONT-SIZE: 10px 
}


/**************************/
/* Front page News block. */
/**************************/

.newsHeader {
  background-color: #102750;
  border: 0;
  border-top: 3px solid #8fa6d0;
  border-bottom: 3px solid #103f8f;
  margin: 0 0 0 0;
}

.newsDate {
  display: block;
  float: right;
  margin: 0 1em 0 0;
}

.newsTitle {
  padding: 0;
  margin: 1px 0 1px 2em;
  font-weight: bold;
  font-size: 1em;
}

.newsItem p {
  margin: 4px 0 1em 2em;
}

/* Subheader Blocks */

.subBlock .headingBlock {
  background-color: #102750;
  border: 0;
  border-top: 3px solid #8fa6d0;
  border-bottom: 3px solid #103f8f;
  margin: 0 0 0 0;
}

.subBlock .subheadingBlock {
    background-color: #182c6f;
    border: 0;
    border-top: 3px solid #8fa6d0;
    border-bottom: 3px solid #103f8f;
    margin: 0 0 0 0;
}

.subBlock .headingBlock .title, .subBlock .subheadingBlock .title {
  padding: 0;
  margin: 1px 0 1px 2em;
  font-weight: bold;
  font-size: 1em;
}

.subBlock .headingBlock .subtitle, .subBlock .subheadingBlock .subtitle {
  display: block;
  float: right;
  margin: 0 1em 0 0;
}

.subBlock p {
  margin: 4px 0 1em 2em;
}



/********************/
/* Sidebar content. */
/********************/

.sidebar {
  width: 158px;
  position: absolute;
  top: 165px;
  right: 20px;
}

.sideBox {
  border: 3px solid black;
  margin: 0 0 1em 0;
  float: right;
  width: 158px;
}

.sideBoxTitle {
  font-weight: bold;
  text-align: center;
  background-color: black;
  color: white;
  padding: 0;
  padding-bottom: 3px;
}

.sideBoxContent {
  background-color: #1f579f;
  padding: 5px;
  font-weight: normal;
}


/***********/
/* Footer. */
/***********/

#footer {
  font-size: 11px;
  padding: 8px;
  background-color: #102750;
  border: 2px solid #8fa6d0;
  margin: 6em 0 0 2em;
}
