/*
purple
6C276A

blue
00446A

green
8B8D08

brown
68321F

orange
D4891D

gray
717174

teal
5A9A98
*/

body {
	margin: -1px;
	width: 1000px;
	cursor: default;
	color: #3F3F3F;
	font-family: Veranda, Helvetica, Arial;
	font-size: 10pt;
	font-weight: 400;
}

body hr {
	width: 100%;
	height: 1px;
	border: 0;
	color: #D4891D;
	background-color: #D4891D; 
}

h1 {
	color: #00446A;
	font-size: 14pt;
	font-family: Georgia, Times;
	font-weight: 700;
}

h2 {
	color: #00446A;
	font-size: 14pt;
	font-weight: 700;
	letter-spacing: 1px;	
}

h3 {
	color: #00446A;
	font-size: 12pt;
	font-weight: 700;
	letter-spacing: 1px;	
}

h4 {
	color: #00446A;
	font-size: 10pt;
	font-weight: 700;
	letter-spacing: 1px;
}

h4 a {
	color: #00446A;	
}

h4 a:hover {
	color: #D4891D;	
}

h5 {
	font-size: 10pt;
	color: #00446A;	
	font-weight: 700;
	font-style: italic;
	letter-spacing: 1px;
	display: inline;
}

h6 {
	font-size: 10pt;
	color: #00446A;
	font-style: italic;
	letter-spacing: 1px;
	display: inline;		
}

h7 {
	color: #00446A;
	font-size: 10pt;
	font-weight: 700;
	clear: both;		
}

b {
	font-weight: 700;
	color: #505050;	
}

p {
	cursor: default;
	color: #3F3F3F;
	font-family: Veranda, Helvetica, Arial;
	font-size: 10pt;
	font-weight: 400;
	line-height: 1.5em;
}

.indent {
	margin: 0 0 0 20px;	
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #D4891D;
}

.image {
	display: block;
	border: 2px solid #D4891D;
	margin: 25px auto 25px auto;
}

a img {
	cursor: pointer;
	border: none;
	text-decoration: none;	
}

.link {
	cursor: pointer;
	text-decoration: none;
	color: #00446A;
}

.link:hover {
	color: #D4891D;
	text-decoration: underline;
}

.main_banner {
	width: 1000px;
	margin: -5px 0 0 0;
	clear: both;
}

.main_banner table {
	border-collapse: collapse;	
	width: 100%;
	height: 150px;
	border: none;
	background-image: url(../images/main_banner.jpg);
	background-repeat: no-repeat;	
	background-position: top;
	background-width: 100%;
	background-height: 100%;
	background-color: #FFFFFF;
}

.main_banner td {
	height: 50px;
}

.small_banner {
	width: 1000px;
	clear: both;
}

.small_banner table {
	background-image: url(../images/small_banner.jpg);
	background-repeat: no-repeat;
	border-collapse: collapse;	
	width: 100%;
	height: 100px;
}

.small_banner td {
	width: 75px;
	padding: 0px;
}

.transp_cell {
	background-color: #FFFFFF;
	filter: alpha(opacity=40);
	-moz-opacity: .40;
	opacity: .40;
}

#left_column {
	min-height: 550px;
	border-right: 1px solid #CCCCCC;
	width: 200px;
	float: left;
	padding: 10px;
	margin: 10px 15px 0 0;
}

#left_narrow_column {
	min-height: 550px;
	width: 150px;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 10px;
	margin: 10px 15px 0 0;
}

#middle_column {
	min-height: 550px;
	line-height: 1.3em;
	margin: 30px 0 0 200px;
}

#middle_right_column {
	min-height: 550px;
	line-height: 1.3em;
	margin: 30px 15px 0 200px;
}

#right_column {
	min-height: 550px;
	border-left: 1px solid #CCCCCC;
	width: 235px;
	float: right;
	padding: 10px 0 0 10px;
	margin: 5px 0 0 15px;
}

#right_narrow_column {
	min-height: 550px;
	border-left: 1px solid #CCCCCC;
	width: 150px;
	float: right;
	padding: 10px 0 0 10px;
	margin: 5px 0 0 15px;
}

.page_table {
	border-collapse: collapse;	
	margin: 10px auto 10px auto;
	width: 400px;
}

.page_table th {
	width: 50%;
	background-color: #00446A;
	font-weight: 700;
	color: #DDDDDD;
	text-align: center;
	padding: 2px;
}
	
.page_table td {
	width: 50%;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.back_to_top {
	margin: 25px 0px 50px 0px;
}

.back_to_top a {
	color: #999999;
	text-decoration: none;
}

.footer {
	width: 1000px;
	text-align: center;
	color: #717174;
	font-weight: 700;
	font-size: 9pt;
	clear: both;
}

.footer a:link {
	color: #717174;
	font-weight: 700;
	text-decoration: none;
}

.footer a:visited {
	color: #717174;
}

.footer a:hover {
	color: #D4891D;
	text-decoration: none;	
}

.footer span {
	color: #D4891D;
	margin-left: 5px;
	margin-right: 5px;
}
