﻿body {
	margin: 0 ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;	
	color: #000;
	background: url("images/blue-gradient2.png") repeat-x ;
}
h1 {
	color: #000000;
	font-size: 14pt;
}
h2 {
	color: #C7522F;
	font-style: italic;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
ul {
	margin-left: 18px;
}
#HeaderContainer {
	width: 100%;
	height: 144px ;
}
#header {
	float: left ;
	margin: 0 ;
	padding: 0 ;
	width: 288px ;
	height: 144px ;
}
#credit {
	padding: 10px ;
	float: right ;
	text-align: right;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	color: #005fa2 ;
	white-space: normal ;
}
#navbar {
	padding: 5px ;
	float: right ;
	text-align: center;
	font-size: 10pt;
	width: 70%;
}
#navbar hr {
	border: 0;
	background-color: #000;
	height: 2px;
}
.Container {
	clear: both ;
	width: 100% ;
}
#sidebar {
	float: left ;
	margin: 0 5px;
	width: 195px;
	border-right: 1px solid #989a9d;
	font-size: 10pt;
}
#content {
	margin:0 10px 10px 215px;
	max-width: 500px ;
	text-align: left ;
}
.instructions {
	font-size: 10pt;
}
#FooterContainer {
	clear: both ;
	margin: 10px 0;
}
#footer {
	margin: 0 10px 10px 215px;
	text-align: center;
	font-size: 10pt;
}
#footer hr {
	border: 0;
	background-color: #000;
	height: 2px;
}
#copyright {
	font-size: 8pt;
	line-height: 1.2em ;
}
#ContactContainer {
  	float: left;
  	margin: 0 5px;
	width: 195px;
	border: 1px solid #989a9d;
}
#contactinfo {
  	padding: 3px;
	font-size: 8pt;
	line-height: 1.2em;
}
/* table styles */
#profiletable {
	max-width: 500px ;
	border-collapse: collapse;
	border-top-width: 1px;
	border-color: #000;
}
th {
	background-color: #ECECEC; 	
	font-size: 14px; 
	font-weight: bold;
	text-align: left;
}
.field {
	font-size: 12px;
	font-weight: bold;
}
.value {
	font-size: 12px;
}
#logintable {
	border-collapse: collapse;
	border-top-width: 3px;
	border-color: #808080;
	width: 550px;
}
.table-heading {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	font-weight: bold; 
}
.header-cell {
	background-color: #ECECEC; 
}
/* form styles */
.form-heading {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
}
.form-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;