/* CSS Document */
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.75em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.25em;
}
h5 {
	font-size: 0.9em;
}
h6 {
	font-size: 0.8em;
}
h1,h2,h3,h4,h5,h6 {
	color: #666666;
	margin-top: 0px;
}
li {
	line-height: 120%;
}

a:link {
	color: #000077;
}
a:visited {
	color: #770000;
}
a:hover,
a:focus,
a:active {
	color: #007700;
}

.headerstrip {
	background-color: #000000;
	background-image: url("/_images/headerstrip.png");
	background-repeat: no-repeat;
	height: 192px;
	width:auto;
	position: static;
	top: 0px;
	right: 0px;
	left: 0px;
	text-align: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
	float: none;
/*	font-size:18px; */
	font-size:14px;
}
.headerstrip a {
	color:#FFFF00;
}
.headerstrip a:link,
.headerstrip a:visited
{
	color:#FFFF00;
}
.headerstrip a:hover,
.headerstrip a:focus,
.headerstrip a:active
{
	color:#FFFFEE;
}
.navbar h3 {
	font-size:1.25em;
	padding:0;
	margin:0;
	font-weight:bold;
	color: #666666;
}
.navbar ul {
	margin:0px;
	padding:0px;
}
.navbar li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 100%;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	text-indent: 0px;
	list-style-type: none;
}
.navbar li a {
	width: 100%;
/*	position:relative;
	left: -14px; */
	padding-left: 14px;
}
.navbar li a:link {
	text-decoration: none;
	background-image: url("/_images/transparent.gif");
	background-repeat: no-repeat;
	background-position: left center;
}

.navbar li a:visited {
	text-decoration: none;
	background-image: url("/_images/transparent.gif");
	background-repeat: no-repeat;
	background-position: left center;
}

.navbar li a:focus {
	text-decoration: none;
	background-image: url("/_images/menustar_spin16.gif");
	background-repeat: no-repeat;
	background-position: left center;
}

.navbar li a:active {
	text-decoration: none;
	background-image: url("/_images/menustar_spin16.gif");
	background-repeat: no-repeat;
	background-position: left center;
}

.navbar li a:hover {
	text-decoration: none;
	background-image: url("/_images/menustar_spin16.gif");
	background-repeat: no-repeat;
	background-position: left center;
}

.maincontent {
	width: auto;
	position:relative;
	top: -60px;
}
.mainwindow {
	width: auto;
	padding-left: 220px;
	min-width: 320px;
}
.navbar {
	width: 240px;
	float:left;
	position:absolute;
	top: -16px;
}
.windowtitle {
	position:absolute;
	top: 8px;
	left: 248px;
	width: auto;
	padding: 0;
	margin: 0px;
	color: #666666;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.windowtitle h1, .windowtitle h2 {
	font-size:100%;
	padding:0;
	margin:0;
	font-weight:normal;
	color: #666666;
}
.navtitle h1, .navtitle h2 {
	font-size:100%;
	padding:0;
	margin:0;
	font-weight:normal;
	color: #666666;
}
.navtitle {
	position:absolute;
	top: 24px;
	left: 28px;
	width: auto;
	padding: 0;
	margin: 0px;
	color: #666666;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.windowtitleappcolour {
	color: #666699;
}
.t {
	background: url("/_images/cssgraphics/MainWindow_T.png") 0 0 repeat-x;
	margin: 16px;
	color: #000000;
	width: auto;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
.navbar .t {
	background-color: #e8e3d9;
}
.b {background: url("/_images/cssgraphics/MainWindow_B.png") 0 100% repeat-x}
.l {background: url("/_images/cssgraphics/MainWindow_L.png") 0 0 repeat-y}
.r {background: url("/_images/cssgraphics/MainWindow_R.png") 100% 0 repeat-y}
.bl {background: url("/_images/cssgraphics/MainWindow_BL.png") 0 100% no-repeat;}
.bll {background: url("/_images/cssgraphics/MainWindow_BLL.png") 0 100% no-repeat;}
.br {background: url("/_images/cssgraphics/MainWindow_BR.png") 100% 100% no-repeat}
.tl {background: url("/_images/cssgraphics/MainWindow_TL.png") 0 0 no-repeat}
.tr {
	background: url("/_images/cssgraphics/MainWindow_TR.png") 100% 0 no-repeat;
	padding-top: 60px;
	padding-right: 32px;
	padding-bottom: 168px;
	padding-left: 32px;
}
.mainwindow .tr {
	min-height: 600px;
}
.navbar .tr {
	min-height: 400px;
}
.rightimage {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 16px;
	float: right;
	width:auto;
	border: 3px double #666666;
}
.rightimagenoborder {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 16px;
	float: right;
	width:auto;
}
.navlinkbutt_bus a {
	display:block;
	width:144px;
	height:70px;
	background: url("/_images/businessbutton.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -2000px;
	font-size:0.4em;
	overflow:hidden;
}
.navlinkbutt_bus a:link,
.navlinkbutt_bus a:visited
{
	background-position: 0px 0px;
}
.navlinkbutt_bus a:hover,
.navlinkbutt_bus a:focus,
.navlinkbutt_bus a:active
{
	background-position: -144px 0px;
}
.navlinkbutt_per a {
	display:block;
	width:144px;
	height:70px;
	background: url("/_images/personalbutton.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -2000px;
	font-size:0.4em;
	overflow:hidden;
}
.navlinkbutt_per a:link,
.navlinkbutt_per a:visited
{
	background-position: 0px 0px;
}
.navlinkbutt_per a:hover,
.navlinkbutt_per a:focus,
.navlinkbutt_per a:active
{
	background-position: -144px 0px;
}
#loadingblock {
	visibility:hidden;
	text-align:center;
	background-color: #665544;
	border: medium double #009900;
	position: absolute;
	width: 40%;
	height:130px;
	left: 30%;
	top: 40%;
	padding:32px;
	z-index: 1000;
}
#loadingblock a,
#loadingblock a:link,
#loadingblock a:hover,
#loadingblock a:visited,
#loadingblock a:active,
#loadingblock a:focus
{
	font-size: 0.7em;
	color:#FFFFEE;
}

.greytext {color: #999999}

.smalltext {font-size: x-small}

.greentext {
	color: #006600;
	font-weight: bold;
}

#Copyright {
   display:none;
}
.quote {
	padding: 16px;
	background-color: #e8e3d9;
	font-style: italic;
	border: 2px solid #770000;
}

@media screen {
   .printonly {
      display:none;
   }
}

@media print {
   .screenonly {
      display:none;
   }
}

