/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	width: 875px;
}

#navi a:link, a:visited, a:active {
	color: #cccccc;
	text-decoration: underline;
}

#navi a:visited {
	color: #cccccc;
	text-decoration: underline;
}

#navi a:active {
	color: #cccccc;
	text-decoration: underline;
}

#navi a:hover {
	color: #cccccc;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
   font-family: Arial,sans-serif;
   font-size: 120%;
   color: #cccccc;
   margin: 0px;
   padding: 0px;
}

h2{
 font-size: 114%;
 color: #333333;
}

h3{
 font-size: 100%;
 color: #333333;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #333333;
}

.bold_italics {
	font-style: italic;
	font-weight: bold;
	}
	
.bold_text {
	font-weight: bold;
	}
	
.bold_blue {
	font-weight: bold;
	color: #0066CC;
	}
	
.italics {
    font-style:italic;
	}
	
.red_text {
    color:#990000;
	}
	
.red_bold {
    color:#990000;
	font-weight:bold;
	}
	
.fine_print {
    font-size:smaller;
	}
	
#text_links a:link, a:visited, a:active {
    color:#0066CC;
	}
	
#text_links a:hover {
    color:#0066CC;
	text-decoration: none;
	}

hr {
	color:#990000;
	width: 250px;
	margin: auto;
	}
.hr1 	{
	color:#990000;
	width: 75%;
	text-align: right;/*this will align it for IE*/
	margin: auto;
	}
.hr2 	{
	color:#990000;
	width: 75%;
	text-align: left;/*this will align it for IE*/
	margin: 0 auto 0 0;
	}


