html {      height: 100%;      margin-bottom: 1px; }body {	margin: 0;	padding: 0;	font-family: verdana, "trebuchet ms", helvetica, sans-serif;	font-size: 76%;	color: #000;	background: url(../images/bg.gif) center repeat-y #3D494D;	text-align: left;	}a {	text-decoration: underline;	font-weight: bold;	color: #3D494D;	}a:link {	}a:visited {	}a:active {	}a:hover {	text-decoration: none;	}/* Content DIV___________________________________________________*/#content {	margin: 10px;}#content h1, #content h2, #content h3 {	font-family: Georgia, "Times New Roman", Times, serif;	color: #3D494D;}#content h1 {	font-size: 1.5em;	font-weight: bold;	margin-top: 0em;	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/}#content h2 {	font-size: 1.2em;	margin: 1.2em 0em 1.2em 0em;	font-weight: bold;	margin-top: 0em;	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/}#content h3 {	font-size: 1em;	margin: 1.2em 0em 1.2em 0em;	font-weight: bold;	margin-top: 0em;	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/}#content p {	font-size: .8em;	line-height: 1.8em;	margin: 0 0 1.2em 0;	}#content li {	font-size: .8em;	line-height: 1.8em;	margin: 0 0 0 0;	}#content a:hover {	background-color: #3D494D;	text-decoration: none;	color: #FFFFFF;	}	#content img {	margin: 0 0 0 0;	border: 0;	}/* Icon DIV___________________________________________________*/.icons {	width: 80%;	margin: 0 0 0 5em;}p.icons {	font-size: .8em;	line-height: 2em;	margin: 0 0 1.2em 0;	}	img.icons {	margin: 0 10px 0 10px;	border: 0;	}/* Navigation Control___________________________________________________*/#navigation {       background-color: #B2BDC1;       height: 100%;        }#navigation ul {        list-style: none;        margin: 0;        padding: 0;		background-color: #B2BDC1;		font-size: 90%        }        #navigation li {        padding: 0;		margin: 0 10px;		border-bottom: 1px dashed #3D494D;        padding: 1em 0 1em 0;        }        #navigation a, #navigation visited {		color: #3D494D;        font-weight: bold;        padding: 5px;        text-decoration: none;        }        #navigation a:hover {        color: #000;		text-decoration: none;		background-color: #FFB300;		padding: 5px;        }        #navigation #currentpage a {		background: transparent url(../images/nav_bullet.gif) no-repeat 0 50%;		padding-left: 13px;                color: #000;		cursor: text;        }#navigation #finalist a, #navigation #finalist visited {		color: #3D494D;        font-weight: bold;        text-decoration: none;        }#navigation #finalist a:hover {                color: #000;		text-decoration: none;		background-color:transparent;        }