@charset "utf-8";
/* For Template Page */

body {
	margin: 0px;
	padding: 0px;
}

.topmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2e7fed;
	background-color: #02142c;
	text-align: center;
	height: 45px;
	width: 1003px;
}

.topmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin: 0 0 0 150px;
}

.topmenu ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}

.topmenu ul li span {
	position:relative;
	width: 1px;
	height: 45px;
	background-color: #395f8d;
	float: left;
	margin: 0px;
	padding: 0px;
}


.topmenu ul li a {
	position:relative;
	float: left;
	text-decoration: none;
	color: #2e7fed;
	padding: 0 29px 0 29px;
	margin: 0px;
	display:block;
	line-height: 45px;
}

.topmenu ul li a:hover {
	text-decoration: none;
	color: #d10b0d;
}

.middle {
	background-color: #02142c;
	background-image: url(../images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
	width: 1003px;
	height: 372px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #a0c1d5;
	vertical-align: top;
	text-align: justify;
}

.middle a {
	text-decoration: none;
	color: #2e7fed;
}

.middle a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.bottom {
	background-image: url(../images/bottom_bg.jpg);
	background-repeat: no-repeat;
	height: 228px;
	width: 1003px;
}

.bottom_contact_box {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #a0c1d5;
	background-image: url(../images/bottom_contact_box.png);
	background-repeat: no-repeat;
	text-align: left;
	height: 159px;
	width: 256px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;	
}

.bottom_contact_box h1 {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #f6f9ff;
	margin: 0px;
	padding: 0px;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	height: 60px;
	width: 1003px;
	line-height: 20px;
}

.footer span {
	color: #2e7fed;
}

.footer span a {
	color: #2e7fed;
	text-decoration: none;
}

.footer span a:hover {
	color: #B7D2F9;
	text-decoration: none;
}

/* General */
.otherpage_bg {
	background-image: url(../images/otherpage_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 936px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #a0c1d5;
	vertical-align: top;
	text-align: justify;
}

form {
	margin: 0px;
	padding: 0px;
}

form input {
	background-color: #00214c;
	border: 1px solid #013880;
	color: #CCCCCC;
}

form textarea {
	background-color: #00214c;
	border: 1px solid #013880;
	color: #CCCCCC;
	
	scrollbar-arrow-color:#000000;
	scrollbar-base-color:#013880;
	scrollbar-shadow-color:#013880;
	scrollbar-face-color:#013880;
	scrollbar-hilight-color:white;
	scrollbar-dark-shadow-color:white;
	scrollbar-3D-light-color:#013880;
	scrollbar-track-color:#023e8b;
}

.otherpage_bg a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a0c1d5;
	text-decoration: none;
}

.title {
	font-family: Calibri;
	font-size: 17px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(../images/title.png);
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 50px;
	height: 34px;
	width: 880px;
}


/* Home Page */
.home_bg {
	background-image: url(../images/home_bg.png);
	background-repeat: no-repeat;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	height: 324px;
	width: 584px;
}

/* Pagination */
.paging {
	float: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.paging li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	display: block;
	float: left;
	line-height:18px;
}

.paging li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #106cef;
	background-color: #124187;
	text-decoration: none;
	text-align: center;
	height: 20px;
	border: 1px solid #106cef;
	display: block;
	margin: 0 2px 0 0;
	padding: 0 3px 0 3px;
}

.paging li a:hover {
	background-color: #2360bc;
}