/* leave scroll bar always on */
:root {
	overflow-y: scroll !important;
}

/* body */
body {
	background-color: #ffffff;
	background-image: url(bg-horiz.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

/* main page image */
#pagetop { 
	width: 1024px;
	height: 84px;
	position: relative;
}

/* register/login/status */
#status {
	position: absolute;
	background-image: url(statusbar.gif);
	left: 836px;
	top: 0px;
	width: 177px;
	height: 17px;
	border: none;

	text-decoration: none;
	font-family: Tahoma, Verdana;
	font-size: 7pt;
	color: #ffffff;
}
#status p {
	text-decoration: none;
	font-family: Tahoma, Verdana;
	font-size: 7pt;
	color: #ffffff;
	padding-top: 2px;
}
#status a {
	color: #ffffff;
	text-decoration: underline;
}

#part a {
	position: absolute;
	text-decoration: none;
}

#part a i {
	visibility: hidden;
}

/* buttons */
a#home {
	background-image: url(logo.png);
	left: 296px;
	top: 12px;
	width: 432px;
	height: 56px;
	border: none;
}
/*
a#home:hover {
	background-image: url(logo-hover.png);
}
*/

#page {
	width: 1004px;
	position: relative;
	top: -20px;
}

#content {
	position: absolute;
	left: 0px;
	top: 30px;
	width: 1004px;
	text-decoration: none;
	text-align: left;
	font-family: Tahoma, Verdana;
	font-size: 11pt;
	color: #334e89;
	margin-bottom : 2px;
	margin-top : 2px;
}

#content td.targets {
	vertical-align: top;
	width: 50%;
}

#content table,tr,td {
	text-decoration: none;
	text-align: left;
	font-family: Tahoma, Verdana;
	font-size: 11pt;
	color: #334e89;
}

#content h1,h2,h3,p {
	margin-top: 0px;
	color: #334e89;
}
#content ul,ol {
	font-family: Tahoma, Verdana;
	font-size: 11pt;
	color: #334e89;
	list-style-position: outside;
	padding-left: 520px;
}
#content h1 {
	font-size: 16pt;
}
#content h2 {
	font-size: 14pt;
}
#content h3 {
	font-size: 12pt;
}

#content p.header,ol.header,ul.header {
	font-size: 11pt;
}

#content span.previous {
	color: #005600;
}

#content table.crumbs {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 100%;
	border-bottom: 1px solid #cccccc;
	border-top-style: hidden;
	border-left-style: hidden;
	border-right-style: hidden;
	border-spacing: 0 0;
}

#content td.crumbs {
	padding-left: 2px;
	color: orange;
	text-decoration: none;
	font-size: 8pt;
}

#content a.crumbs {
	color: orange;
	text-decoration: none;
	font-size: 8pt;
}
#content a.crumbs:hover {
	color: white;
}

#content span.crumbsep {
	color: black;
	font-weight: bold;
}

#content span.currentcrumb {
	color: orange;
	font-weight: bold;
	text-decoration: none;
	font-size: 8pt;
}

#content hr.crumbs {
	margin-top: 0px;
	padding-top: 0px;
	height: 1px;
	border-style: solid;
	border-top-color: yellow;
	border-bottom-style: hidden;
}

#content p.copyright {
	text-align: right;
	font-family: Tahoma, Verdana;
	font-size: 8pt;
	color: #888888;
}

table.programlist {
	border: outset 1px;
}
table.programlist tr {
	padding: 3px;
}
table.programlist th {
	background-color: #ffffff;
}
table.programlist td, table.programlist th {
	border: 1px inset;
	padding: 3px;
	margin: 0;
}

table.profile {
	border: outset 1px;
}
table.profile tr {
	padding: 3px;
}
table.profile th {
	background-color: #ffffff;
}
table.profile td, table.profile th {
	border: 1px inset;
	padding: 3px;
	margin: 0;
}

table.pwformtable {
/*	border: outset 1px;*/
}
table.pwformtable tr {
	padding: 3px;
}
table.pwformtable th {
	text-align: center;
	background-color: #dddddd;
}
table.pwformtable td, table.pwformtable th {
	border-color: #4a98d3;
	border: 1px inset;
	border-style: none dotted dotted none; /* top right bottom left */
	padding: 3px;
	margin: 0;
}

a:link {
color: #2469c6;
}

a:visited {
color: #197389;
}

a:hover {
color: #697f9d;
}

/*
a:active {
color: #6da6e2;
}
*/

