@charset "utf-8";
#container {
	display: block;
	width: 920px;
	margin-top: 10px;
}
#content {
	display: block;
	overflow: hidden;
	width: 920px;
}
#right-content {
	float: right;
	display: block;
	width: 210px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#left-content {
	float: left;
	display: block;
	width: 690px;
	padding-right: 15px;
}
.boxquote {
	background-image: url(/images/box_quote_mid.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 200px;
}
.boxquotetop {
	background-image: url(/images/box_quote_top.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height: 40px;
}
.boxquotebottom {
	background-image: url(/images/box_quote_bot.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height: 40px;
}
.boxquotearea {
	margin-right: 20px;
	margin-left: 20px;
}
.quote {
	font-size: 12px;
	color: #666666;
}
.cite {
	font-size: 10px;
	color: #FF9900;
	text-align: right;
}
#sidenav {
	padding-left: 20px;
	width:190px;
}
#sidenav h3 {
	font-size: 16px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-transform: lowercase;
}
#sidenav h4 {
	font-size: 12px;
	color: #333;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-transform: lowercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#sidenav ul {
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidenav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
	list-style-position: inside;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 0px;
	display: block;
	padding-top: 10px;
	margin: 0px;
}
#sidenav li:hover, #sidenav li:hover a {
	background-color: #f1f1f1;
	font-weight: bold;
}
#sidenav li a {
	color: #333;
	margin: 0px;
	padding: 0px;
	display: block;
}
#sidenav li a:hover, #sidenav li a.act {
	font-weight: bold;
}
#nextsteps {
	padding-left: 10px;
	width:200px;
	margin-top: 10px;
}
#nextsteps .textbutton {
	width: 200px;
	margin-top: 5px;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
#nextsteps .textbutton a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
}
#nextsteps .textbutton img {
	margin-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nextsteps .textbutton a:hover {
	color: #333;
	text-decoration: underline;
	font-size: 11px;
}
#nextsteps .textbutton td {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1.pr_title {
	font-size: 18px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2.pr_subtitle {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}
#ph {
	list-style: none;
	width:100%;
	display:block;
	height: 20px;
	margin-bottom:5px;
}
#phnv {
	width:700px;
}
#phnv ul {
	margin:0;
	padding:0;
	width: 900px;
}
#phnv li {
	float:left;
	display: block;
}
#phnv li a {
	display:block;
	height: 14px;
	width: 100px;
	overflow:hidden;
	margin-right: 1px;
	margin-left: 1px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	color: #666;
}
#phnv .tabact {
	font-weight: bold;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
#cnt {
	width:680px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 5px;
}
.tbl_repeat {
	width:100%;
}
.tbl_repeat th, .tbl_repeat td {
	text-align:left;
	vertical-align:top;
	padding: 3px;
}
.tbl_repeat th {
	font-size: 16px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}
.tbl_repeat td {
	padding-left: 10px;
}
#tbl_event {
	width:100%;
}
#tbl_event th, #tbl_event td {
	text-align:left;
	vertical-align:top;
	padding:3px 10px;
}
#tbl_event th {
	background-color:#ccc;
}
#tbl_event td {
	border-bottom:dashed 1px #aaa;
}
#tbl_event tr:hover {
	background-color:#f1f1f1;
}
#tbl_partner td {
	width: 220px;
	padding-left:10px;
	padding-right:10px;
	margin-right: auto;
	margin-left: auto;
}
#tbl_partner td.spotlight {
	height: 160px;
	width: 200px;
	text-align: center;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#tbl_partner td.spotlight #middle {
	height: 160px;
	width: 200px;
	text-align: center;
	vertical-align: middle;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
#tbl_partner td.summary {
	margin-right: auto;
	margin-left: auto;
	padding-top:5px;
	vertical-align: top;
}
#tbl_partners th {
	font-weight: normal;
	vertical-align: top;
	width: 140px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#tbl_partners th ul {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
}
#tbl_partners th li {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#tbl_partners td {
	vertical-align: top;
	padding-left: 20px;
}
#tbl_insert th, #tbl_insert td {
	text-align:left;
	vertical-align:top;
	padding:5px;
}
#tbl_insert td.wrn {
	color:#990000;
	font-weight:bold;
}
.frmfld {
	border:solid 1px #aaa;
	width:300px;
}
.frmord {
	border:solid 1px #aaa;
	width:40px;
}
.frmfldta {
	border:solid 1px #aaa;
	width:500px;
	font-family: Arial, Helvetica, sans-serif;
}
#tabs_area {
	list-style: none;
	width:100%;
	display:block;
	height: 20px;
	margin-bottom:5px;
	margin-top: 10px;
}
#tabs {
	width:700px;
	z-index:100;
}
#tabs ul {
	margin:0;
	width: 900px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 2px;
}
#tabs li {
	float:left;
	display: block;
	padding: 5px;
	margin-right: 1px;
	margin-left: 1px;
	border: 1px solid #CCC;
}
#tabs li:hover {
	background-color:#f1f1f1;
}
#tabs li a {
	display:block;
	height: 14px;
	width: 100px;
	overflow:hidden;
	text-align: center;
	font-weight: bold;
}
#tabs .tabact {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#tab_cnt {
	width:680px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
p.readmore {
	Text-align: right;
}
p.readmore a {
	color: #FF9900;
}
p.readmore a:hover {
	color:#333333;
}
