body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(theconstruct/bg.gif);
	background-repeat: repeat;
	margin: 0px;
	scrollbar-face-color: #999999;
	scrollbar-shadow-color: #666666;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-track-color: #CCCCCC;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
}
#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#centre {
	background-color: #0E1B64;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#lefclm {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#rghtclm {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#navbar {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#content {
	margin: 20px;
}
.pagetitle {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.pagetitleblk {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
h1 {
	font-size: 14px;
	line-height: 120%;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	line-height: 120%;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #333333;
}
.underline {
	text-decoration: underline;
}

