body {
	position:relative;
	overflow:visible;
	background-color: #C4C8D9;
	text-align: center;
	}

.padNull{
	padding: 0;
	}
	
h5 {
	font-family: 'Rokkitt', serif;
	color: #2e3191;
	font-size: 30px;
	line-height: 30px;
	position: absolute;
	display: inline-block;
	top: 75px;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	}
	
	
td {
	font-size: 13px;
	color: #000000;
	line-height: 22px;
	padding-bottom: 0;
	}
	
li {
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	color: #000000;
	list-style-position: outside;
	margin-left: 20px;
}

a {
	color:#000000;
	text-decoration:none;
	outline:none;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	}
	
a.general:link {
	color:#2e3191;
	text-decoration: none;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a.general:visited {
	color:#000000;
}

a.general:hover {
	color:#9B8539;
	text-decoration: underline;
}

a.back {
	font-family: 'Rokkitt', serif;
	color: #2e3191;
	font-size: 30px;
	line-height: 30px;
	position: absolute;
	display: inline-block;
	top: 85px;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	}
	
a.back:hover {
	color: #FFFFFF;
	text-decoration: none;
}

	
/* Global Structure ========================================================= */


#glob{
	width:100%;
	height:100%;
	position: absolute;
	background-color: #C4C8D9;
	}
	
	
#extra_bg1{
	width: 1231px;
	height: 678px;
	position: absolute;
	top: -150px;
	background: url(../images/extra1.png) 0 0 no-repeat;
	left: -450px;
	}

#extra_bg2{
	width: 865px;
	height: 686px;
	position: absolute;
	display: inline-block;
	bottom: -100px;
	background: url(../images/extra2.png) 0 0 no-repeat;
	right: -500px;
	float: right;
	}
	
#wrapper{
	position: relative;
	top: 85px;
	left: 50%;
	width:950px;
	min-height: 100%;
	background-position: center;
	margin-left: -475px;
	text-align: center;
	padding: 0;
}


#main {
	margin:0px auto 0 auto; 	
	width: 930px; 
	z-index:2; 
	height:100%; 
	}

#header {
	width: 950px;
	text-align: left;
	top: 0;
	left: 0;
	margin: 0;
	position: relative;
	z-index: 10;
	display: inline-block;
}

#logo{
	width: 510px;
	height: 110px;
	text-align: center;
	left: 285px;
	position: relative;
}


/* ============================= content ====================== */

#contents {
	position: relative;
	display: inline-block;
	width: 950px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}  

#colLeft {
	width: 175px;
	left: 0px;
	top: 5px;
	float: left;
	position: absolute;
	height: 350px;
	}
	
#colMain {
	width: 630px;
	position: relative;
	left: 0px;
	padding-left: 320px;
	text-align: left;
	margin: 0px;
	}
	
#colMaintable {
	width: 640px;
	position: relative;
	left: 250px;
	text-align: left;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
	border: thin solid #E7E2FF;
	margin-bottom: 150px;
	}
	
#colRight {
	width: 80px;
	position: absolute;
	left: 850px;
	top: 200px;
	float: right;
	}

#page_name{
	width: 175px;
	height: 200px;
	position: absolute;
	display: inline-block;
	background: url(../images/bg3.png) 0 0 no-repeat;
	top: 0px;
	z-index: 2;
	left: 0px;
	}
	
#page_back{
	width: 175px;
	height: 200px;
	position: absolute;
	display: inline-block;
	background: url(../images/bg4.png) 0 0 no-repeat;
	z-index: 1;
	left: 0px;
	bottom: 0px;
	}
	
.txt_name{
	font-family: 'Rokkitt', serif;
	color:#2e3191;
	font-size: 30px;
	line-height: 30px;
	position: absolute;
	display: inline-block;
	top: 108px;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	}
	


/* ============================= footer ====================== */

#footer{
	width: 100%;
	z-index: 10;
	height: 50px;
	bottom: 0px;
	display: inline-block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
	padding: 0;
	background-image: url(../images/bg2.png);
	}


#textPrivacy{
	font-family: 'Rokkitt', serif;
	font-size: 14px;
	color: #FFFFFF;
	position:absolute;
	display:inline-block;
	text-transform: uppercase;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 25%;
	}

.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
