/*************************************************************
*                         page layout                        *
*************************************************************/

* html #cent {
	text-align:center;
	margin:0 20px 0 20px;
}

body {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	background:#ffffff;
	margin:auto;
	padding:0;
	width:750px;
}

#leader {
	margin: 10px 0 10px;
}

#maincontent {
	width:580px;
	margin:0 auto 10px;
	font-size:13px;
	color:#000000;
	text-align:left;
	float:right;
}

#sidecontent {
	padding:0;
	margin:23px 0 0 0;
	width:160px;
	float:left;
}

#footer {
	width: 750px;
	margin-bottom:120px;
	clear:both;
}

#search {
	
	margin:-20px 0 10px 0;
	padding:0;
}

#searchbott {
	float:right;
	margin-top:0px;
	padding:0;
}

.adl {
	margin:25px 0 20px;
}

.sky {
	margin-bottom:40px;
}

pre {
	white-space: pre-wrap;       /* css-3 */
 	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 	white-space: -pre-wrap;      /* Opera 4-6 */
 	white-space: -o-pre-wrap;    /* Opera 7 */
 	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	font-family:Courier, Courier new, monospace;
	font-size:12px;
	line-height:14px;
	color:#000000;
	margin-bottom:50px;
}

ul li {
	list-style:url(Dot.png);
	font-size:13px;
	color:#000000;
}

ol li {
	font-size:12px;
	color:#000000;
}

dl dt {
	font-size:12px;
	color:#366c9c;
	font-weight:bold;
	margin-top:5px;
}

dl dd {
	font-size:13px;
	color:#000000;
}

.pagetop {
	font-size:11px;
	color:#366c9c;
	font-weight:bold;
	text-align:center;
	margin:30px 0 30px;
}

#t th {
	background-color:#ffffcc;
	font-size:13px;
	color:#366c9c;
	font-weight:bold;
}

#t td {
	background-color:#ffffcc;
	font-size:13px;
	color:#000000;
}

.t1 th {
	background-color:#ffffcc;
	font-size:13px;
	color:#366c9c;
	font-weight:bold;
}

.t1 td {
	background-color:#ffffcc;
	font-size:13px;
	color:#000000;
	text-align:center;
}

#parent {
	font-size:11px;
	color:#000000;
}

.caption {
	font-size:11px;
	color:#000000;
	text-align:center;
}

span.c {
	font-size:12px;
	color:#366c9c;
	font-weight:bold;
}

span.w {
	font-size:13px;
	color:#366c9c;
	font-weight:bold;
}

span.y {
	font-size:15px;
	color:#fbb63d;
	font-weight:bold;
}

.end {
	width:240px;
	margin:0;
	float:left;
}

#signature {
	margin:20px 0 20px;
	font-size:11px;
	color:#000000;
	text-align:right;
}
/*************************************************************
*                           misc                             *
*************************************************************/
a:link {
	font-size:12px;
	color:#366c9c;
	font-weight:bold;
}

a:visited {
	color:#366c9c;
	text-decoration:none;
}

a:hover {
	color:#fbb63d;
	text-decoration:none;
}

a:active {
	color:#366c9c;
	text-decoration:none;
}

h1 {
	margin:20px 0 25px;
	font-size:30px;
	color:#366c9c;
	font-weight:bold;
	text-align:center;
	white-space:nowrap;
}

h1#s {
	font-size:26px;
}

h2 {
	margin:0;
	font-size:17px;
	text-align:center;
	font-weight:bold;
	color:#366c9c;
	white-space:nowrap;
}

h3 {
	margin:20px 0 20px;
	font-size:17px;
	text-align:left;
	font-weight:bold;
	color:#366c9c;
}

h4 {
	margin:25px 0 0 0;
	font-size:15px;
	text-align:left;
	font-weight:bold;
	color:#366c9c;
}

h5 {
	margin:25px 0 25px;
	font-size:15px;
	text-align:center;
	font-weight:bold;
	color:#366c9c;
}

hr {
	width:100%;
}

img {
	border:none;
}