/* ------- start page layout info ------- */

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color:#333333;
 background-color: #FFFF99;
 }
 
#wrapper { 
 margin: 0 auto;
 width: 960px;
 height:100%;
 }
 
#header1 {
 color: #333333;
/* border: 1px solid #cccccc;*/
 margin: 10px 0px 0px 0px; 
 padding: 0px;
 background: #019092; 
 width: 960px;
 height: 270px;
 float: left; 
 }
 
 #header2 {
 color: #333333;
/* border: 1px solid #cccccc;*/
 margin: 0px 0px 0px 0px; 
 padding: 0px;
 background: #019092; 
 width: 960px;
 height: 220px;
 float: left; 
 }
 
 #nav {
 color: #333333;
 border: 1px solid #cccccc;*/
 margin: 2px 0px 2px 0px; 
 padding: 0px;
 background:#019092; 
 width: 960px;
 height: 30px;
 float: left; 
 }
 
#container {
height:100%;
}

 
#main { 
 color: #333333;
 /*border: 1px solid #cccccc;
 margin: 0px 0px 0px 0px;*/
 padding: 2px 0px 2px 0px;
 background-image:url(images/mn_bg.jpg);
 width: 960px;
 float: left;
 line-height: 20px;
 }
 
 #main_txt {
padding: 20px;
}

 
 #footer {
 color: #017174;
/* border: 1px solid #cccccc;*/
 margin: 0px 0px 10px 0px; 
 padding: 0px;
 background: #019092; 
 width: 960px;
 height: 260px;
 background-image:url(images/footer_bg.jpg);
 float: left;
 text-align:center;
 font-weight:bold;
 }
 
img {
      border: 0;
}
 
/* ------- end page layout info ------- */
 
 
/* ------- start nav styles ------- */

#navcontainer ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color:#019092;
color: FFFFFF;
width: 100%;
font-family: Arial,Helvetica,sans-serif;
font-weight:bold;
line-height: 20px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
border-right: 1px dotted #FFFFFF;
}

#navcontainer ul li a:hover
{
background-color: #FFF466;
color: #181A52;
}

#navcontainer #active { border-left: 1px dotted #FFFFFF; }

/* ------- end nav styles ------- */

 
/* ------- start header and paragraph styles ------- */
 
h1 {	 
color: #017174;
font-size: 17px ;
margin-bottom: 0px;
font-weight: bold;
margin-left: 0px;
text-align:left; 
}

h2 {	 
color: #017174;
font-size: 14px ;
margin-bottom: 14px;
font-weight: bold;
text-align:left; 
}

.lhs_txt {
color:#CCCCCC;
padding: 2px;
}

.main_txt {
color:#333333;
padding: 20px;
margin-top:10px;
margin-right:20px;
}

.directions {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:1.5em;
color:#333333;
}

/* ------- end header and paragraph styles ------- */
 

/* ------- start link styles info ------- */
A.normal:link, A.normal:visited, A.normal:active   {
color:#004080;
text-decoration:none;
font-weight:normal; 
}

A.normal:hover     {
color:#004080;
text-decoration:underline;
font-weight:normal;
}

A.footerlink:link, A.footerlink:visited, A.footerlink:active    {
color:#017174;
text-decoration:none;
font-weight:bold;
}

A.footerlink:hover     {
color:#017174;
text-decoration:underline;
font-weight:bold;
}
		
/* ------- end link styles info ------- */


/* ------- start bullet styles info ------- */
LI		{list-style-image:  url(images/bullet2.gif);
line-height: 18px;
}
UL		{list-style-image:  url(images/bullet2.gif)}
/* ------- start bullet styles info ------- */


hr.e {border: none 0; 
	border-top: 1px dashed #019092;
	border-bottom: 1px dashed #ccc;
	width: 100%;
	height: 1px;
	margin: 10px auto 0 0;
	text-align: left;
	}	



