﻿/*reset.css*/body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/*fonts.css*/body{font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}


#custom-doc 
{
	margin:auto;text-align:left; /* leave unchanged */
	width:60em;/* non-IE */
	*width:58.554em;/* IE */
	min-width:600px;/* optional but recommended */   
}

.upperContent 
{
	background-color: #daddf0;
	float:left;
	width:26.6154em;
	*width:25.95em;
	border-right:33.3846em solid #daddf0;  /* The width and default color of the right rail */
	*border-right:32.55em solid #daddf0;  /* The width and default color of the right rail */
	padding: 0px !important;
}

.upperContent .right 
{
	background-color: #daddf0;
	float:right;
	width:33.3846em;
	*width:32.55em;
	margin-right:-33.3846em;
	*margin-right:-32.55em;
	position:relative;
	padding: 0px !important;
}

.upperContent .left 
{
	float:left;
	width:26.6154em;
	*width:25.95em;
	padding: 0px !important;	
}

.upperContent .left img { display:block; }


strong 
{
    font-weight: bold;
    font-style: inherit;
}
ul 
{
    list-style-type: disc;
    list-style: disc none outside;
    margin: 1em;
    margin-left: 2em;
}
h1 
{
    font-weight: bold;
    font-size: 120%;
    color: #000063;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
h2 
{
    font-weight: bold;
    font-size: 110%;
    color: #000063;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
h3 
{
    font-weight: bold;
    color: red;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

.siteHeader 
{
	background: #0000b0;
	border-bottom: solid 4px #000063;
    font: bold italic 8pt Georgia, Times New Roman, Serif;
    color: #FFFFFF;
}

.nav1 {
    font: bold 116% Verdana, Tahoma, Arial, Helvetica;
    color: #FFFFFF;
    padding-right: 0.5em;
}
.nav1 a 
{
    font: bold 116% Verdana, Tahoma, Arial, Helvetica;
}
.nav1 a:link, .nav1 a:visited {
    color: #FFFFFF;
	text-decoration: none;
}
.nav1 a:hover {
    color: #FFFFFF;
	text-decoration: underline;
}
.intro
{
    padding: 1em 0em;
    display: inline-block;
}
.introHeader 
{
    font: normal normal normal 14pt Tahoma, Verdana, Arial, Helvetica;
    color: #FFFFFF;
    background: url(introHeader.jpg) no-repeat left;
	background-color: #daddf0;
	height: 56px;
	padding-left: 3.25em;
}
.introHeaderTitle 
{
    display: inline-block;
    padding-top: 0.9em;    
}
.introBody 
{
    margin-left: 0.9em;
    width: 400px;
}

#mainMenu 
{
	background: #00008a;
	border-top: solid 2px #000063;
	border-bottom: solid 2px #000063;
	margin-bottom: 2px;
	text-align: center;
	clear: both;
}

#mainMenu td 
{
    /* height: 40px; */
}

#mainMenu a 
{
    font: bold 8pt Verdana, Tahoma, Arial, Helvetica;
    padding: 12px 4px 12px 34px;
    background-image: url('images/leaf-separators.gif');
    background-repeat: no-repeat;
    background-position: left top;
    display: inline-block;
    /* height: 40px; */
}

#mainMenu a:link, .nav2 a:visited 
{
    color: #FFFFFF;
	text-decoration: none;
}

#mainMenu a:hover {
    color: #FFFFFF;
	text-decoration: underline;
    background-image: url('images/leaf-separators2.gif');
}

#mainContent 
{
    /* font: normal 10pt Tahoma,Verdana,Arial,Helvetica; */
    margin: 1em;
    clear:both;
    position:relative;
}

#mainContent p
{
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

#mainContent p.callout 
{
    float: right;
    padding: 2pt 1pt 2pt 2pt;
    margin-bottom: 0pt;
    margin-top: 0pt;
    font-style: italic;
    width: 12em;
    border: 1px dotted gray;
}

#mainContent table.tableList 
{
    border: 1px solid #000063; 
    margin-left: auto; 
    margin-right: auto;
}
#mainContent table.tableList tr.stripe
{
    background-color: silver;
}

#mainContent table.tableList td
{
    text-align: center;
    padding: 4px;
}

#mainContent dt 
{
    font-weight: bold;
    color: #00339F;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
#mainContent dd
{
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

#mainContent .divided 
{
	clear: both;
	float:left;
	width:39em;
	*width:38em;
	border-right:20em solid #EFEFEF;  /* The width and default color of the right rail */
	*border-right:19.5em solid #EFEFEF;  /* The width and default color of the right rail */
	/* padding: 0em !important; */
	padding: 0.5em;
}

#mainContent .divided .left 
{
	float:left;
	width:39em;
	*width:38em;
	*padding-right:1em;
}

#mainContent .divided .right 
{
	float:right;
	width:19em;
	*width:18.5em;
	margin-right:-20em;
	*margin-right:-19.5em;
	/* *padding-left: 1em; */
	position:relative;
}



.siteFooter 
{
	clear: both;
	background: #0000b0;
	border-top: solid 2px #000063;
    color: #FFFFFF;
	
	float:left;
	width:30em;
	*width:29.25em;
	border-right:30em solid #0000b0;  /* The width and default color of the right rail */
	*border-right:29.25em solid #0000b0;  /* The width and default color of the right rail */
	padding: 0px !important;
}

.siteFooter .right 
{
	float:right;
	width:28em;
	*width:27.25em;
	margin-right:-30em;
	*margin-right:-29.25em;
	position:relative;
	/* padding: 0px !important; */
	text-align: right;
	padding: 0.25em 1em;
}

.siteFooter .left 
{
	float:left;
	width:28em;
	*width:27.25em;
	/* padding: 0px !important; */
	padding: 0.25em 1em;
}

.siteFooter a 
{
    color: #FFFFFF;
	text-decoration: none;
}
.siteFooter a:hover 
{
    color: #FFFFFF;
	text-decoration: underline;
}

p#rolodex 
{
    width: 80%; 
    margin-left: auto; 
    margin-right: auto;
}

p#rolodex a 
{
    display: inline-block;
    text-decoration: none;
    padding: 2px 4px;
    font: 8pt Verdana, Tahoma, Arial, Helvetica;
}

p#rolodex a, p#rolodex a:visited 
{
    color: #003366;
}

p#rolodex a:hover 
{
    color: #FF0000;
    text-decoration: underline;
}

p#rolodex a.active 
{
    border: 1px solid #003366;
    font-weight: bold;
}

.entry strong
{
    color: #003366;
}

.entry img 
{
    padding: 0.5em;
}

.error 
{
    color: #AA0000;
    font-weight: bold;
}

p.pageListLink 
{
	text-align: right;
}

div.pageListItem 
{
	padding-bottom: 1em;
}

div.amz-search {width:180px;height:150px;position:absolute;right:0.5em;top:3em;}

ul.noTopMargin
{ 	
	margin-top:0px;
}
#mainContent p.noBottomMargin
{
	margin-bottom:0.2em;
}
.blue
{
	color: #0000b0;
}
