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

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

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: 90%;
	margin: 0 auto;
	position: relative;
	top: 18px;
	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: block; 
	width: 100%;
	position: relative;
	top: 0;
	background-color:#FFFFFF;
}

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

/* mobiheader */

#mobiheader {
	display: none;
}

#mobiheader img {
	display: none;
}

/* main */

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

/* content */

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

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

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

#content .last_para_l {
	width: 90%;
	font-size: 100%;
	padding-left: 12pt;
	padding-right: 24pt;
	line-height: 1.3em;
}

#content .last_para_r {
	display: none;
}

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

#content img {
	width: 50%;
	height: 50%;
	margin-right: 260px;
	margin-bottom: 9px;
}

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

/* sidebar */

#sidebar {
	width: 45%;
	left: 48%;
	margin: 0;
	margin-top: 0;
	position: absolute;
	top: 1.5625%;
	float: right;
	z-index: 6;
}

#sidebar p {
	font-size: 120%;
	color: #3a66ff;
	font-style: normal;
	text-indent: 0pt;
	line-height: 1em;
	padding-left: 12pt;
}

.qualification {
	font-size: 100%;
	}

/* footer */

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

#footer p {
	font-size: 120%;
	color: #FFFFFF;
	text-align:center;
	padding-left: 12pt;
	padding-right: 12pt;
	line-height: 1.4em;
	}