/***********************************************/
/* 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;
	background-color: #696969;
}

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

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

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

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

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

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

#content{
	width: 90%;
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 1%;
	padding-bottom: 0;
	padding-left: 0;
}
img {
	border: thick solid #000000;
	margin: 5px;
}



/***********************************************/
/*Component Divs                               */
/***********************************************/



/*************** #pageName styles **************/

#pageName{
	background-image: url(images/bridge-title.jpg);
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: repeat-x;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin:0;
}
#content p {
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
}
#content table {
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#text {
	float: right;
}

