/* CSS Document */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	background-color: #d2d6df;
	text-align: center;
/* part 1 of 2 centering hack */
	}

.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 14px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
	
/* =-=-=-=-=-=-=-[Menu One]-=-=-=-=-=-=-=- */
	
#menu {
	font-size:18px;
	width: 210px;
	border-style: solid solid none solid;
	border-color: #040468;
	border-size: 0px;
	border-width: 0px;
	border-right: 5px solid #040468;
	margin: 19px 0px 0px 0px;
	padding:3px;
	list-style:none;
	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	padding:25px;
	/*background-image:url(images/New/Arrow.gif);
	background-repeat:no-repeat;*/
	}	
	
#menu li a:link, #menu li a:visited {
	color: #040468;
	display: block;
	/*background: url(images/new/menu1.gif);*/
	padding: 6px 0px 0px 40px;
	}
	
#menu li a:hover {
	color: #5050b5;
	/*background: url(images/new/menu1.gif) 0 -32px;*/
	background-image:url(images/New/Arrow.gif);
	background-repeat:no-repeat;
	padding: 6px 0px 0px 40px;
	}
	
#menu li a:active {
	color: #26370A;
	/*background: url(images/new/menu1.gif) 0 -64px;*/
	background-image:url(images/New/Arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding: 6px 0px 0px 40px;
	}
	
/* =-=-=-=-=-=-=-[Menu One END]-=-=-=-=-=-=-=- */

/* 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;
	color: #040468;
	}
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;
	}
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; 
	}
#mainbox {
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	background: #d2d6df;
	border: 0px solid #ccc;
	text-align:left; /* part 2 of 2 centering hack */
	width: 900px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 870px;
	}
html>body #mainbox {
	width: 870px; /* ie5win fudge ends */
	}
pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
	
#content {
	float: left;
	padding: 10px 2% 10px 2%;
	margin: 20px 1% 20px 2%;
	background: #d2d6df;
	border: 0px solid #ccc;
	width: 24%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 21%;
	}
html>body #content {
	width: 21%; /* ie5win fudge ends */
	}
	
	#content2 {
	float: right;
	padding: 10px 2% 10px 2%;
	margin: 20px 2% 20px 1%;
	background: #d2d6df;
	border: 0px solid #ccc;
	width: 64%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 61%;
	}
html>body #content2 {
	width: 61%; /* ie5win fudge ends */
	}