@charset "utf-8";
/* CSS Document */
/* Page Formatting */
html {
	min-height: 101%;
	margin-bottom: 1px;
}/* Turns on scrollbar for all pages */
a:link {
	color: #103677;
	text-decoration: none;
}
a:visited {
	color: #103677;
	text-decoration: none;
}
a:hover {
	color: #103677;
	text-decoration:underline;
}
a:active {
	color: #103677;
	text-decoration:underline;
}
body {
	background-color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:12px;
	letter-spacing:0.01em;
}
hr {
	color: #999999;
	background-color: #999999;
	width: 100%;
	border: 0;
	height: 3px;
}
p {
	margin-top:5px;
	margin-bottom:10px;
}
.bluetext {
	font-family:Arial, Helvetica, sans-serif;
	color: #af8708;
	font-size:12px;
}
.subnav {
	font-family:"Times New Roman", Times, serif;
	/*font-weight:bold;*/
	letter-spacing:0.05em;
	color:#ffffff;
	font-size:18px;
	padding-left: 10px;
}
.subheader {
 font-family:"Times New Roman", Times, serif  color: #103677;
	font-size:18px;
}
/* Styling for top navigation */
#searchinput {
	height: 22px;
	margin:0px;
	border:0px
} /* Width for google custom search width */
#submit {
	width:50px;
	height:30px;
	font-size: 0px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align:top;
	background: transparent url(/images/ui/search-go_up1.jpg) 0 0 no-repeat;
	cursor: pointer; /* hand-shaped cursor */
}/* Styling for google custom search submit button */
#submit:hover {
	background: transparent url(/images/ui/search-go_down1.jpg) 0 0 no-repeat;
}/* Styling for google custom search submit button */
#navbutton1px {
	display: block;
	width: 138px;
	height: 40px;
	background: url("/images/ui/nav-button1px.gif") no-repeat 0 0;
}/* about us nav button */
#navbutton1px:hover {
	background-position: 0 -40px;
	text-decoration: none;
}/* about us nav button */
#navbutton {
	display: block;
	width: 137px;
	height: 40px;
	background: url("/images/ui/nav-button.gif") no-repeat 0 0;
}/* nav button */
#navbutton:hover {
	background-position: 0 -40px;
	text-decoration: none;
}/* nav button */
.navbar {
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	color: #342a0c;
	font-size: 12px;
}
/* Styling for right naviagation */
.rightcolumnlink a:link {
	font-family:"Times New Roman", Times, serif;
	color: #103677;
	font-size:14px;
	text-decoration: none;
}
.rightcolumnlink a:visited {
	font-family:"Times New Roman", Times, serif;
	color: #103677;
	font-size:14px;
	text-decoration: none;
}
.rightcolumnlink a:hover {
	font-family:"Times New Roman", Times, serif;
	color: #103677;
	font-size:14px;
	text-decoration:underline;
}
.rightcolumnlink a:active {
	font-family:"Times New Roman", Times, serif;
	color: #103677;
	font-size:14px;
	text-decoration: none;
}
.rightcolumn {
	font-family:"Times New Roman", Times, serif;
	color: #103677;
	font-size:14px;
}
.rightcolumnheader {
	font-family:"Times New Roman", Times, serif;
	color: #333333;
	font-size:20px;
}
/* Styling for footer */
.footer {
 font-family:Arial, Helvetica, sans-serif color:#ffffff;
	font-size: 11px;
	color: #FFF;
}
.footerlink a:link {
	color: #ffffff;
	text-decoration: none;
}
.footerlink a:visited {
	color: #ffffff;
	text-decoration: none;
}
.footerlink a:hover {
	color: #ffffff;
	background-color: #333333;
	text-decoration: none;
}
.footerlink a:active {
	color: #ffffff;
	text-decoration: none;
}
