
html, body  {
	margin: 0; 
	padding: 0; 
	color: #000000;
	background-color: #333;
	background-image: url(images/body_back.gif);
	font-family: "Lucida Sans";
	font-size: 100%;
	font-style:italic;
}
.twoColFixLtHdr #navbar {
	height: 40px;
	background-image: url(images/stretch.jpg);
	background-repeat: repeat-x;
	text-align:center;
}

.twoColFixLtHdr #container {
	width: 85%;
	min-width:850px;
	max-width:1200px;
	background: #000; 
	margin-top: 10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right: auto;
	border: thin solid #C40000;
} 
.twoColFixLtHdr #header{
	background-color: #000;
	background-image: url(images/header.PNG);
	height: 150px;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 10px;
	margin-top:5px;
	padding-right: 30px;
	padding-bottom: 0;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}

.twoColFixLtHdr #mainContent {
	overflow:hidden;
	height:100%;
	height:auto;
	/*margin-left: 180px;*/
	border-left-style:groove;
	border-left-width: thin;
	border-left-color: #222;
	padding-left: 20px;
	padding-right: 20px;
	min-height:300px;
	padding-top:10px;

} 
.twoColFixLtHdr #mainContent h1{
	font-size:2em;
color:#FFF;
}


.twoColFixLtHdr #mainContent h2{
	font-size:1em;
color:#FFF;
}

.twoColFixLtHdr #mainContent p{
	color:#DDD;
	padding: 5px;
}

.twoColFixLtHdr #mainContent a img {
border: 0px;
}

.twoColFixLtHdr #mainContent a {
	color:#FFF;
}


.twoColFixLtHdr #footer {
	text-align:center;
	background-color: #111;
} 
.twoColFixLtHdr #footer p {
	margin: 0; 
	padding: 5px 5px; 
	color:#999;
	text-align:right;
}


.twoColFixLtHdr #footer a { 

color:#999;
padding-left:20px;
padding-right:20px;
border-color:#333;
border-left: thin;
border-right: thin;
text-decoration:none;

} 

.twoColFixLtHdr #footer a:hover { 

color:#C00;

}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#navcontainer {
	height:100%;
	font-size:12px;
	width: 170px;
	float: left;
	padding-left: 6px;
	display:inline;
}

#navcontainer h3 {
	color:#444;
}

#navcontainer ul
{
	margin-left:0;
	padding:0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 150px;
height: 17px;
background-color: #333;
border: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #000;
color: #F00;
}

#navcontainer p {
	color:#999;
	font-size: 14px;
}

a.info{
    position:relative;
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ 
font-size:9px;
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #900;
    background-color:#333; color:#CCC;
    text-align: center}
