@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

a:link {
	color: #1746B2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1746B2;
}
a:hover {
	text-decoration: none;
	color: #FF8E1C;
}
a:active {
	text-decoration: none;
	color: #FF8E1C;
}
a {
	font-weight: bold;
}

h1 {
	font-size: 1.0em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1746B2;
}

h2 {
	font-size: 1em;
	color: #000000;
}

#outer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FF8E1C;
	background-image: url(../layout/mainbackground.jpg);
}
#outer #leftbar {
	float: left;
	width: 120px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	top: auto;
}
#outer #rightbar #header {
	float: right;
	width: 640px;
}

#outer #rightbar #navbar {
	float: right;
	width: 510px;
	margin-right: 118px;
}
#outer #rightbar #pagetitle {
	float: right;
	width: 508px;
	margin-right: 120px;
	padding-top: 10px;
}

#outer #rightbar #main {
	float: right;
	width: 508px;
	margin-right: 120px;
}

#outer #rightbar #footer {
	width: 630px;
	margin-left: 3px;
	float: right;
	clear: both;
}
#outer #bottom {
	clear: both;
	margin-top: 5px;
	background-color: #1746B2;
}

