@import url("page.css");
@import url("side.css");


html { 
	scrollbar-arrow-color:#000066; 
	scrollbar-track-color:#EEEEEE; 
	scrollbar-face-color:#EEEEEE; 
	scrollbar-highlight-color:#EEEEEE; 
	scrollbar-3dlight-color:#000066; 
	scrollbar-darkshadow-color:#EEEEEE; 
	scrollbar-shadow-color:#000066; 
} 
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #FFFFFF;
	text-align: center;
}

#wrappper {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#pagebk {
	background-image:  url(../pix/bk-page.jpg);
	background-repeat: repeat-y;
	background-position: center;
	
	margin-right: auto;
	margin-left: auto;
	width: 824px;
}
/* Header */
#header {
	height: 85px;
	width: 798px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #ffffff;
}
#header input {
	background-color: #EEEEEE;
	border: 1px solid #000077;
	font-size: 10px;
}
#header select {
	background-color: #EEEEEE;
	border: 1px solid #000077;
	font-size: 11px;
}
#header td {
	color: #ffffff;
	font-size: 8.5pt;
	line-height: 11px;
	font-weight:bolder;
	/* letter-spacing:0.05em;*/
}
#header a {
	color: #ffffff;
	text-decoration: none;
}
#header a:hover {
	color: #33FFFF;
	text-decoration: none;
}
/* Main content */
#main {
	margin-top:0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 798px;
}
/* Footer */
#footer {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../pix/bk-footer.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 824px;
}

#footer td {
	color: #777777;
	font-size: 10px;
	line-height: 11px;
}
#footer a {
	color: #555555;
	font-size: 10px;
	line-height: 11px;
	text-decoration: none;
}
#footer a:hover {
	color: #000066;
	font-size: 10px;
	line-height: 11px;
	text-decoration: underline;
}