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

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

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

a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: blink;
	font-size: 100%;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;

}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	color: #000000;
	text-align: center;
}

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

h3{
	font-size: 100%;
	color: #334d55;
	line-height: 0.5pt;
}

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

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

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Left Side                                */
/***********************************************/

#masthead{
	margin: 0;
	color: #FFFFFF;
	font-size: 16px;
	font-family: Arial,sans-serif;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;

	
}
#masthead a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#masthead a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#masthead a:hover {
	color: #0033FF;
	text-decoration: underline;
}

/***********************************************/
/* Left Side                                */
/***********************************************/

#centerhead{
	margin: 0;
	color: #000099;
	font-size: 16px;
	font-family: Arial,sans-serif;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	
}
#centerhead a:link, a:visited, a:hover {
	color: #000099;
	text-decoration: none;
}

#centerhead a:hover {
	color: #000000;
	text-decoration: underline;
}

/***********************************************/
/* Left Side                                */
/***********************************************/

#busstext{
	margin: 0;
	color: #000000;
	font-size: 18px;
	font-family: Arial,sans-serif;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
}
#busstext a:link, a:visited, a:hover {
	color: #000099;
	text-decoration: none;
}

#busstext a:hover {
	color: #000000;
	text-decoration: underline;
}
