div#mainlinks {
	float: left;
	width: 100px;
}

div#mainlinks a {
	display: block; 
	text-align: left; 
	font: bold 1em sans-serif; 
   	padding: 5px; 
	margin: 0 0 2px; 
	border-width: 0; 
   	text-decoration: none; 
	color: #000;
	background-color: #900;
}

div#sublinks {
	margin: 0px 0px 0px 10px;
	width: 90px;
}
div#sublinks a{
	display: block;
	text-align: right;
	font: bold 1em sans-serif;
   	padding: 0px 2px 0px 0px; 
	margin: 0px 0px 2px; 
	border-width: 0;
   	text-decoration: none; 
	color: #C00;
	background-color: #600;
}

form a:link,form a:visited {
	color: #CC0000;
	text-decoration: none;
}

form a:active,form a:hover {
	color: #CC3333;
	text-decoration: underline;
}

/*div#banner */
td a {
	color: #CC3333;
	text-decoration: underline;
}

div#mainlinks a#activecateg {
	color: #000;
	background-color: #C00;
}
div#sublinks a#activecateg {
	color: #000;
	background-color: #C00;
}

body {
	font-family: "Times New Roman", Times, serif;
	color: #FF0000;
	background-color: #000000;
	margin: 0px;
	padding: 10px;
}

#ptitle {
	font-family: "Times New Roman", Times, serif;
	color: #FF0000;
	font-size: large;
	font-weight: bold;
	padding-right: 1em;
	padding-left: 1em;
}

#ctitle{
	font-family: "Times New Roman", Times, serif;
	color: #FF0000;
	font-size: large;
	font-weight: bold;
}

#stitle{
	font-family: "Times New Roman", Times, serif;
	color: #FF0000;
	/*font-size: large;*/
	font-weight: bold;
}

#container {
	text-align: left;
	position: relative;
	width: 720px;
	left: 4px;
	top: 16px;
	}


#banner {
	font-family: "Times New Roman", Times, serif;
	color: #CC0000;
	text-align: left;
	font-weight: bold;
	border: thin solid #FF0000;
	margin-bottom: 2px;

	}
	
	
#center {
        float: left;
        padding: 15px;
        margin:2px;
        background-color: #0A0101;
        /*width: 500px; j&a complaint, adding 80px*/
        width: 580px;
        height: 330px;
        overflow: auto;
        scrollbar-face-color:#CC0000;
        scrollbar-track-color:#cc3333;
        scrollbar-arrow-color:#660033;
        scrollbar-shadow-color:#990033;
        scrollbar-dark-shadow-color:#660033;
        scrollbar-3dlight-color:#FF3333;
        scrollbar-highlight-color:#FF0000
        border: thin solid #FF0000;
}

div#center a:link, div#center a:visited {
        color: #FF0000;
        text-decoration: none;
        font-weight: bold;
}

div#center a:active, div#center a:hover {
        color: #990000;
        text-decoration: underline;
}
div#tab-bar {
	float: left;
	display: block;
	border-right-width: medium;
	border-right-style: none;
	border-right-color: #FF0000;
	height: 100%;



}
div#tab-content {
	display: block;
	width: 500px;
	padding-left: 5px;
	border-top: thin dotted #000000;
	border-right: thin none;
	border-bottom: thin none;
	border-left: medium solid #FF0000;




}
