@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
html {
    color:black;
	margin: 0 auto; 
	text-align: center;	
}
body {
    color:black;	
	background-color:#000;
	text-align: center;/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #pagecontainer selector */
	/* min-width: 790px; */
}
#pagecontainer {
	/* position:relative; */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	/* width:98%;*/
	width:980px;
	background-color:#8A001A;
	border:0; 
}
#main {
	/* position:relative;	*/
	/* width:96.65%;
	min-width:943px; */
	height:auto;
	background-color:white;	
	border:thin solid #000;
	margin-top:30px;
	margin-left:30px;
}
#menu{
	position:relative;
	float: left;	
	height:auto; 	
	text-align:right;
	width:158px;
	background-color:#ffffff;
	margin-top:13px;
	
}
#header {
	position:relative;
	text-align:center;
	background-color: black;
	margin:0 0 0 157px;
	height:113px;
	border:0px;	
/*	border:thin solid #0F0 */
}
#leftside {
	position:relative;	
	float:left;
	width:157px;
	height:auto;
	background-color:#ffffff;
	
}
#leftspacer {
	background-color:#000000;
	background-position:center;
	height:15px;
	width:157px;
	text-align:center;
}
#data{
	/*position:relative;
	min-width:568px; 
	width:78%;*/
	height:auto; 	 
	float:left;	
	text-align:left;
	min-height:345px;
}
#ccname {
	height:60px;
	width:157px;
	background-color:#ABABAB;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#copyright {
	/* width:16.9%; */
	background-color:#FFF;
	width:157px;
	padding-top:10px;
	height:44px;	
    font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	float:left;
	/* clear: both;	*/
	font-size:11px;
	/*border:thin #0F0 solid;*/
	/* border:thin solid #0F0;
	background-color:#060; */
}
#footer {
	/* width:62.1%; */
	/* position:relative; */
	height:44px;
    font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	background-color: black;
	/*float:left;*/
	font-size:9px;
	color:#FFF;
	padding-left:40%;
	padding-top:10px;
	/* border:thin solid #0F0 */
}
a:link {
    background-color: transparent;
	text-decoration:none;
	color:#000000;
}
a:visited {
    background-color: transparent;
	text-decoration:none;
	color:#000000;	
}
a:hover {
	background-color: transparent;
	text-decoration:none;
	color: #505050;	
}
a:active {
	background-color: transparent;
	text-decoration:none;
	color:#000000;			
}
#softtech {
	width:35%;
	/*	height:44px; */
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	float:left;
	font-size:11px;
	font-size: x-small;
	color:#505050;
/*	margin-top:12px;
	border:thin solid green; */
}
#softtech a:link {
    background-color: transparent;
	text-decoration:none;
	color:#505050;
}
#softtech a:visited {
    background-color: transparent;
	text-decoration:none;
	color:#505050;	
}
#softtech a:hover {
	background-color: transparent;
	text-decoration:none;
	color: white;	
}
#softtech a:active {
	background-color: transparent;
	text-decoration:none;
	color:# 009  ;			
}