@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;}

img.noborder {border:none;}

html {     scrollbar-arrow-color:#FB05E1;
           scrollbar-face-color:#000000;
           scrollbar-highlight-color:#FB05E1;
           overflow: -moz-scrollbars-horizontal;
		   overflow: -moz-scrollbars-vertical;
		   }
body  {
	font: 100% Harrington, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #FB05E1;
}
.thrColFixHdr #container { 
	width: 1024px;  
	background: #000000;
	margin: 0 auto; 
	text-align: left; 
} 
.thrColFixHdr #header { 
	background: #000000;
	padding: 0 10px 0 20px;  
} 
.thrColFixHdr #sidebar1 {
	float: left; 
	width: 210px;
	height:500px;
	background: #000000;
	background-image:url(images/menu.png); background-repeat:no-repeat; background-position:top;
	padding: 0px 20px 15px 20px; 
}
.thrColFixHdr #sidebar2 {
	float: right; 
	width: 210px;
	height: auto;
	padding: 0px 10px 15px 20px;
}
.thrColFixHdr #mainContent { 
	margin: 0 240px; 
	padding: 0 10px; 
} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; 
	background:#000000;
} 
.thrColFixHdr #footer p {
	margin: 0; 
	padding: 10px 0;
	text-align:center;
	font-size:14px;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a:link {
    color: #CCC;
    text-decoration: underline;
	font-size: 14px;
    font-weight: bold;
}

a:visited {
    color: #666666;
    text-decoration: underline;
	font-size: 14px;
    font-weight: bold;
}

a:hover {
    color: #999999;
    text-decoration: underline;
	font-size: 14px;
    font-weight: bold;
}		   

h1 {font-size:24px; padding-top:10px; padding-bottom:10px;}
h2 {font-size:20px; padding-bottom:10px;}
p {font-size: 18px; padding-bottom:15px;}

td {vertical-align:top; font-size:14px;}

.textbox {
	z-index:1;
	position:relative;
	top:0px;
	left:0px;
	width:210px;
	height:auto;
	margin: 0px 0px;
    border: 0px solid #999;
    color: #000;
	padding: 10px;
    text-align: left;
    background-color: #FB05E1;
    border-top: 3px solid #999;
    border-bottom: 3px solid #999;

    border-left: 3px solid #999;
    border-right: 3px solid #999;

    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

/*form*/

.formfield {
		border: #c6c6c6 1px solid; font-size: 11px; color:#676767; font-family:Arial, Helvetica, sans-serif; background-color:#ffffff;}
		
.formbutton {
		border: #999999 1px solid; font-weight:bold; font-size: 14px; background-color: #FB05E1; color: #000000; font-family:Arial, Helvetica, sans-serif}
 