@CHARSET "UTF-8";

/* ------------------------------
 *  global styles
 *  ----------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "Tahoma", "Arial", "Trebuchet MS";
	font-size: 12px;
	color: #3d3d3d;
	width: 100%;
	background: #163656 url('../_images/bg_body.gif') top repeat-x;
}
a{
	color: #3d3d3d;
	cursor:pointer;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.btn {
	background-repeat: no-repeat;
	background-position: left top;
}
.btn:hover {
	background-position: left bottom;
}

img {
	border: none;
}

.conSP{
	float: none;
	clear: both;
	height: 0px;
	font-size: 0px;	
}
.conNW{
	display: none;
}
.txtNW{
	text-indent: -1000em;
	overflow: hidden;
}
.conLeft {
	float:left;
}
.conRight {
	float:right;
}

.conSpacer {
	display: block;
	height: 10px;
	float: none;
	clear: both;
}

.conDoubleSpacer {
	display: block;
	height: 20px;
	float: none;
	clear: both;
}

.conCN {
	text-align: center;
}

.doubleLine {
	line-height: 2em;
}

.biggerText {
	font-size: 14px;
}

.navyBlue {
	color: #20546C;
}

.colorGreen {
	color: #15650D;
}

.colorOrange {
	color: #B77A1B;
}

.bolderText {
	font-weight: bold;
}

#conAll {
	width: 778px;
	min-height: 400px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.centerImage {
	display: block;
	margin: 0 auto;
}

#conAll {
	width: 100%;
}

/* ------------------------------
 *  top styles
 *  ----------------------------- */

#conTop {
	display: block;
	position: relative;
 	width: 953px;
	height: 85px;
	margin: 0 auto;
	background: transparent url('../_images/bg_contop.gif') top left no-repeat;
}

	a#btnLogo {
		position: absolute;
		top: 0;
		left: 805px;
		width: 138px;
		height: 37px;
		background: transparent url('../_images/img_logo.gif') center no-repeat;
	}
	
	#conTitle {
		position: absolute;
		top: 15px;
		left: 70px;
		width: 500px;
		height: 50px;
	}
	
		#conTitle h2 {
			height: 45px;
			color: #fff;
		}
 
#conMiddle {
 	display: block;
 	width: 100%;
	background-color: #edece4;
}

	#conMiddleCenter {
		display: block;
		position: relative;
	 	width: 933px;
		min-height: 300px;
		margin: 0 auto;
		padding: 0 10px;
	}
	
#conFooter {
	display: block;
 	width: 953px;
	height: 45px;
	margin: 0 auto;
}

	#conCopyRight {
		float: left;
		padding-top: 10px;
		width: 390px;
		height: 35px;
		color: #adaca3;
	}
	
	#conFooterMenu {
		float: left;
		padding-top: 10px;
		width: 310px;
		height: 35px;
		color: #adaca3;
	}
	
		#conFooterMenu a {
			color: #adaca3;
		}
	
	#conExpiryDate {
		float: left;
		width: 250px;
		height: 36px;
		background-color: #edece4;
	}
	
		#conExpiryDate p {
			display: block;
			margin-top: 10px;
			text-align: center;
			font-weight: bold;
		}
		
h2.sTitle {
	font-size: 16px;
	color: #21568a;
	padding-bottom: 5px;
}

h2.sText {
	font-size: 16px;
	color: #3d3d3d;
}