@charset "UTF-8";
/* CSS Document */
body {
	margin:50px 0px;
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	font: 12pt Helvetica, Arial, sans-serif;
	background-color:#f1f1f1;
}
#Content {
	width:967px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0px;
	border:1px solid #919191;
	background-color:#fff;
	
}
#insidecopy {
	text-align:justify;
	margin-left: 80px;
	padding-left:0px;
	padding-right:0px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color:#fff;
	font-size: 12px;
	line-height: 1.2em;
	width: 800px;
	min-height: 300px;
	
}
#insidecopy h2{ 
	font-size: 18px;
	color:#333;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	
	
}
#insidecopy a { text-decoration: none; }

#insidecopy table tr td hr {
	border-bottom: 1px #919191 solid;
	border-top: none;
	border-left:none;
	border-right: none;
	margin-right: 25px;
	margin-bottom: 25px;
}
#Footer {
	width:967px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0px;
	color:#333;
	background-color:#fff;
	font-size:10px;
	text-align:center;
}
#homeFooter {
	width:967px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0px;
	color: #fff;
	background-color:#737476;
	font-size:10px;
	border:1px solid #919191;
	text-align:center;
}

#Footer p {
	padding:15px 15px 2px 15px;
	margin: 0px;
}
#Footer a {
	color:#333;
	text-decoration:none;
}
#Footer a:hover {
	color:#000;
	text-decoration:none;
}
#homeFooter a {
	color:#fff;
	text-decoration:none;
}
#homeFooter a:hover {
	color:#000;
	text-decoration:none;
}
#menu {
	font: 13px  Helvetica, Arial, sans-serif;
	text-align:center;
	margin:0px;
	padding: 0px;
	width: 100%;
}
#menu ul {
	margin:0px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	width:960px;
}
#menu ul li {
	display: inline;
	list-style: none;
	line-height: 1em;
	margin: 0px;
	text-align:center;
}
#menu ul li a {
	text-decoration:none;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
	color:#e67c30;
	font-weight: 600;
	margin-top: 3px;
}
#menu ul li a:hover {
	color: #1b4778;
	padding-left: 14px;
	padding-right: 14px;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
}
#menu form {
	display: inline;
}
#menu input {
	height: 10px;
	border: 1px #999 solid;
	padding-left: 0px;
	margin-left: 0px;
}
#insidemenu {
	font: 11px Helvetica, Arial, sans-serif;
	text-align:center;
}
#insidemenu ul {
	padding-top: 0px;
	padding-left: 0px;

}
#insidemenu ul li {
	display: inline;
	list-style: none;
	line-height: 1em;
	text-align: left;
}
#insidemenu ul li a {
	text-decoration:none;
	padding-left: 10px;
	padding-right:10px;
	text-transform: uppercase;
	color:#1b4778;
	font-weight: 600;
}
#insidemenu ul li a:hover {
	color:#e67c30;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	padding-left: 9px;
	padding-right: 9px;
}
#insidemenu ul li a.selected {
	color:#e67c30;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	padding-left: 12px;
	padding-right: 12px;
}
#btns {
	padding-left: 390px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#btns a {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}
#Search {
	float: right;
	padding-right:40px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#Search form {
	display: inline;
}
#Search input {
	height: 10px;
	border: 1px #999 solid;
	padding-left: 0px;
	margin-left: 0px;
}
#Search a {
	text-decoration:none;
	padding-left: 8px;
	padding-right: 8px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 3px;
	display:inline;
	font-size: 9px;
	color:#1b4778;
}
h1 {
	font-size: 23px;
	color:#1b4778;
	font-weight: 400;
	margin:15px 0;
	padding: 1px;
	
	
}
h2 {
	font-size: 16px;
	color:#1b4778;
	font-weight: 500;
}
#menu ul li a.search {
	text-decoration:none;
	padding-left: 11px;
	padding-right: 9px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 3px;
}
#menu ul li a.search:hover {
	color: #1b4778;
	padding-left: 11px;
	padding-right: 8px;
	border-left: #fff 0px solid;
	border-right: #fff 0px solid;
}
#ra h2 {
	color: #888;
	line-height: 1em;
	font-size: 14px;
}
#ra a {
	font-weight: bold;
	line-height: .5em;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	margin: 0px;
	padding: 0px 5px;
}
#ra a:hover {
	padding: 0px 4px;
	border-left: 1px solid #009;
	border-right: 1px solid #009;
	color: #009
}
#rc {
	border-left: 1px solid #919191;
	min-height: 500px;
	padding-left: 0px;
	margin-left: 0px;
}
div.copy {

	margin: 5px;
	line-height: 1.4em;
	text-align: left;
	margin-right: 20px;
	padding-left: 5px;
}
a.backbtn {
	background-color: #1b4778;
	color: #FFF;
	margin: 1px;
	padding: 5px;
	text-decoration:none;
	text-align:center;
	font-weight: bold;
	}
#sidebar {
	margin-left: 15px;
	padding-top: 0px;
	}
h3{
	color: #036;
	padding-top: 2px;
	margin-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	}
#sidebar h3{
	font-size: 13px;
	color: #1b4778;
	margin-bottom: 0px;
	padding-bottom: 6px;
	margin-top: 0px;
	padding-top: 0px;
	}
#sidebar a{
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	color:#333;
	line-height: 1.7em;
	
	}
#sidebar a:hover{color: #e67c30;}
a.rc_link { border-left: 1px #e67c30 solid;
border-right: 1px #e67c30 solid;
color:#333;
text-decoration: none;
margin: 2px 10px;
padding: 2px 10px;
font-weight: bold;
font-size: 13px;
}
input {
	font-size: 9px;
	width: 100px;
	}
a.pub{	
	font-weight: bold;
	font-size: 11px;
	text-decoration:none;
	margin-left:0px;
	text-transform:uppercase;
	color:#333;
	line-height: 2em;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 0px;}
a.pub:hover{color:#e67c30;}

 input.searchHP {
	height: 10px;
	border: 1px #999 solid;
	padding-left: 0px;
	margin-left: 0px;
	width: 170px;
}
 a.searchHP:hover {
	color: #1b4778;
	padding-left: 9px;
	padding-right: 9px;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
}
a.searchHP  {
	text-decoration:none;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
	color:#e67c30;
	font-weight: 600;
	margin-top: 3px;
}