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

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



body {
  text-align: center;
}

#container {
	width: 800px;
	text-align: left;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: right top;
}
#container h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: normal;
	color: #016699;
	margin-top: auto;
	margin-bottom: 0;
}

#container h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: normal;
	color: #016699;
	margin-top: 0;
	margin-bottom: 0;
}

#container h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #016699;
	line-height: normal;
	margin-bottom: 0;
}
#container p {
	font-size: .8em;
	font-weight: normal;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	text-align: justify;
}
#container table {
}
#container h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	font-weight: normal;
}


#container img {
	padding-left: 1em;
	text-align: center;
}

a:link {
	color: #016699;
	margin-top: 0;
	text-decoration: none;
}
a:visited {
	color: #663300;
	margin-top: 0;
	text-decoration: none;
}
a:hover {
	color: #663300;
	margin-top: 0;
	text-decoration: none;
}
a.bottom:link {
	color: #FFFFFF;
	margin-top: 0;
	text-decoration: none;
}
a.bottom:visited {
	color: #FFFFFF;
	margin-top: 0;
	text-decoration: none;
}
a.bottom:hover {
	color: #FFFFFF;
	margin-top: 0;
	text-decoration: none;
}
#container p.table {
	font-size: .8em;
	font-weight: normal;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	text-align: center;
}
