/*
* Style Sheet Used By Entire Site
* A Royal Blue RGB(63, 44, 155) #004685
*/

body
{
	background-color :#004685 ;
}


/*
* Navigation Styles - Menu
*/
div.navigation
{
 color: #861F1A;
 top: 0px;
 left: 0px
}

/*
* Navigation Styles - Footer
*/

A { color: #004685; text-decoration: none; }

A:HOVER { color: #7F855F; text-decoration: underline;  }

td.footer
{
 padding-left: 10px;
 padding-right: 10px;
 text-align: center;
}

td.credit
{
 color: #7F855F;
 font-family: helvetica, arial;
 font-size: 9pt;
 padding-left: 10px;
 padding-right: 10px;
 text-align: center;
}

a.footer
{
 color: #0000FF;
 font-family: helvetica, arial;
 font-size: 9pt;
 font-weight: bold
}

a.footer:hover 
{
 text-decoration: underline;
 color: #852018
}

a.credit
{
 color: #7F855F;
 font-family: helvetica, arial;
 font-size: 9pt;
 font-weight: bold
}

a.credit:hover 
{
 text-decoration: underline;
 color: #585D3C
}

/*
* Content Styles
*/

/* Providers */
.provider_pic
{
 border: 5px solid #003399;
}

.provider_content
{
 vertical-align: top;
}


/* All Pages */

p
{
 color: #000000;
 font-family: arial;
 font-size: 12pt;
 margin-left: 20px;
 margin-right: 20px;
 margin-top: 20px;
 margin-bottom: 20px
}

td
{
 color: #000000;
 font-family: arial;
 font-size: 12pt;
 margin-left: 20px;
 margin-right: 20px;
 margin-top: 20px;
 margin-bottom: 20px
}

.intro
{
 color: #861F1A;
 font-family: arial;
 font-size: 12pt;
 margin-left: 20px;
 margin-right: 20px;
 margin-top: 20px;
 margin-bottom: 20px
}

.content_name
{
 background: #9FA77A;
 color: #861F1A;
 border-style: double;
 border-color: #861F1A; 
 font-family: arial;
 font-weight: bold;
 font-size: 14pt
}

.descriptor
{
 color: #004685;
 font-family: arial;
 font-size: 12pt;
 font-weight: bold;
 vertical-align: top;
 padding-left: 5px;
}

.content_text
{
 left: 10px;
 vertical-align: top;
 padding-left: 5px;
}

.header
{
 background: #999999;/*#9FA77A;*/
 color: #004685;
 border-style: double;
 border-color: #004685; /*#861F1A; */
 font-family: arial;
 font-weight: bold;
 font-size: 14pt;
 margin-top: 20px;
 padding: 5px
}

.doc_header
{
 background: #999999;/*#9FA77A;*/
 color: #004685;
 border-style: double;
 border-color: #004685; /*#861F1A; */
 font-family: arial;
 font-weight: bold;
 font-size: 14pt;
 padding: 5px
}

table.content
{
 position: absolute;
 left: auto;
 width: auto
}


ul 
{
 list-style-image: url(%22images/blue_bullet.gif%22);
 margin-left: 20px;
 margin-right: 20px
}

ol 
{
 margin-left: 20px;
 margin-right: 20px
}

li 
{
	margin-left: 20px;
	margin-right: 20px;
	list-style-image: url(images/blue_bullet.gif);

}

hr
{
	color: #861F1A;
	background : #861F1A;
}

h1
{
 font-family: arial;
 margin: 5px;
 color: #000000
}

span
{
	background:#DDD57C;
	position: absolute;
	font: 12px arial;
	color: #861F1A;
	width:130;
	height:500;
	top: 120px;
	left: 10px;
	clip:rect(0 130 70 0);
	text-align : center;
	padding: 3px;
}
