body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}

a, a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #900000;
}

input, textarea {
	border: solid 1px black;
}

input.button:hover {
	cursor: pointer;
}
h1, p.heading {
	font-size: 22px;
	font-weight: bold;
}
h2, p.subheading {
	font-weight: bold;
}


#pagepopup {
	color: #ffffff;
	background: #900000;
	margin: 0px;
	padding: 25px;
}

#pagepopup a {
	color: #ffffff;
}

#pagepopup a:hover {
	color: #cccccc;
}

.small {
	font-size: 10px;
	line-height: 12px;
}
.error {
	color: yellow;
	font-weight: bold;
}

#grid {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	height: 100%;
}
#left {
	vertical-align: top;
	height: 1%;
	width: 1%;
	padding-top: 23px;
}
#middle {
	vertical-align: top;
	height: 1%;
}
#right {
	padding-top: 23px;
	height: 100%;
	vertical-align: top;
}

#menu {
	padding: 12px;
	padding-left: 18px;
	padding-top: 20px;
}

#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: right;
}
#menu li {
	padding-top: 9pt;
	padding-bottom: 9pt;
}

#main0 {
	background: transparent url(/images/grey-11.png) repeat-x scroll 0px 23px;
	padding-right: 40px;
}
#mainq {
	background: transparent url(/images/grey-11.png) repeat-x scroll 0px 23px;
	padding-right: 0px;
}
#main {
	height: 100%;
	padding: 40px;
	padding-right: 0px;
	height: 100%;
	color: white;
	line-height: 150%;
}

#main li {
	padding-bottom: 5pt;
}


#main a, #main a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#main a:hover {
	text-decoration: none;
	color: #cccccc;
}

ul.bold {
	font-weight: bold;
}



.grey-top {
	background: transparent url(/images/grey-11.png) repeat-x 0 top;
	height: 100%;
}
.grey-right {
	background: transparent url(/images/grey-11.png) repeat-y right 0;
	height: 100%;
}
.grey-bottom {
	background: transparent url(/images/grey-11.png) repeat-x 0 bottom;
	height: 100%;
}
.grey-left {
	background: transparent url(/images/grey-11.png) repeat-y left 0;
	height: 100%;
}
.grey-lt {
	background: transparent url(/images/grey-lt.png) no-repeat left top;
	height: 100%;
}
.grey-rt {
	background: transparent url(/images/grey-rt.png) no-repeat right top;
	height: 100%;
}
.grey-rb {
	background: url(/images/grey-rb.png) no-repeat right bottom;
	height: 100%;
}
.grey-lb {
	background: transparent url(/images/grey-lb.png) no-repeat left bottom;
	height: 100%;
}

.red-lt {
	background: transparent url(/images/red-lt.png) no-repeat left top;
	background: #900000 url(/images/red-lt.png) no-repeat left top;
	height: 100%;
}
.red-rt {
	background: transparent url(/images/red-rt.png) no-repeat right top;
	height: 100%;
}
.red-rth {
	background: transparent url(/images/homepageimage.jpeg) no-repeat right top;
	height: 100%;
}
.red-rb {
	background: transparent url(/images/red-rb.png) no-repeat right bottom;
	height: 100%;
}
.red-rbh {
	background: transparent url(/images/rad-brh.png) no-repeat right bottom;
	height: 100%;
}


.red-lb {
	background: transparent url(/images/red-lb.png) no-repeat left bottom;
	height: 100%;
}

.box {
	padding: 8px;
	padding-left: 26px;
	padding-right: 26px;
}

#steps {
	padding-top: 27px;
	padding-bottom: 20px;
}

#sl {
	width: 26px;
	background: url(images/loop_left.png) no-repeat center left;
}
#sr {
	width: 26px;
	background: url(images/loop_right.png) no-repeat center right;
}

.s0 { background: url(/images/step0g.png) no-repeat; width: 160px; }
.s1 { background: url(/images/step1g.png) no-repeat; width: 160px; }
.s2 { background: url(/images/step2g.png) no-repeat; width: 160px; }
.s3 { background: url(/images/step3g.png) no-repeat; width: 160px; }

.s0d { background: url(/images/step0d.png) no-repeat; width: 160px; }
.s1d { background: url(/images/step1d.png) no-repeat; width: 160px; }
.s2d { background: url(/images/step2d.png) no-repeat; width: 160px; }
.s3d { background: url(/images/step3d.png) no-repeat; width: 160px; }

.s0l { background: url(/images/step0g.png) no-repeat; width: 160px; }
.s1l { background: url(/images/step1g.png) no-repeat; width: 160px; }
.s2l { background: url(/images/step2g.png) no-repeat; width: 160px; }
.s3l { background: url(/images/step3g.png) no-repeat; width: 160px; }

.s0l:hover { background: url(/images/step0r.png) no-repeat; }
.s0d:hover { background: url(/images/step0r.png) no-repeat; }
.s1l:hover { background: url(/images/step1r.png) no-repeat; }
.s2l:hover { background: url(/images/step2r.png) no-repeat; }
.s3l:hover { background: url(/images/step3r.png) no-repeat; }

.sa {
	background: url(/images/arrow.png) no-repeat center right;
	border-top: solid 1px #c0c0c0;
	border-bottom: solid 1px #c0c0c0;
	height: 42px;
}

.footer {
	padding: 10px 13px 0px 26px;
}
.footer td {
	white-space: nowrap;
}
.footer td.pad {
	width: 2em;
}


td.heading {
	padding-top: 10pt;
	font-weight: bold;
	font-size: 140%;
}

td.subheading {
	padding-top: 4pt;
	font-weight: bold;
}

td.total {
	padding-top: 10pt;
	font-weight: bold;
	font-size: 140%;
}

.trigger:hover span.popup {
	visibility: visible;
}
span.popup {
	position: absolute;
	visibility: hidden;
	width: 235px;
	padding-top: 1em;
	padding-left: 5em;
}
.balloon-t {
	background: transparent url('/images/balloon-t.png') no-repeat;
	padding-top: 34px;
}
.balloon-m {
	background: transparent url('/images/balloon-m.png') repeat-y;
	width: 178px;
	padding-left: 30px;
	padding-right: 27px;
	font-style: normal;
	color: black;
}
.balloon-b {
	background: transparent url('/images/balloon-b.png') no-repeat left bottom;
	padding-bottom: 17px;
}


#news {
}

#newsitem {
	margin-right: 120px;
}

#newsheadlines {
	width: 100px;
	float: right;
}
#newsheadlines div {
	margin-bottom: 40px;
}
