﻿@import url("layout.css");
@import url("text.css");
@import url("navigation.css");

#content img {
	display: block;
	border:0px;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: center;
	margin: 0;
	margin-top: 0px;
	margin-right: 0px;
	padding: 5 0 0 0;
}
/* Layout Table */
.lotable {
	border-collapse:collapse;
	border:0px;
	padding:4px;
}




/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cdf;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #10211F;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
}
/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #04b;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.footnote {
	font-size: xx-small;
	vertical-align: text-top;
	font-weight: normal;
}
.Title1 {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	font-family: "Baskerville Old Face";
	font-size: 18px;
	text-align: center;
	width: 300px;
}
.Title2 {
	padding: 0px;
	margin: 0px;
	font-family: "Baskerville Old Face";
	font-size: 24px;
	text-align: center;
	width: 300px;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: italic;
	text-align: center;
}

p {
	padding: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 5px;
	text-indent: 15px;
	line-height: 18px;
}
.note {
	padding: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size:x-small;
	color: #284E98;
	margin-top: 0px;
	margin-bottom: 5px;
	text-indent: 15px;
	line-height: 8px;
}
	
	
	
	
	
/* Form Table Formating */

.formCk {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
	text-align: left;
	line-height: normal;
	margin-top: 0;
	margin-bottom: 0;
}
.formtable {
	background-color:#CCFFFF;
	border-collapse:collapse;
	border-style:solid;
	border:2px;
	border-color:#000066;
	width:500px;
	margin:3px
}
.lcolumn {
	border-style:solid;
	border-width:2px;
	border-color:#000066;
	background-color:silver;
	width:220px;
	text-align:right;
	vertical-align:top;
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;

}
.rcolumn {
	border-style:solid;
	border-width:2px;
	border-color:#000066;
	background-color:#66FFFF;
	width:280px;
	padding:5px;
}
.header{
	border-style:solid;
	border-width:2px;
	border-color:#000066;
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;


}


