/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	margin: 15px 0px 15px 0px; 
	background-color: #C1C1C1;
}
td, p, ul, ul ul, ol, .left, h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #000000;
}
a {
	color: #001CC1:
}
a:hover {
	color: #C00;
}
a:visited {
	color: #9933B2;
}
h1 {
	font-size: 14px;
	color: #172F57;
	text-align: left;
	padding-top: 5px;
}
h2 {
	font-size: 12px;
	color: #172F57;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	border: 1px solid #CCC;
	margin-top: 15px;
	background-color: #FFFFFF;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	text-align: left;
}
h4 {
	font-size: 12px; 
	font-weight: bold;
	text-align: left;
}
h5 {
	font-weight: bold;
	color: #003366;
	border-bottom: none;
	border-top: 1px solid #CC9;
	border-right-style: none;
	border-left-style: none;
	background-color: E6E6CD;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
}
ul {
	list-style-type: square;
}
ul ul {
	list-style-type: circle;
}
.blueb {
	font-weight: bold; 
	color:#036; 
}
.breadcrumbs {
	font-size: 9px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.center {
	text-align: center; 
}
.copyright {
	text-align: center;
	font-size: 9px;
	padding: 10px;
	color: #FFFFFF;
}
.left {
	text-align: left; 
}
hr {
	color: #CCCCCC; 
	height: 1;
}
.right {
	text-align: right; 
}
.smallc {
	font-size: 11px; 
	text-align: center;
}
.smalll {
	font-size: 11px; 
	text-align: left;
}
.smallr {
	font-size: 11px; 
	text-align: right;
}
.textlinks {
	font-size: 10px; 
	text-align: center;
}
/* colors and padding */
.leftcolumn {
	background-image: url(../images/background1.gif);
	background-repeat: repeat-y;
}
#leftlink a {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border: 1px solid #CCC;
	margin-top: 3px;
	padding: 5px;
	display: block;
	text-decoration: none;
	color: #172F57;
	background-color: #FFFFFF;
	width: 138px;
}
#leftlink a:hover {
	color: #FFFFFF;
	background-color: #001F41;
}
#leftlinksub a {
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	margin-top: 3px;
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
	color: #172F57;
	background-color: #FFFFFF;
	width: 128px;
}
#leftlinksub a:hover {
	color: #FFFFFF;
	background-color: #001F41;
}
.leftContact {
	font-size: 9px;
	padding-left: 8px; 
	padding-right: 8px;
	margin-top: 5px;
}
.mainTable {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.mainBody {
	padding: 5px 15px 15px 15px;
}
.formTable {
	border: 1px solid #172F57;
}
.formTable td {
	background-color: #E1E1E1;
}
.formTable th {
	background-color: #172F57;
	color: #FFFFFF;
	text-align: right;
}
.inputbtn {
	background-color: #172F57;
	color: #FFFFFF;
	font-weight: bold;
}