@charset "utf-8";
/* CSS Document */ 

/*input, select {
	margin:5px 0;
	border:1px solid #bbbbbb;
	padding:2px 3px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
		  }

input[type="submit"], input[type="button"], input[type="reset"], .forgot {
	background-color:#616161;
	margin:5px 0;
	color:#ffffff;
	border:0px;
	padding:5px 9px;
	cursor:pointer;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	border-radius: 8px;
	text-decoration:none;
}

input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, .forgot:hover {
	background-color:#696969;
	margin:5px 0;
	color:#ffffff;
	border:0px;
	padding:5px 9px;
	cursor:pointer;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	border-radius: 8px; 
}*/

html {
	height:100%;
}

.bold-red {
	  font-weight: bold; color: #ff0000;
}

h1 {
	color:#555;
	font-size:1.3em;
}

h2 {
	font-size: 18px;
}
h2.jt_naspa {
	color:#444;
	font-size:1.4em;
	line-height: 40px;
	margin: 10px 0px;
}
a {
	color:#F24F00;
	
}
.hidden { display:none; }
.unhidden { display:block; }

body {
	margin:0px;
	background-color:#595959;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
}

a.footerLinks:hover {
	color:#E27B0A;
}

.footerLinks {
	color:#E5E5E5;
	text-decoration:none;
	font-size: 14px;
}

.logo {
	width:275px;
	height:143px;
	float:left;
}

.header {
	 width:1000px;
	 margin:0px auto;
}

.outsiedMenu {
	width:725px;
	height:143px;
	float:left;
}

.menuTop {
	width:725px;
	height:54px;
}

.menuBottom {
	width:725px;
	height:89px;
	background-image:url(/headers/cc/images/190/menubg.png);
	background-repeat:no-repeat;
}

.indexContentFrame {
	margin:0px auto;
	background-color:#999;
	width:1000px;
}

a.links:hover{
	text-decoration:none;
	color:#AEAEAE;
	font-size:12px;
}

a.links {
	text-decoration:none;
	color:#DBDBDB;
	font-size:12px;
}

.ContentFrame {
	margin:0px auto;
	padding:10px 10px 40px 10px;
	width:980px;
	height:100%;
	background-color:#E5E5E5;
	border-left:#F00 solid thin; 
	border-right:#F00 solid thin; 
	background:#FFF;
}

.contentHead {
	background-image:url(/headers/cc/images/190/contentHead.png);
	background-repeat:no-repeat;
	 width:1000px;
	 height:24px;
	 margin:0px auto;
}

.footer1 {
	position:fixed;
	z-index:4;
	width:100%;
	bottom:0px;
}

.footer2 {
	background-image:url(/headers/cc/images/190/footer.png);
	background-repeat:no-repeat;
	margin:0px auto;
	width:1045px;
	height:65px;
}
#join_now{width:150px;margin-left:auto;margin-right:auto;
	background-image:url(/headers/cc/images/190/join_now_btn.png);
	height:57px;
	}
#join_now:hover{
	background-image:url(/headers/cc/images/190/join_now_btn_mouseover.png);
	}