body {
	background-image:   url(../images/backgrounds/page.jpg);
	background-repeat: repeat-x;
	background-color: #d3d2ce;
}
h1 {
	font-size: 20px;
	color: #006699;
}
h2 {
	font-size: 18px;
	color: #006633;
}
h3 {
	font-size: 16px;
	color: #999999;
}
#PageHeader {
	background-image: url(../images/head-background.gif);
	background-repeat: no-repeat;
	background-color: #0d4496;
	border-bottom: 2px solid #FF0000;
}
#PageHeader td {
	border-bottom: 1px solid #FFFFFF;
}
#PageContainer {
	border-top: 1px solid #FFFFFF;
}
#LeftNavi {
	background-image: url(../images/backgrounds/navi-grey.jpg);
	background-repeat: repeat-x;
	background-color: #292f33;
	width: 165px;
	padding-bottom: 5px;
}
#LeftNavi p {
	padding: 0;
	margin: 0;
	padding-top: 1px;
}
#LeftNavi a {
	color: #FFFFFF;
	line-height: 1;
	display: block;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 7px;
	text-decoration: none;
}
#LeftNavi #LeftNavi-Living a, #LeftNavi #LeftNavi-Prospective a {
	font-weight: bold;
	color: #ffeb5a;
}
#LeftNavi a:hover, #LeftNavi #SelectedOther a {
	background-color: #6a7680;
	border-top: 1px solid #a3afb9;
	border-bottom: 1px solid #a3afb9;
	padding-top: 4px;
	padding-bottom: 6px;
}
#LeftNavi #SelectedOther a {
	background-image: url(../images/navi-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#LeftNavi #LeftNavi-Living a:hover {
	background-color: #a43e3e;
	border-top: 1px solid #d29f9f;
	border-bottom: 1px solid #d29f9f;
}
#LeftNavi #LeftNavi-Prospective a:hover {
	background-color: #6d528c;
	border-top: 1px solid #b6a9c6;
	border-bottom: 1px solid #b6a9c6;
}
#LeftNavi p#Handbook a {
	background-image: url(../images/double-red-arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 23px;
}
#RightColumn {
	width: 579px;
	background-color: #FFFFFF;
	padding-left: 8px;
	padding-right: 8px;
}
#PageTitle {
	padding-bottom: 3px;
	border-bottom: 1px solid #999999;
	padding-top: 2px;
	padding-bottom: 6px;
}
#PageTitle h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #9b1351;
	margin: 0;
	padding: 0;
}
#PageBody {
	padding-top: 8px;
	padding-bottom: 8px;
}
#PageFooter {
	border-top: 1px solid #818383;
}
#PageFooter td {
	padding-top: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #545452;
}
#PageFooter a {
	color: #5454eb;
}
