body  {
	background: #000000;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

p{
	background: #ffffff;
	margin: 0; 
	padding: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

td {

}
h1{
	font-size: 400%;
}
h2{
	font-size: 120%;
}
h3{
	font-size: 110%;
}
h4{
	font-size: 100%;
}
p{
	font-size: 100%;
}

td{
	font-size: 150%;
}

li {
	list-style-image:  url(../htm_img/bullet_box.gif);
}

.small{
	text-align: left;
	font-size: 70%;
}

.drag {
	border: 1px solid black; background-color: rgb(240, 240, 240); position: absolute; padding: 0.5em; margin: 0 0 0.5em 1.5em; cursor: move;
}

.nolink img{
max-width: 700px;
width: expression(document.body.clientWidth > 700? "700px": "auto" );
max-height: 700px;
height: expression(document.body.clientHeight > 700? "700px": "auto" );
}

.postBodyBig img {
max-width: 200px;
width: expression(document.body.clientWidth > 200? "200px": "auto" );
}
.postBodySmall img {
max-height: 50px;
height: expression(document.body.clientHeight > 50? "50px": "auto" );
}

.comment{
	font-size: 80%;
}

.speed{
	text-align:left;
	font-size:90%;
}

.listback{
	background-color:#FFFF99;
}
.twoColHybLtHdr #container {
	width: 90%; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #5981F9;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #99CCFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColHybLtHdr #header {
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
} 
.twoColHybLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColHybLtHdr #sidebar1 {
	float: left;
	width: 12em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
	background-color: #99CCFF;
}
.twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
	margin-top: 10px;
}

.twoColHybLtHdr #mainContent {
	margin: 20px 20px 20px 13em;
	padding: 0 10px 10px 10px;
	background-color: #bbccff;
	height:auto;
} 
.twoColHybLtHdr #footer { 
	padding: 0 10px; 
	background:#DDDDDD;
} 
.twoColHybLtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bottomnav {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 75%; text-decoration: none}