/* CSS Document */

HTML, body {
	margin: 0px;
	border: none;
	height: 100%;
	padding: 0px;
	background-color: #000000;
}

#fullheight {
	height: 100%;
}

#maintable {
	border-color: #DA190D;
	border-width: 1px;
	border-style: dashed;
}

#quote {
	padding: 5px;
	color: #FF9900;
	font: 90% Times New Roman, Times, serif;
	font-weight: bold;
}

#blackborder {
	height: 12px;
}

#navigation {
	padding: 5px;
}

#content {
	font: 80% bold Times New Roman, Times, serif; 
	text-align: justify; 
	color: #333333; 
	width: 535px; 
	height: 385px; 
	padding-right: 10px; 
	overflow: auto; 
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-arrow-color: #666666; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-shadow-color: #666666; 
	scrollbar-slider-color: #FFFFFF; 
	scrollbar-face-color: #FFFFFF; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-darkshadow-color:#FFFFFF; 
	scrollbar-3dlight-color: #666666;
}

#indexcontent {
	font: 80% bold Times New Roman, Times, serif; 
	text-align: justify; 
	color: #333333; 
	width: 535px; 
	height: 300px; 
	padding-right: 10px;
	padding-bottom: 0px;
	overflow: auto;
	scrollbar-arrow-color: #666666; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-shadow-color: #666666; 
	scrollbar-slider-color: #FFFFFF; 
	scrollbar-face-color: #FFFFFF; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-darkshadow-color:#FFFFFF; 
	scrollbar-3dlight-color: #666666;
}

#leftbar {
	background-image: url(../images/leftbarnt.gif);
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 25px;
} 

#fullheight #maintable #leftbar a {
	color: #FFFFCC;
}

#fullheight #maintable #leftbar a:hover {
	color: #FF0000;
}

#favlinks {
	color: #FF0000;
	text-decoration: none;
	font-size: 16px;
}