@charset "utf-8";


/* -------------------------------- */
/* RESET HTML TAGS					*/ 
/* -------------------------------- */

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;	
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}



ul li {
	margin-left:20px;
}

caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

/* -------------------------------- */
/* PAGE ELEMENTS 					*/ 
/* -------------------------------- */
/* Top Section	  					*/

body {
	background-color:#293696;
	color:#FFFFFF;
	font-family:Arial;
	padding:0px;
	margin:0px;
}

#wrapper {
	position:relative;
	background:url(../images/ui/bg-wrapper2.png) repeat-x bottom;
	min-height:1440px;
	width:833px;
	margin:0 auto;
}



	/* -------------------------------- */
	/* HEADER							*/
	
	#header {
		position:absolute;
		top:0;
		left:25px;
		background:url(../images/ui/bg-wrapper1.png) no-repeat top left;
		height:1172px;
		width:813px;
	}
	
	#header h1 {
		display:block;
		text-indent:-1000px;
		width:59px;
		height:422px;
		background:url(../images/ui/bg-logo1.png) no-repeat top left;
		position:absolute;
		top:20px;
		left:-10px;
	}
	
	
	/* -------------------------------- */
	/* CENTER							*/
	
	#center {
		position:relative;
		z-index:999;
		padding-top:10px;
	}
	
	#center a {
		color:#FFFFCC;
	}
	
	#center a:hover {
		text-decortaion:underline;
	}
	
	#center .content {
		width:506px;
		background:url(../images/ui/bg-box1-main.png) no-repeat bottom left;
		font-size:12px;
		padding-bottom:50px;
		margin-top:40px;
		position:relative;
	}
	
	#center .content h2 {
		font-size:33px;
		letter-spacing:-1px;
		width:506px;
		padding-top:30px;
		vertical-align:sub;
		background:url(../images/ui/bg-box1-top.png) no-repeat top left;
		text-indent:30px;
		position:relative;
		top:-30px;
		margin-bottom:-30px;
	}
	
	#center .content p {
		padding:9px 40px 0px 40px;
		line-height:18px;
	}
	
	#center .content ul {
	margin-bottom:0px!important;
	
	}
	
	#center .content.center {
	margin-left:auto;
	margin-right:auto;
			
	}


	
	#center .content2 {
		width:676px;
		background:url(../images/ui/bg-box2-main.png) no-repeat top left;
		font-size:12px;
		padding-bottom:40px;
		margin-top:10px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:200px;
		padding-bottom:120px;
		position:relative;
	}
	
	#center .content2 img {
	position:absolute;
	top:115px;
	left:-40px;
	}
	
	#center .content2 p {
		padding:10px 40px 0px 40px;
	}
	
	#center .content2 h2 {
		font-size:33px;
		letter-spacing:-1px;
		width:676px;
		padding-top:60px;
		vertical-align:sub;
		text-indent:30px;
		position:relative;
		top:-30px;
		margin-bottom:-30px;
	}
	
	
	/* -------------------------------- */
	/* FOOTER							*/
	
	#footer {
		margin:20px;
		text-align:center;
		font-size:10px;
		margin-bottom:0px;
		padding-bottom:20px;
	}
	
	#footer img {
		padding:20px;
	}

	
	