/* CSS Document */
body { /*needed for fixed-width centering - text-align: center - Do NOT change this*/
	margin: 0px;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #4c344a; /**/
	background: #053E6E repeat-y 50% 0; /* *073D6A-was blue* 074272* 07365D-817180*/
}
#wrapper { /*needed for fixed-width centering*/
	position: relative;
	width: 696px;
	background-color: #fff; 
	border-right: 2px solid #bcbcbc;
	border-left: 2px solid #bcbcbc; 
	margin: 0px auto 0px auto;
}
/***** header *****/
#header {
	margin-top: 0px;
	width: 696px;
	height: 80px;
}
#banner {
	float: left;
	width: 495px; /*495px*/
	background-color: #4c344a;
	height: 60px;
}
#logo {
	float: right;
	width: 201px; 
	height: 80px;
	background-color: #fff; 
	text-align: center;
}
/***** end header *****/
#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em; /*.55ems;*/
	background-color: #0091AF;	 /*00A9CD-7BAFC7-DDEAF1*/
	width: 696px;
}
#navigation ul {
	margin: 0px;
	padding: 10px 0px 3px 0px; /*3px 10px 3px 10px;*/
	list-style-type: none;
	border-bottom: 1px solid #2d4135; 
}
#navigation li {
	display: inline;
}
#navigation a {
	border: 1px solid #76A7BE; /*8FB8CA-DFEAF0-D4E3EB*/
	border-bottom: none;
	padding: 3px 10px 3px 10px;
	margin-left: 1px; /*5px 10px*/
	background-color: #DDEAF1; /*fff* FAFCFD-DFEAF0-E4F3F9-F0F7FA-EEF4F7*/
	text-decoration: none;
	color: #00335D; /*00335D*/
}
#navigation a:link, navigation a:visited {
	color: #00335D; 
}
#navigation a:hover {
	color: #00335D; /*fff*/
	background-color: #fff; /*8FB8CA*/
	border-color: #76A7BE; /*DDE9EF*/
}
#navigation .current a:link {
	color: #00335D; 
	background-color: #fff; 
	border-color: #76A7BE; 
	border-bottom: 1px solid #fff; 
}
#navigation a:link .current {
	color: #2d4135; 
	background-color: #f5f8ee; 
	border-color: #c1cbae; 
	border-bottom: 1px solid #f5f8ee; 
}

/***** end navigation *****/
#contentWrapper {
	float: left;
	width: 696px; /*width: 100%;*/
	overflow: hidden; /*hides the sidebar bottom padding*/
}
#content {
	float: left;
	padding: 20px 25px 20px 25px; /*20px 45px 20px 45px;*/
	width: 444px; /*404 406*/
	background-color: #fff; /*E2EDF1-C0D7E1-DDEAF1-E5F7FF*/
}
#content p { 
	line-height: 1.166;
	font-size: .8em;
	padding: 3px 10px 3px 5px;
	color: #003158;
	text-align: left;	
}
#content h1 { 
	color: #004e8e;
}
/***/
#fie { /*I HATE i.e.*/
	position: relative;
	margin-left: -10px; /*20*/
	margin-right: 20px;
}
/***/
#content dl {
	font-size: .88em;
	color: #382B5C;
	margin-left: -20px;
	margin-right: 20px;
}
#content dl dd {
	font-size: .88em;
	color: #382B5C; 
	/*font-weight: bold;*/
	text-align: left;
	margin-bottom:.5em; /*easyread*/
}
/***/
#content ul {
	font-size: .9em;
	color: #4c344a;/* 999*/
	margin-left: -18px;
	margin-right: 20px;
}
* html #content ul {
	margin-left: 18px;
}
#content ul li {
	font-size: .8em;
	color: #4c344a;
	text-align: left;
	margin-bottom:.5em; /*easyread*/
}
#content ol {
	font-size: .9em;
	color: #4c344a;
	margin-right: 20px;
}
* html #content ol {
	font-size: .9em;
	color: #4c344a;
	margin-right: 20px;
}
#content ol li {
	font-size: .8em;
	color: #4c344a; 
	font-weight: bold;
	text-align: left;
	margin-bottom:.5em; /*easyread*/
}
.related {
	font-size: .685em;
	color: #ff9900; /*F8941E the orange in the cover*/
	line-height: 1.665;
	margin-bottom:-.99em; 
	margin-left: -3px;
}
* html .related {
	font-size: .685em;
	color: #ff9900; /*F8941E the orange in the cover*/
	line-height: 1.665;
	margin-bottom:-1.65em; 
	margin-left: -3px;
}
#content a {
	/*font-size: .665ems;*/
	color: #FF9815; 
	text-decoration: underline;
	font-weight: bold;
	padding: 2px 3px 2px 3px;
	margin-left: -5px;
}
#content a:hover {
	background-color: #FF9815;
	color: #fff;
	text-decoration: none;
}

