@charset "utf-8";

body,html {
	width:100%;
}
body {
	margin:0px;
	padding:0px;
	
	background-color:white;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#40474A;
	font-weight:normal;
	
	text-align:center;
}

img {
	border:none;
}

a {
	text-decoration:none;
	color:#0F79A0;
}


input {
	margin-right:8px;
	margin-bottom:2px;
}


td.err {
	color:#FF0000;
}

ol {
	list-style-position:outside;
	padding:0px;
	text-indent:0px;
	margin-left:23px;
	margin-top:5px;
	margin-bottom:10px;
	font-weight:normal;
}

ol.bold {
	font-weight:bold;
}

ul {
	list-style-type:disc;
	list-style-position:outside;
	padding:0px;
	text-indent:0px;
	margin-left:16px;
	margin-top:5px;
	margin-bottom:10px;	
}
li {
	margin-bottom:10px;
}
li.l1 {
	margin-bottom:20px;
}
li.l2 {
	margin-bottom:10px;
}




/* Main*/
div.main {
	width:987px;

	margin:0px auto;
	text-align:left;
}



div.main img.logo {
	position:absolute;
	top:0px;
	margin-left:-18px;
}

div.main div.siteutils {
	position:absolute;
	
	margin-left:652px;
	top:0px;
	width:309px;
	
	text-align:right;
	white-space:nowrap;
}

div.main div.box {
	margin-left:152px;
	margin-top:54px;
	
	width:807px;
	
	border:1px solid #5392c8;
	background-color:#e4f2fb;
	
	z-index:50;
}




/* Navigation*/
div.main div.box div.nav {
	position:absolute;
	
	white-space:nowrap;
}

div.main div.box div.nav div.subnav {
	width:100%;
	height:22px;
	
	background-color:white;
	
	white-space:nowrap;
}




/* Content*/
div.cnt {
	margin-left:220px;
	margin-top:142px;
	width:550px;
	height:321px;
}


div.cntLeft {
	position:absolute;
	
	margin-left:16px;
	margin-top:147px;
	width:190px;
}

div.cntLeft img {
	margin-bottom:15px;
}


div.cnt p.tit {
	position:absolute;
	
	margin-top:-70px;
	width:550px;
	height:60px;
	
	
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	line-height:30px;
	font-weight:normal;
	
}






/* Content Home Layer*/
div.cntHome {
	margin-left:14px;
	margin-top:83px;
	width:739px;
	height:380px;
}


div.cntHome p.tit {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	line-height:20px;
	font-weight:normal;
	margin-bottom:24px;
}

div.cntHome p {
	font-size:14px;
	line-height:20px;
}





/* Teaser*/
div.cntHome div.teaser {
	display:block;
	width:204px;
	padding:0px;
	margin:0px;
	
	background-color:white;
	border:1px solid #5392c8;
}

div.cntHome div.teaser p.tit {
	display:block;
	
	height:auto;
	
	padding:0px;
	margin:0px;
	padding-left:6px;
	padding-bottom:1px;
	
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	line-height:normal;
	color:white;
	
	background-color:#5392c8;
	
}

div.cntHome div.teaser p {
	display:block;
	
	font-size:12px;
	line-height:normal;
	
	padding:6px;
	margin:0px;
	
	height:67px;
	
	text-align:left;
}

div.cntHome div.teaser p.but {
	width:100%;
	height:auto;
	
	padding:0px;
	margin:0px;
	
	text-align:right;
}


div.footer {
	margin-left:152px;
}











