/*****************
 **    MENU     **
 *****************/
.corner {
	height: 33px;
	width: 10px;
}
.linkCurrentPage {
	color: #9999CC !important;
	font-weight: bold;
}
.menuBut {
	height: 33px;
	width: 100px;
}
.subCatDiv {
	font-size: 0.9em;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	position: absolute;
	left: 10px;
	text-align: center;
	top: 45px;
	visibility: hidden;
	width: 385px;
}
.subCatDiv P {
	font-size: 0.7em;
	text-align: left;
	width: 385px;
}
.subCatDiv A:link {
	color: #ffffff;
	text-decoration: none;
}
.subCatDiv A:visited {
	color: #ffffff;
	text-decoration: none;
}
.subCatDiv A:hover {
	background-color: #cccccc;
	color: black;
	text-decoration: none;
}
.subCatDiv A:active {
	background-color: white;
	color: black;
	text-decoration: none;
	/*filter: blur();*/
}
/*****************
 **   CONTENT   **
 *****************/
.divStandard P {
	clear: both;
	color: white;
	display: block;	
	font-size: 0.7em;	
	line-height: 1.3em;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
.divStandard P.reprint {
	font-weight:  bold;
}
.floatLeft {
	float: left;
	margin: 0px 10px 0px 10px;
	vertical-align: baseline;	
}
.floatRight {
	float: right;
	margin: 0px 10px 10px 10px;
	vertical-align: baseline;	
}
P.sectiontitle {
	color: #ff00ff;
	font-size: 1em;
	font-weight: bold;
}

P A {
	color: purple;
	font-weight: bold;
	text-decoration: none;
}
P A:visited {
	color: purple;
}
P A:hover {
	color: #dddddd;
	text-decoration: underline;
}
#info {
	margin: 136px 0px 0px 0px;
	width: 300px;
}
#info tr td {
	color: white;
	font-size: 0.7em;
	text-align: left;
}
#info tr td input {
	border: 1px solid white;
	font-size: 0.9em;
	width: 135px;
}
#signUpWindow {
	font-size: 10px;
	text-align: right;
	position:absolute;
	left:25px;
	top:10px;
	width:250px;
	height:150px;
}
/****************
 **    SITE    **
 ****************/
HTML, BODY, TABLE {
	color: white;

	height: 99%;
	scrollbar-face-color: #993399; 
	scrollbar-shadow-color: #993399; 
	scrollbar-highlight-color: #993399; 
	scrollbar-3dlight-color: #ffccff; 
	scrollbar-darkshadow-color: #660066; 
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #ffffff;
	width: 100%;
}
BODY {
	background-color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	margin: 0px;
	overflow: hidden;
	text-align: center;
}
IMG {
	border: 0px;
}
INPUT {
	background-color: black;
	color: white;
}
TABLE {
	border: 0px;
	left: 0px;	
	position: absolute;
	top: 0px;
}
TD {
	height: 100%;
	text-align: center; /* for MSIE */
}

.copyrighttag {
	color: white;
	font-weight: normal;
	text-decoration: none;
}
.copyrighttag A:visited {
	color: #dddddd;
}
.copyrighttag A:hover {
	color: #dddddd;
	text-decoration: underline;
}
.divStandard {
	display: block;
	position: absolute;
	visibility: visible;
}
.logBut {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	width: 42px;
}
.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	width: 40px;
}
.loginTD {
	background-image: url(menu/menu.gif);
	background-repeat: repeat-x;
}
#buyDiv {
	left: 484px;
	width: 250px;
	top: 0px;
}
#containerDiv {
	background-image: url('media/bg1.jpg');
	background-position: top left;
	background-repeat: no-repeat;	
	border: 1px solid gray;
	height: 550px;
	margin: 0px auto;	
	position: relative;
	width: 750px;
/*    text-align: bottom-right;  corrects IE hack*/
	z-index: 0;
}
#contentDiv {
	position: absolute;
	left: 0px;
	width: 400px;
}
#contentDivScroller {
	height: 350px;
	left: 15px;
	margin: 10px 10px 10px 10px;	
	overflow: auto;	
	position: absolute;
	top: 173px;
	width: 710px;	
}
#copyrightDiv {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 0.6em;
	height: 15px;
	position: absolute;
	text-align: center;
	top: 560px;
	width: 250px;
	left: 250px;
}
#loginDivInput {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	height: 19px;
/*	vertical-align: middle;*/
	width: 205px;
}
#logoDiv {
	left: 25px;
	top: 15px;
	width: 420px;
}
#menuDiv {
	height: 33px;
	left: 15px;
	top: 100px;
	width: 725px;
}