﻿@import url('style1.css');
@import url('nav.css');
@import url('content.css');
@import url('left.css');

.top1 {
	background-color:#e0dde7; background-image:url('../images/template/top_back_1.gif');background-repeat:repeat-x;
	background-position:center bottom;
	height:89px; width:100%;
	border-bottom:solid 1px white;
}
.top2 {
	background-image:url('../images/template/top_back_gauge.jpg'); background-repeat:no-repeat;
	background-position:right top;
	height:89px;
}

.logo {
	position:absolute;
	top:23px; left:5px;
}

.search {
	position:absolute;
	top:18px; right:10px;
}

.content1 {
	position:relative;
	margin:0;
	border-top:solid 2px white;
	border-bottom:solid 1px white;
	background-color:white;
	background-image:url('../images/template/cntnt_back_1.gif');
	background-repeat:repeat-y; background-position:left;
}

.content2 {
	padding-left:200px;
	min-height:450px;
}

.left1 {
	position:absolute; top:0; left:0;
	width:195px;
}

.pageTitle {
	background-color:white;
	background-image:url('../images/template/left_ttl-back.jpg');background-repeat:no-repeat; background-position:left top;
	height:57px;
	border-top:solid 1px white;
	border-bottom:solid 3px white;
}
.pageTitle table {
	width:100%;
}
.pageTitle td {
	height:56px; text-align:left;
	padding-left:10px;
}
.pageTitle h2 {
	margin:0; padding:0;
	color:#260f54;
	font-size:180%;
}

.clr { float:none; clear:both; width:99%; height:1px; }

@media print {
	body { background-image:none; }
	.logo { top:5px; left:5px; }
	.search { display:none; }
	.nav1 { display:none; }
	.nav2 { display:none; }
	.top3 { display:none; }
	.top3b { display:none; }
}