body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	background-color: #000;
	text-align:center;
		}
	
li {list-style-position: outside; 
	list-style-type: square;
	line-height: 140%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	}
	.inside {
	list-style-position: outside;
	list-style-type: square;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	}
		
a {
	color: #FE7018;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover {
	color: #FFB310;
	text-decoration: underline;
	font-weight: bold;
	}	

a:active {
	color: #FE7018;
	text-decoration: none;
	font-weight: bold;
	}

/*a:visited {
	color: #FE7018;
	text-decoration: none;
	font-weight: bold;
	}*/
	
/*a {
	text-decoration: none;
	font-weight: bold;
	color:  #ccc;
	outline: none;
	}

a:visited {
	color:  #ccc;
	}
a:active {
	color:  #ccc;
	}
a:hover {
	color: #ccc;
	text-decoration: underline;
	}
	*/
.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
/* p {
	font-size: 12px;
	line-height: 22px;
	margin-top: 5px;
	margin-bottom: 5px; 
	} */

/* 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: 18px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	text-align: right;
	color: #333;
	}

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: 13px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}

h6 {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	text-align: right;
	}

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

.footer {
	font-size: 9px; 
	color: #fff;
	text-align: left;
	padding: 5px 0px 3px 5px;
}

#frame {
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px 0px 10px 0px;
	background-color: #FFB310;
	text-align:left;
	width: 830px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 800px;
	}
html>body #container {
	width: 800px; /* ie5win fudge ends */
	}

#container {
	margin: 0px 15px 5px 15px;
	padding:0px;
	background-color: #fff;
	text-align:left;
	width: 800px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 770px;
	}
html>body #container {
	width: 770px; /* ie5win fudge ends */
	}

#top {
	margin: 0px;
	padding: 0px;
    background: #ffb310 url(images/int_headerBkrnd.gif) repeat-x;
	width: 800px;
	height: 131px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 101px;
	}
html>body #top {
	height: 101px; /* ie5win fudge ends */
	}

#navi {
	margin: 0px 15px 0px 15px;
	padding: 0px;
	background: #fff;
	width: 770px;
	height: 50px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 20px;
	}
html>body #navi {
	height: 20px; /* ie5win fudge ends */
	}

#left {
	float: left;
	top: 0px;
	left: 0px;
	margin: 25px 0px 0px 0px;
	padding: 0px;
	background: #fff;
	width: 250px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 220px;
	}
html>body #left {
	width: 220px; /* ie5win fudge ends */
	}

#middle {
	margin: 30px 10px 0px 240px;
	background: #fff;
	width: 535px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 505px;
	}
html>body #middle {
	width: 505px; /* ie5win fudge ends */
	}

#footer {
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px 0px 0px 0px;
	background: #000;
	text-align:left;
	width: 800px;
	height: 40px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 10px;
	}
html>body #footer {
	height: 10px; /* ie5win fudge ends */
	}

pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #000000;
	color:
	}
	
.mySub {font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style:italic;
	color: #000000;
	}

.mySubB {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	}
	
.myBody {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}

.myBodyB {font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #000000;
	}

.myIntro {font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0px 0px 0px;
	font-size: 12px;
	color: #000000;
	}
	
.myDescriptor {font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	}
	
.myCopyright {font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	}
	
.myFill {font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFB310;
	background-color: #FFB310
	}
	
.white {font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #FFFFFF
	}
	
.inside {
	list-style-position: outside;
	list-style-type: square;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	}

.myHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: bold;
	color: #000000;
	}

#get {
	/*float: left;*/
	width: 25%;
	margin: 0px 0px 25px 0px;
	padding: 5px;
	background: #FFB310;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	}

#get a {
	display: block;
	margin: 0px;
	/*padding: 4px 8px;*/
	color: #FE6000;
	text-decoration: none;
	}

#get a:hover {
	color: #66BB49;
	text-decoration: underline;
	font-weight: bold;
	}	

