/* CSS Document v.061127  BLUE*/


/** - - - GLOBAL STYLES: redefined HTML tags - - - **/

body {
	margin: 6px 0px 0px;
	background-color: #E4EDF6;;
	color: #000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	voice-family: "\"}\"",inherit;  /** this hack makes size display proerly in IE WIN **/
	font-size: small;
  }
  
  
html>body { font-size: small; } /** this hack makes size display proerly in IE WIN **/


h1, h2, h3, h4  { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


h1 {
	font-size: 105%;
	font-weight: bold;
	margin-bottom: 2px;
}


h2 {
	font-size: 90%;
	font-weight: bold; 
}


h3 {
	font-size: 80%;
	font-weight: bold;
	color: #000000;
}


h4 {
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 0px;
	color: #616161;
}


dd, dt, li, p {
	line-height: 115%;
	font-size: 78%;
}


li {
	margin-bottom: 5px;
}

	
li li, li p  {
	font-size: 100%;
}

	
dl {
	margin-bottom: 0px;
}

	
dl, ul, ol {
	margin-top: 5px;
}


img {
	border: 0;
}


a:link {
	color: #3850A6;
}

a:visited {
	color: #475272;
}

a:hover {
	color: #3333FF;
}

a:active {
	color: #369;
}


 /** - - - PAGE PARTS - - -**/



/** page container keeps everything center aligned **/

#page {
	width: 750px;
	margin: 0 auto;
	position: relative;
	padding: 0px;
	z-index: 0;
	overflow: visible;
	height: auto;
	}


/** top table **/

table#top {
	background-color: #FFFFFF;
	width: 750px;
	border-top: 0px solid #333;
	border-right: 0px solid #333;
	border-left: 0px solid #333;
}


/** top banner ***/
td.banner {
	background-color: #566699;
	margin: 0px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	border-bottom-width: 0px;
	border-bottom-color: #333;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-style: solid;
} 

td.banner h1 {
	font-size: 115%;
	color: #FFFFFF;
}

td.banner h2 {
	font-size: 85%;
	color: #CCCCCC;
}


/** subbanner bar **/

td.subbanner {
	margin: 0px;
	background-color: #F4F4F4;
	font-weight: bold;
	font-size: 85%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
}

td.subbanner a {
	text-decoration: none;
}

/** main table **/

table#main {
	background-color: #FFFFFF;
	border: 1px solid #333;
	width: 750px;
	border-top-width: 0px;
}



/* left column navigation */

td.leftcolumn {
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 0px;
	width: 160px;
	border-right-width: 1px;
	border-right-style: solid;
}
td.leftcolumn p {
	padding: 4px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 75%;
	text-align: left;
}
td.subbanner table td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

td.leftcolumn h3 {
	color: #666666;
	margin-top: 8px;
	font-size: 75%;
	padding-right: 6px;
}


/** main content container(s) apply class to <td> **/

.content  {
	padding: 8px 20px 8px 15px;
}



/** footer cell **/
td.footer {
	border-top: 1px solid #000;
	padding-bottom: 0px;
	vertical-align: top;

	padding-top: 0px;
}

td.footer p {
	font-size: 70%;
	line-height: 90%;
	color: #666;
	text-decoration: none;
	text-align: left;
}


/** MISCELLANEOUS CLASSES **/

/* to allow identing outlines to switch to alphabetical */
li.alpha {
	list-style-type: lower-alpha;
}



/* for accessibility */

.hideall {
	display: none;
}
.left_navigation_l1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
.left_navigation_l2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	margin-left: 15px;
}
.left_navigation_l1_active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	background-color: #E4EDF6;
}
.left_navigation_l2_active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	margin-left: 15px;
	background-color: #E4EDF6;
}
