/* Global CSS */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 95%;}
#skipNav{display: none;}

#header {
	margin: 0 auto;
	height: 120px;
	width: 784px;
	text-align:left;}
#header h1 {display: none;}
#header-logo {
	position: absolute;
	top: 19px;}
#middle {
	margin: 0 auto;
	width: 784px;
	border: 1px solid #e9e9e9;
	border-right: none;
	border-bottom: none;
	border-left: none;
	text-align:left;
	clear:both;
	background: url(../graphics/misc/bg-tile-grey.gif) repeat-y center;}

/* =Nav Left 
*********************************/
.nav-left {
	position: relative;
	display: block;	
	margin: -20px 0 0 0;
	padding: 0 10px 0 10px;
	width: 175px;
	float:left;
	font-size: 0.8em;
	background-color: #e9e9e9;}
.nav-left h2 {display: none;}
.nav-left ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	background: #fff;
	list-style-type: none;}
.nav-left li {
	display: inline;
	border-bottom: 1px solid  #e9e9e9;}
.nav-left li a {
	margin: 0 0 0 0;
	padding: 0.22em 0 0.2em 25px;
	width:150px;
	display: block;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid  #e9e9e9;
	background: #e9e9e9 url(../graphics/arrows/arrowWhite.gif) no-repeat left;}
.nav-left li a:hover {text-decoration: underline;}
.nav-left li.current a {font-weight: bold;}	
.nav-left li ul.subNav li{background-color: #e9e9e9;}
ul.subNav li a{
	font-weight: normal !important;
	color: #333333 !important;
	background-color: #e9e9e9 !important;
	background-image: none !important;}
ul.subNav li a:hover{background: #e9e9e9 url(../graphics/arrows/arrowSub.gif) no-repeat left !important;}
ul.subNav li.current a{background: #e9e9e9 url(../graphics/arrows/arrowSub.gif) no-repeat left !important;}
#extras{
	margin: 0 auto;
	width: 784px;
	border-right: none;
	text-align:left;
	clear:both;}
#extLogo{
	display: block;
	margin: 0;
	width: 175px;
	text-align: center;
	float: left;
	padding: 0 10px;
	background-color: #e9e9e9;}
#extLogo img{border: none;}
#extInfo{
	background: #fff url(../graphics/misc/contentBkg.jpg) no-repeat bottom;
	height: 126px;
	margin: 0 0 0 195px;
	width: 585px;}
html>body #extInfo{
	height: 123px;
	width:  589px;}
*:first-child+html #extInfo{	
	height: 126px;}
	
	
/* =Content 
**********************************/
.content {
	display: block;
	width: 565px;
	color: #333;
	margin: 0;
	padding: 10px 10px 52px 10px;
	background: #fff;}
html>body .content {
	margin-left: 195px;
}
.content h1 {
	font-size: 1.1em;
	color: #00173d;}
.content h2 {font-size: 0.9em;}
.content p {font-size: 0.8em; line-height: 1.5em;}
.content ul, ol {margin: 0 0 0 28px; padding: 0;font-size: 0.8em; line-height: 1.5em; }
.content ul ul, ol ol {font-size: 100%;}
.content li { line-height: 1.5em; margin-bottom: 1em; }
.content a {
	color: #00173d;
	text-decoration: underline;}
.content a:hover {
	color: #00173d;
	text-decoration: none;}
.content li img{
	padding: 0;
	margin: 0 0 -2px 0;}
.content p img{
	padding: 0;
	margin: 0 0 -2px 0;}	
ul.sitemap {
	list-style: none;}
ul.sitemap ul{
	list-style: disc;}
ul.pdf {
	list-style-image: url(../graphics/icons/icon_pdf.png);}


/* =Footer 
**********************************/
#footer {
	margin: 0 auto;
	clear: both;
	width: 784px;
	height: 100%;
	text-align:center;
	padding: 100px 0 0 0;
	color: #09193B;
	background-color: #e9e9e9;}
#footer ul {
	margin-top: 5px;
	margin: 0 0 0 0 ;
	padding: 5px 0 5px 0;
	font-size: 0.9em;
	color: #00173d;
	width: 100%;
	background-color: #FFFFFF !important; }
#footer li {
	padding: 0 16px 0 16px;
	display: inline;
	line-height: 1.5em;
	border-left: 1px solid #00173d;}
#footer li.noLine {border-left: none;}
#footer li a {
	color: #00173d;
	text-decoration: underline;}
#footer li a:visited {
	color: #00173d;
	text-decoration: underline;}
#footer li a:hover {
	color: #00173d;
	text-decoration: none;}
	

/* =rightBox 
**********************************/	
.rightBox	{
	display: block;
	float: right;
	margin: 0 0 0 10px;
	padding: 10px 5px;
	width: 150px;}
.rightBox h2{
	margin-top: 0;
	font-size: 0.8em;}	
.rightBox ul {
	display: block;
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;}
.rightBox ul li{
	padding-left: 25px;
	margin-bottom: 5px;}	
.rightBox ul li a{text-decoration: underline;}
.rightBox ul li a:hover{text-decoration: none;}

.texta {
 font-size: 10px;
 background-color: #CCCCCC;
 border: 1px solid #666666;
}
