@charset "utf-8";
/* All Css Style  */
* {
	margin:0;
	padding:0;
}
body {
	background:#f2c81c;
	color:#000;
	font:12px Arial, Helvetica, sans-serif;
}
img {
	vertical-align:middle;
	border:0;
}
input, select {
	vertical-align:middle;
}
ul, li {
	list-style:none;
}
a{
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#cd1a00;
	text-decoration:underline;
}
.link a{
	font-size:12px;
	font-weight:normal;
	color:#003381;
	text-decoration:none;
}
.link a:hover{
	color:#038cae;
	text-decoration:underline;
}
.clear {
	clear:both;
}
.rights span {
	float:right;
	padding-right:15px;
}
.containter {
	text-align:left;
	height:auto;
	width:1002px;
}
.buttons{
	background:url(../images/buttons.gif) no-repeat;
	height:24px;
	width:75px;
	border:0;
	color:#000
}

/* Head Style  */
.toper {
	background:url(../images/logo.jpg) no-repeat top left;
	height:105px;
}

.toper li{
	float:left;
	padding:15px 5px 0 5px;
	line-height:26px;
	width:50px;
}
/* Foot Style  */
.footer {
	height:auto;
}
.footcopyright{
	text-align:center;
	padding-top:60px;
}
