@charset "UTF-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	background-color:#d4ddff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

a:link {
	color: #009;
	text-decoration:none;
	border-bottom-style: dotted;
	border-bottom-color: #3366FF;
	border-bottom-width: 1px;
	}

a:visited {
	color: #039;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	}
	
a:hover {
	color: #3366FF;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 2px;
	text-decoration: none ! important;
	font-family: Arial, Helvetica, sans-serif;
	}

/* MAIN PAGE ELEMENTS */

/* wrapper */

#wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
	top: 0;
	background-color:#FFFFFF;
}

/* page */

#page {
	width: 100%;
	position: absolute;
	top: 0;
	background-color:#FFFFFF;
}

/* mainheader */

#mainheader {
	display: none;
}

#mainheader img {
	display: none;
}

/* padheader */

#padheader {
	display: none;
}

#padheader img {
	display: none;
}

/* mobiheader */

#mobiheader {
	display: block; 
	width: 100%;
	position: relative;
	top: 0;
	background-color:#FFFFFF;
}

#mobiheader img {
	width: 100%;
	position: relative;
}

/* main */

#main {
	width: 100%;
	background-color:#FFFFFF;
	margin: 0;
	margin-top: 0;
	position: relative;
}

/* sidebar */

#sidebar {
	width: 100%;
	margin: 0;
	margin-top: 0;
	position: relative;
	top: 1.5625%;
}

#sidebar p {
	font-size: 90%;
	color: #3a66ff;
	font-style: normal;
	text-indent: 0pt;
	padding-left: 12pt;
}

.qualification {
	font-size: 80%;
	}

/* content */

#content {
	width: 100%;
	margin: 0;
	margin-top: 0;
	position: relative;
	top: 1.5625%;
	background-color:#FFFFFF;
}

#content p {
	font-size: 75%;
	padding-right: 24pt;
	padding-left: 12pt;
	line-height: 1.4em;
}

#content h2 {
	color: #3a66ff;
	font-weight: bold;
	font-size: 85%;
	padding-left: 12pt;
	padding-right: 12pt;
}

#content .last_para_r {
	display: none;
}

#content .last_para_l {
	font-size: 75%;
	line-height: 1.3em;
	width: 95%;
	padding-left: 12pt;
	padding-right: 2pt;
}

#content ul {
	font-size: 75%;
	padding-right: 12pt;
	line-height: 1.6em;
}

#content img {
	display: none;
}

#intro ul {
	font-size: 90%;
	padding-right: 24pt;
	line-height: 1.6em;
}

/* footer */

#footer {
	width: 100%;
	margin: 0;
	position: relative;
	top: 1.5625%;
	float: left;
	background-color:#6587ff;
}

#footer p {
	font-size: 80%;
	color: #FFFFFF;
	text-align:center;
	}