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

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

body{
	font-family: Arial;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px; 
	margin-right: 0px;	
	margin-bottom: 0px; 
	background: url(bg_gray_fade.gif) fixed center;
}

a{
	color: #006699;
	text-decoration: underline;
}

a:link{
	color: #006699;
	text-decoration: underline;
}

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

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

h1{
 font-family: arial;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
h4{
 font-family: Arial;
 font-size: 95%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
td#menu {
margin: 0px;
padding: 0px;
background-color: #eeeeee;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-top: 1px solid #cccccc;;
}
td#menubreak{
margin: 0px;
padding: 5px;
border-top: 0px;

}

td#menu a {font: 12px arial; text-decoration: underline;}
td#menu a:hover {background-color: #dddddd;}
table#maintext {font: 12px arial;}
table#maintext2 {font: 10px arial;}
table#head {border-bottom: 1px solid #cccccc;}
table#head a {font: 12px arial; text-decoration: underline;}
table#footer {
	font: 12px arial;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;;
}
table#footer a {font: 12px arial; text-decoration: underline;}