.PersonForm {
	color: #000000;
}

.PersonForm .row {
	text-align:left;
	margin-bottom: .5em;
}

.Required {
	color: #ff9900;
	font-weight: bold;
}

.label {
	font-size: 9px;
	display: block;
}

.field {
	font-size: .9em; 
}

/********************/
#sidebar {
	float: left;
	width: 173px; /*173*/
	padding: 30px 14px 3700px 15px; /*30px 14px 300px 15px;*/
	margin-bottom: -3700px;
	background-color: #D6F4FB; /* *D6F4FB-i like* *C0D7E1-was* f4f4f4-e8e9e2*/
}
* html #sidebar {
        width:170px;
}


#login {
	margin-top: 5px;
	margin-left: 6px;
	text-align: left;
}
.small {
	font-size: 9px;
	color: #00335D; /*3E5749 - ff9900 - F8941E the orange in the cover*/
}
#sidebar a {
	color: #FF9815;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 3px 2px 3px;
}
#sidebar a:hover {
	background-color: #FF9815;
	color: #fff;
}
/***** end content - sidebar *****/
#footer {
	clear: both;
	font-size: .595em;
	color: #003366; /*003366*/
	border-top: 1px solid #003366; 
	background-color: #01819C; /* *F8981D-orange-ouch* 0091AF-01819C-7BAFC7-DDEAF1*/
	padding: 10px 10px 30px 10px;
}

#footer a {
	text-decoration: none;
	color: #fff; /*4C344A*/
	font-weight: bold;
	padding: 2px 3px 2px 3px;
}
#footer a:hover {
	background-color: #FFA129; 
	color: #fff; /*F8981D - E8F3F9*/
	/*text-decoration: underline;*/
}
.footnote {
	font-size: .985em;
	text-align: center;
	line-height: 1.995;
	color: #E6FBFF; /*D2F7FF*/
}
/***** end footer *****/
p {
	line-height: 1.166;
	font-size: .8em;
	padding: 3px 10px 3px 10px;
	color: #4c344a; 
	text-align: left;
}
.left {
	margin-right: 200px;
}
.screenShot {
	padding-bottom: 10px;
}
h1 {   /*Welcome - toc*/
	font-size: .925em;  
	font-weight: bold;
	color: #004e8e; /*maroon*/
	text-align: left;
	margin-top: 10px;
	margin-bottom: 12px;
	margin-left: 6px; /*10*/
}
* html h1 { /*Welcome - toc*/
	font-size: .925em;  
	font-weight: bold;
	color: #004e8e; /*maroon*/
	text-align: left;
	margin-top: 30px;
	margin-bottom: 12px;
	margin-left: 6px; /*10*/
}

h3 { /*Related title*/
	font-size: .915em; /*.8em*/ 
	font-weight: bold;
	color: #004e8e; 
	text-align: left;
	margin-top: 10px;
	margin-bottom: 12px;
	margin-left: 6px; /*10*/
}
/***** end *****/
