
html, body, #contents {
  min-height: 100%;
  width: 100%;
  height: 100%;
}

html>body, html>body #contents {
height: auto;
}


/* ----------------------------------------------------------- */



/* ----------------------------------------------------------- */
/* TABLE TEXT                                                  */
/* Defines font styles for tables, headings, and cells.        */
/* ----------------------------------------------------------- */

table  {
	margin-left: 2em;
	vertical-align:top;
	font-size: 1em;
	line-height: 1.0em;
}

td  {

	font-size: 1em;
	line-height: 1em;
	padding-top: 1.1em;
}

tr  {
	vertical-align:top;	
	font-size: 1em;
	
	
}

th  {
	vertical-align:top;	
	font-size: 1em;
	line-height: 1.2em;
}	

/* ----------------------------------------------------------- */
/* ANCHORS                                                     */
/* Defines colors and special effects for hyperlinks.          */
/* ----------------------------------------------------------- */

a:visited  {
	color: #006699;
}

a:hover  {
	color: #800080;
}

a  {
	color: #0066CC;
}

/* =========================================================== */
/*         C S S     C L A S S E S     (M A N U A L)           */
/* =========================================================== */
/* This section of the stylesheet defines CSS classes. For     */
/* these classes to take effect, you need to specify them by   */
/* name in your HTML coding.                                   */
/* For example, for a narrow list, you would enter:            */
/* <ul class="NARROW">                                         */
/* <li>                                         */
/* </ul>                                                       */
/* =========================================================== */



/* ----------------------------------------------------------- */
/* POP ANCHORS                                                 */
/* Defines colors and special effects for hyperlinks.          */
/* ----------------------------------------------------------- */


#contents {
	position: absolute;
	top: 0px;
	left: -4px;
}



	
#header {
	
	padding-top: 1em;
	border-top: 1px solid #002544;
	border-bottom: 1px dotted #002544; 
	height: 5.5em;
	
}
 

#header .logo {
	
	float: right;
	margin-left: 5em;
	margin-top: 8px;
	margin-bottom: 0em;
	margin-right: 5em;
	background-color: transparent;
}
/*	
#header .strapline {
	font: 180% Georgia, "Times New Roman", Times, serif;
	color: #002544;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.5em;
} */
#header h1 {
	font-family: Verdana, Arial, Lucida Sans Unicode, sans-serif;color: #003399;
	font-size: 1.6em;
	font-weight: bold;
	margin-left: 1.5em;
}	
/*
#nav1 {
	position: absolute;
	top: 8em;
	left: 1em;
	width: 13em;
}


#new_nav1 {
	position: absolute;
	top: 1em;
	left: 1em;
	width: 13em;
	
} 

*/
      	
#nav {
	/*
	font: Verdana, sans-serif; 
	font-family: Verdana, Arial, LucidaSans Unicode, sans-serif; 
	 */
	font-size: .8em;
	color: #003399; 
	position: absolute;
	top: 9em;
	left: 2em;
	width: 12em;

}

#nav ul {
	/*
	font: Verdana, sans-serif;
	color: #003399;
	font-family: Verdana, Arial, Lucida Sans Unicode, sans-serif;
	font-size: .9em;  
	*/
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
	
}

#nav li {
	
	font: Verdana, sans-serif;
	
	font-family: Verdana, Arial, Helvetica, Lucida Sans Unicode, sans-serif;

	border-bottom: 1px dotted #002544;
	margin-bottom: 0.3em;
	
}

#nav a:link, #nav a:visited {
	text-decoration: none;
/*	color: #002544;  */
	color: #003399;
	background-color: transparent;
}
#nav a:hover {
	color: ;
}
#nav h2 {
	font: 120% Georgia, "Times New Roman", Times, serif;
	color: #002544;
	background-color: transparent;
	border-bottom: 1px dotted #cccccc;
}
#nav h3 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #002544;
	background-color: transparent;
	border-bottom: 1px dotted #cccccc;
	
}

#content {
	
	margin-left: 18em;
	margin-right: 5em;
	margin-bottom: 3em;
}
#content h1 {
	font: Verdana, "Times New Roman", Times, serif;color: #003399;
	font-family: Verdana, Arial, Lucida Sans Unicode, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	
}

#content h2 {
	font: Verdana, "Times New Roman", Times, serif;color: #003399;
	font-family: Verdana, Arial, Lucida Sans Unicode, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}

#content h3 {
	font: Verdana, "Times New Roman", Times, serif;color: #003399;
	font-size: 1.1em;
	font-weight: bold;
	}

#content p {
	font: Verdana, serif;color: #003399;
	font-family: Verdana, Arial, Lucida Sans Unicode, sans-serif;
	font-size: .9em;
	line-height: 1.3em; 
	padding-left: 1.2em;
}

#contents p {
	font: Verdana, "Times New Roman", Times, serif;color: #003399
	font-size: 1em;
	line-height: 1.3em; 
	padding-left: 1.2em;
}

#contents ul{
	font-family: Verdana, Arial, Lucida Sans Unicode, sans-serif;color: #003399;
	list-style-type: square ;
	font-size: .95em;
}

#contents ul ul{
	font-family: Verdana, Arial, Lucida Sans Unicode, sans-serif;color: #003399;
	list-style-type:circle ;
	font-size: .95em;
}

#contents li{
	font-family: Verdana, Arial, Lucida Sans Unicode, sans-serif;color: #003399;
	font-size: .95em;
	line-height: 1.3em; 	
}



.note  {
	border-style: ridge;
	margin-top: 0.8em;
	padding: 0.5em;
	border-color: #CCECFE;
}

.tip  {
    border-style: ridge;
	margin-top: 0.8em;
	padding: 0.5em;
	border-color: #0066CC;
	
}

.caution  {
 	border-style: ridge;
	margin-top: 0.8em;
	padding: 0.5em;	
	border-color: #CC0000;
}

/* hide from IE5/Mac \*/
#footer {height: 1%; }
/* End hide */

#footer {
	clear: both;
	position: absolute;
	bottom: 0;
	float: right;
	width: 100%;
	height: 0em;
	border-top: 1px dotted #AAAAAA;
	background-color: #EEEEEE;
	color: #002540;
	font-size: 80%;
}
#footer p {
	float: center;
	margin: 0 0 0 2em;
 	font-family: Courier New, Courier, Lucida Console, monospace;
 	font-size: 1em;
	
	margin-left: 4em;
	
	padding: 0;
}

.code {
 	color: #000000;
 	font-family: Courier New, Courier, Lucida Console, monospace;
 	font-size: 1em;
	font-weight:bold;
	margin-left:4em;
	Margin-right:1em;	 
	text-indent:-3em;
}

