




/********************/
/*       Misc       */
/********************/
.cleaner {
	clear: both;
	height: 0;
}
#footer {
	position: absolute;
	bottom: 0;
	left: 150px;
	text-align: center;
	padding: 10px;
	font-size: 8pt;
	color: #999999;
}
#bottompic {
	position: absolute;
	left: 65px;
	bottom: 1px;
	text-align:center;
}


/********************************/
/* Content Styling */
/********************************/
a {
	text-decoration: none;
	color: #000099;
	/* font-weight: bold; */
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
p {
	text-indent: 1em;
	margin: 1em 0 1em 0;
}
h1 {
	display: block;
	font-size: 13pt;
	font-weight: bold;
	text-transform: uppercase;
	margin: 3px;
	padding-top:20px;
	border-bottom:solid 1px #00598A;
}
h2 {
	display: inline;
	font-size: 13pt;
	font-weight: bold;
	text-transform: uppercase;
}
h3 {
	display: block;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #006699;
	text-align: center;
	margin: 3px;
}
h4 {
	display: inline;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #006699;
}
h5 {
	/*
	display: inline;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;	*/
	font-size: .8em;
	font-weight: normal;
	margin: 0;	
}
.lefttext 
{
	float:left; 
	width:285px;
}

/* ERROR MESSAGES */
.ErrorText {
	position: relative;
	display: block;
	border: solid 1px #990000;
	background-color: #FFFFFF;
	background-image: url(images/ErrorBack.jpg);
	background-repeat: no-repeat;
	padding: 8px 4px 8px 30px;
	margin: 4px 0 4px 0;
	color: #000000;
	text-align: left;
}
.ErrorText a:link {
	text-transform: uppercase;
	text-decoration: none;
}
.ErrorText a:visited {
	text-transform: uppercase;
	text-decoration: none;
}
.ErrorText a:hover {
	text-transform: uppercase;
	text-decoration: underline;
}

.WarnText {
	position: relative;
	display: block;
	border: solid 1px #999900;
	background-color: #FFFFFF;
	background-image: url(images/WarnBack.jpg);
	background-repeat: no-repeat;
	padding: 4px 4px 8px 30px;
	margin: 4px 0 4px 0;
	color: #000000;
	text-align: left;
}

.InfoText {
	position: relative;
	display: block;
	border: solid 1px #006594;
	background-color: #FFFFFF;
	background-image: url(images/InfoBack.jpg);
	background-repeat: no-repeat;
	padding: 4px 4px 4px 28px;
	margin: 4px 0 4px 0;
	color: #000000;
	text-align: left;
}

.DivHeaderRow {
	position: relative;
	font-size: .9em;
	color: white;
	background-color: #00598A;
	padding: 2px;
}
.DivFooterRow {
	position: relative;
	border-top: solid 1px #006594;
	margin-top: 2px;
}

/********************/
/*       Misc       */
/********************/
.headerrow {
	/*clear: both;*/
	font-size: .9em;
	color: white;
	background-color: #00598A;
}
.contentrow {
	/*clear: both;*/
	font-size: .9em;
	background-color: #FFFFFF;
}
.contentrowHL {
	font-size: .9em;
	background-color: #FFFAC2;
}

.ListRow td {
	background-color: #FFFFFF;
	cursor: default;
}
.ListRowClick td {
	background-color: #FFFFFF;
	cursor: default;
}
.ListRowClick:hover td {
	background-color: #E1EDF9;
	cursor: pointer;
}


.Button, .Button:focus {
	border: solid 1px #000000;
	background-color: #045189;	
	padding-top: .1em;
	padding-bottom: .1em;
	margin: .1em;
	cursor: pointer;
	color: #ffffff;
	font-weight: bold;
	font-size: .7em;
	text-align: center;
	text-decoration: none; 
}
.Button:hover {
	background-color: #4494BA;
}

.TextBox {
	border: solid 1px #7F9DB9;
	color: #000000;
	background-color: #FFFFFF;
}

/********************/
/*      Forms       */
/********************/
.UserForm label {
	display: block;
	float: left;
	width: 120px;
	margin-top: 4px;
	margin-right: 2px;
	text-align: right;
}
.UserForm .Label {
	display: block;
	float: left;
	margin-top: 4px;
	margin-right: 2px;
	margin-left: 2px;
	text-align: right;	
}
.UserForm .TextBox {
	float: left;
	margin: 2px;
}
.UserForm br {
	clear: left;
}

/*****************/
/*	Images		*/
/******************/
.imagediv {background-color: #000; text-align:center; margin-bottom:5px; float:right; width:254px; margin:5px}
.captiondiv {color:#FFF; padding:2px; font-style:italic; font-size:80%; margin-top:-5px}