@charset "utf-8";
body {
	background-color: #DCDCDC;
	align-content: center;
	font-family: Calibri;
}
.content {
	align: center;
	width: 100%;
}
.content .inner {
	margin: auto;
    width: 1024px;
}

.inner .mainButtons {
	margin: auto;
	float: none;
	width:74%;

}
.inner .mainButtons #button {
    background: none repeat scroll 0 0 #dcdcdc;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 3px;
    display: block;
    float: left;
    font-size: 23px;
    margin: 0 13px 5px;
    text-align: center;
    width: 220px;
}

.mainButtons #button a {
    color: #555;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    display: none;
    padding: 10px;
}
.mainButtons #button a:hover {
	color:white;
}
.mainButtons #button:hover {
	background-color: #226695;
	color:white;
	cursor:pointer;
}

/*Register Page*/

.form {
	color: #CCCCCC;
	background-color: #11110f;
	font-size: 18px;
	padding: 5px;
}
#formbtn {
    background-color: #dcdcdc;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 2px #555;
    color: #cccccc;
    font-size: 18px;
    margin: 0 9px 0 2px;
    padding: 3px 0 8px;
    text-decoration: none;
}
.buttons {
    background: none repeat scroll 0 0 #dcdcdc;
    border-radius: 0 0 10px 10px;
    color: #555;
    padding: 3px 22px 8px;
    text-align: center;
    text-decoration: none;
}
.text {
	font-size: 22px;
	color: #000;
}
td #form1 .table1 {
    margin: auto;
    padding: 22px 0 10px 10px;
    width: 40%;
	}
table tr .buttons:hover {
	background-color: #226695;
	color: #fff;
}
.navbtns {
	border-radius: 30px;
}
.about{
    float: left;
    padding: 40px 150px 0px 5px;
}
.info{
	float:right;
	margin: 0 10px 0 0;
}
.NavBtns{
	float:right;
	margin: -40px 30px 5px 0px;
	

}
.NavBtnsbg{
	float:right;
	margin: -60px 80px 3px 0px;
	width:165px;
	height:34px;
	background-color:#4a4a4a;

}


#modbtn {
    background-color: #dcdcdc;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0 0 3px #555;
    color: #cccccc;
    font-size: 14px;
    margin: 15px 132px 0 250px;
    padding: 5px 0 10px;
    text-decoration: none;
}
#modbtn:hover {
    background-color: #226695;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0 0 3px #555;
    color: #cccccc;
    font-size: 14px;
    margin: 15px 132px 0 250px;
    padding: 5px 0 10px;
    text-decoration: none;
}
.modbuttons {
    background: none repeat scroll 0 0 #dcdcdc;
    border-radius: 0 0 10px 10px;
    color: #555;
    padding: 5px 65px 10px;
    text-align: center;
    text-decoration: none;
}
.modbuttons:hover {
    background: none #226695;
	color:white;
}
.jhide{
    display: none;
}
.description_content{
    min-height: 250px;
}
.jmodbtn{
    margin: 10px 0px 10px 0px !important;
}
.text-white{
    color:white;
}
.text-bold{
    font-weight: bold;
}
.header-text,.header-text:hover{
    color:white;
    font-weight: bold;
    font-family: arial;
    text-decoration: none;
    /*padding-top: 10px !important;*/
    margin-right:20px;
}
.jbanner_heading1{
    font-size: 50pt;
}
.jbanner_heading2{
    font-size: 40pt;
}

.mainButtons #button {
    background: none repeat scroll 0 0 #dcdcdc;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 3px;
    display: block;
    float: left;
    font-size: 23px;
    margin: 0 13px 5px;
    text-align: center;
    width: 220px;
}
.mainButtons #button a{
    color: #555;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    display: block;
    padding: 10px;
}