/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif; /* background-color: #f0f0ff; */
	color: #000000;
	margin: 0px 0 0 0;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
}

P{
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0;
	margin-bottom: 1em;
}

a{
	color: #004000;
	text-decoration: underline;
}

a:link{
	color: #004000;
	text-decoration: underline;
}

a:visited{
	color: #008000;
	text-decoration: underline;
}

a:hover{
	color: Maroon;
	text-decoration: underline;
}

h1{
	font-family: Arial,sans-serif;
	font-size: 130%;
	color: #00008B;
	margin: 0px;
	padding: 2px;
}

h2{
	font-family: Arial,sans-serif;
	font-size: 114%;
	color: #336699;
	margin: 0px;
	padding: 0px;
	padding-bottom: 1em;
}

h3{
	font-family: Arial,sans-serif;
	font-size: 10pt;
	color: #003300;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

ul{
	list-style: disc;
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

ul ul{
 list-style-type: disc;
}


ul ul ul{
	list-style-type: disc;
}

td {
	font-family: Arial,sans-serif; /* background-color: #f0f0ff; */
	color: #333333;
	margin: 0px 0 0 0;
	font-size: 9pt;
	margin-left: 0px;
	margin-top: 0px;
}

td.rightback {
	background-image: url(images/back_ltbl.gif);
	width: 110px;
}
td.formsheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: White;
	background-color: #6a6a6a;
	font-weight: bold;
}
td.forms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #F5F5DC;
}
.indentme {
	margin-left: 15px;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px 0px 0px 0px;
	width: 80%;
	padding-left: 0px;
	padding-right: 0px;
	
}

#leftcontent{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font: 8pt;
	text-align: left;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	color: #333366;
}

#main {
	margin-left: 15px;
	margin-right: 15px;
	border-bottom: thin solid #6495ED;
	border: thin double #E5E4CB;
	padding: 5px 5px 5px 5px;
	font-family: Arial,sans-serif; 
	color: #333333;
	font-size: 9pt;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font: 7pt;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
}

.header1
{
	background-color: #336699;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	color: White;
	text-align: center;
	padding-right: 5px;
	border-bottom: thin #003366;
	border-top: thin Gray;
	padding-bottom: 2px;
	padding-top: 1px;
}
.header2
{
	background-color: #336699;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	color: White;
	text-align: center;
	padding-right: 5px;
	border-bottom: thin #003366;
	border-top: thin Gray;
	padding-bottom: 2px;
	padding-top: 1px;
}

.sidetext
{
	background-color: #E5E4CB;
	font-size: 10px;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
	width: 98%;
	margin-left: 2px;
	margin-right: 2px;
}

.sidetext2
{
	background-color: #E5E4CB;
	font-size: 10px;
	text-align: center;
	width: 110;
	margin-left: 2px;
	margin-right: 2px;
}

p.subhead {
	background-color: #E8E7CE;
	color: #8B0000;
	border-bottom: #191970;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 3px;
	border-bottom-width: medium;
}

td.rightback{
	background-image: url(images/back_ltbl.gif);
	width: 110px;
	background: url(images/back_ltbl.gif);
}