@charset "UTF-8";

#outline {
	width:730px;
	margin:0px;
	padding:0px;
}

#header {
	width:730px;
	height:80px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

#sidebar {
	clear:both;
	float:left;
	width:140px;
	margin-top:5px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	overflow:hidden;
}

#contents {
	float:left;
	width:730px;
	margin-top:0px;
	margin-bottom:10px;
	margin-left:5px;
	margin-right:5px;
	padding:0px;
	overflow:hidden;
	border-width:0px;
	font-size:12px;
}

#footer {
	clear:both;
	clear:both;
	float:left;
	width:800px;
	margin-top:15px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	font-size:x-small;
}


body {
	padding:0px;
	margin:0px;
	scrollbar-base-color:#3366FF;
	scrollbar-track-color:#EEEEEE;
	scrollbar-face-color:#EEEEEE;
	scrollbar-shadow-color:#3366FF;
	scrollbar-darkshadow-color:#EEEEEE;
	scrollbar-highlight-color:#EEEEEE;
	scrollbar-3dlight-color:#3366FF;
	scrollbar-arrow-color:#3366FF;
	color:#333333;
	background-color:#FFFFFF;
}

h1 {
	font-size:16px;
	text-align:center;
	color:#000066;
}
h2 {
	font-size:14px;
	text-align:left;
	color:#000066;
}

.info {
	visibility:visible;
	overflow:scroll;
	width:100%;
	height:100%;
}

table#searchbox {
	width:100%;
	padding:0px;
	background-color:#FFFFFF;
	border-collapse:collapse;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
}
th#searchbox {
	padding:0px;
	background-color:#EEEEEE;
	border-width:0px;
}

table#menu {
	width:136px;
	padding:0px;
	background-color:#FFFFFF;
	border-collapse:collapse;
	border-width:0px;
}
td#menu_top {
	width:136px;
	height:3px;
	padding:0px;
	border-width:0px;
	background-color:#CCCCFF;
}
td#menu_bottom {
	width:136px;
	height:3px;
	padding:0px;
	border-width:0px;
	background-color:#CCCCFF;
}
td#menu_header {
	width:132px;
	height:16px;
	padding:0px;
	background-color:#3366FF;
	color:#FFFFFF;
	border-width:0px;
	font-size:12px;
}
td#menu_item {
	width:132px;
	padding:2px 2px 2px 5px;
	color:#3399FF;
	border-style:solid solid dotted solid;
	border-width:0px 1px 1px 1px;
	border-color:#3399FF;
	font-size:12px;
}

a#menu:link {
	color:#3366FF;
	text-decoration:none;
}
a#menu:visited {
	color:#3366FF;
	text-decoration:none;
}
a#menu:hover {
	color:#003399;
	text-decoration:underline;
}

a#menu_header:link {
	color:#FFFFFF;
	text-decoration:none;
}
a#menu_header:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a#menu_header:hover {
	color:#CCCCFF;
	text-decoration:underline;
}

table#relatedservices {
	width:100%;
	padding:0px;
	border-collapse:collapse;
	border-width:0px;
	font-size:12px;
}
th#relatedservices {
	padding:0px;
	border-width:0px;
}
td#relatedservices {
	padding:10px;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	font-size:12px;
}
