@charset "UTF-8";
/* CSS Document */
/*  
CSS Name: emberswhite
based upon CSS fixes from thenoodleincident URL: http://www.thenoodleincident.com/tutorials/box_lesson/boxes.html
Original CSS Author: Owen Briggs
Original CSS Author URI: ttp://www.thenoodleincident.com/inflight_correction/log.html
CSS adaption: Scott Paget
adaptor URL: http://www.schelp.co.uk/
*/


				/* Body and Major Structure */

* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
body {
	margin: 0 100 0 0;
	padding: 0 0 0 0;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	}
#header {
	margin: 0 0 0 0;
	}
#content {
	float: left;
	padding: 10px 2% 10px 2%;
	margin: 0px;
	border: 0px;
	background-color: #FFFFFF;
	width: 50%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 46%;
	}
html>body #content {
	width: 46%; /* ie5win fudge ends */
	}
#content2 {
	float: left; /* Opera5.02 will show a space at right when there is no scroll bar */
	padding: 10px 2% 10px 2%;
	margin: 0px;
	border: 0px;
	background-color: #CCFFCC;
	width: 50%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 46%;
	}
html>body #content2 {
	width: 46%; /* ie5win fudge ends */
	}
pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}	
#container {
 	padding: 0px 15px;
  	margin: 10px 20px;
  	width: 895px;
  	}
html, body {
 height: 100%;
}
.wrapper {
min-height: 100%;
 height: auto !important;
     height: 100%;
     margin: 0 auto -4em;
 }
.footer, .push {
     height: 4em;
 }


				/* End Body and Major Structure */

				/* Begin Paragraphs and Fonts */
strong, b {
	font-weight: bold;
	}
p {
	font-size: 12px;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 10px; 
	}

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/

h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
#msndiv{
    width: 80%;
    }
.style1 {
	font-size: 9px;
	color: #0033FF;
    }	
.style2 {
    color: #000000
    }
img {
	border: 0;
	}
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}

				/* Links */


a {
	text-decoration: none;
	font-weight: bold;
	color:  #6666FF;
	outline: none;
	border-bottom: 1px solid #6c6882;
	text-decoration: none;
	}
a:visited {
	color:  #6699FF;
	}
a:active {
	color:  #6699FF;
	}
a:hover {
	color: #6699FF;
	text-decoration: underline;
	}
.ahem {
	display: none;
	}
				/* Links*/
.scokediv {
	font-size: 12px
	}