
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: 0em;
	border-top: 1px solid #002544;
	border-bottom: 1px dotted #002544; 
	height: 6em;
	
}
 

#header .logo {
	
	float: right;
	margin-left: 11em;
	margin-top: 0px;
	margin-bottom: 0em;
	margin-right: 3em;
	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: Verdana, "Times New Roman", Times, serif;color: #003399;
	font-size: 1.7em;
	font-weight: bold;
	margin-left: 3em;
}	

#nav1 {
	position: absolute;
	top: 8em;
	left: 1em;
	width: 13em;
}
#nav {
	position: absolute;
	top: 8em;
	left: 4em;
	width: 10em;
}
#nav ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
}
#nav li {
	/*font-size: 80%; */
	border-bottom: 1px dotted #002544;
	margin-bottom: 0.3em;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #002544;
	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: 24em;
	margin-right: 5em;
	margin-bottom: 3em;
}
#content h1 {
	font: Verdana, "Times New Roman", Times, serif;color: #003399;
	font-size: 1.7em;
	font-weight: bold;
	
}

#content h2 {
	font: Verdana, "Times New Roman", Times, serif;color: #003399;
	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-size: 1em
	line-height: 1.5em; 
	padding-left: 1.2em;
}

#contents ul{
	list-style-type: square ;

}

#contents ul ul{

	list-style-type:circle ;

}

#contents li{
	font-family: Verdana, Arial, Lucida Sans Unicode, sans-serif;
	line-height: 1.5em; 	
}



.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;
}

#footer {
	position: absolute;
	bottom: 0;
	float: right;
	width: 100%;
	border-top: 1px dotted #AAAAAA;
	background-color: #EEEEEE;
	color: #002540;
	font-size: 70%;
}
#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;
}

