nav{
	padding-top: 1px;
}
body{
	margin:0px;
}

#header{
	/*padding: 15px 0 10px 0;*/
	border: 1px solid;
	background: #036; /*rgb(22, 29, 107);*/
}

.headName a{
	color: white;
	padding-left: 25px;
	text-decoration: none;

}

.navRow{
	padding-bottom: 1px;
}

#topnav{
	background: #036; /*rgb(22, 29, 107);*/
	padding-bottom: 10px;
	height: 43px; /*50px;*/
}

#topnav ul
{
/*list-style-type: inline; */
text-align: left;
}

#topnav ul li { display: inline; }

#topnav ul li a
{
text-decoration: none;
padding: 1em 1.2em;
color: #fff;
background-color: #036;
}

#topnav ul li a:hover
{
color: #fff;
background-color: #369;
}

.marque{
	padding: 40px 0 20px 0;
}

.footer1{
	border: 1px solid #036;
	background-color: #036;/*rgb(0, 0, 128);
	background: #036; /*rgb(22, 29, 107);* 
	color: white; 
	margin-top: 1px;/*sha
	position: absolute;*/
	position: absolute;
	width: 100%; 
	height: 60px;
	left: 0;
	/*bottom: 0px;*/

}
.footer{
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
background: #036;
left: 0;
}


#copyright{
	color: white;
}

#copyright a{
	color: white;
}

/*For MarkChange page*/
.markcont{
	width: 400px;	
}

.labm{
	display: inline-block;
	float: left;
	width: 75px;
	text-align: left;
	clear:left;
	
}

.mark{

width: 190px;
display: inline-block;
border: 1px solid #ccc;

}
.markt{
	width: 190px;
	display: inline-block;
	
}
.buttonMark{
	margin-top: 3px;
	background-color: #036;
	color: white;
}

.spanMarkHead{
	color: #d22b2b;
	font-size: 12px;
	font-weight: bold;
}

.spanMark{
	font-size: 12px;
}

#submit{
	margin-top: 1%;
	margin-bottom: 1%;
	background-color: #036;
	color: white;
	padding: 14px 20px;
	border: none;
	cursor: pointer;
}