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

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

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #eacb4;
	line-height: 1.3em;
	background-color: #9eacb4;
}
#container {
	background-color: #FFFFFF;
	width: 957px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	bottom: 0px;
	background-image: url(Web_31JD_BgdGrdnt.jpg);
	background-repeat: repeat-y;
}

a{
	color: #809677;
	text-decoration: none;
	font-weight: lighter;
}

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

a:visited{
	color: #0F1C44;
	text-decoration: none;
}

a:hover{
	color: #A6B2BA;
	font-weight: normal;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 180%;
	color: #2E4762;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 1.2em;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #809677;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 1.2em;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	width: 957px;
	background-image: url(Web_31JD_Banner.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 170px;
}
#content {
	height: auto;
	width: 850px;
	position: relative;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 15px;
	padding-bottom: 25px;
}

div#navbar {
	height: 25px;
	width: 550px;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #809677;
	font-size: 14pt;
	color: #809677;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	left: 125px;
	font-weight: lighter;
}

div#navbar ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #809677;
	line-height: 25px;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}
div#navbar li {
	list-style-type: none;
	display: inline;
	color: #809677;
}
div#navbar li a {
	text-decoration: none;
	color: #809677;
	padding: 5px;
}
div#navbar li a:link {
    color: #FFFFF:
	color: #809677;
}
div#navbar li a:visited {
	color: #0000CC;
}
div#navbar li a:hover {
	color: #0099CC;
	font-weight: bold;
	background-repeat: repeat-x;
	background-image: url(menuBarRO.jpg);
}

/************* #siteInfo styles ***************/

#Footer{
	clear: both;
	color: #333333;
	font-size: 60%;
	text-align: center;
	bottom: 0px;
	background-image: url(Web_31JD_Bottom.jpg);
	background-repeat: no-repeat;
	width: 957px;
	height: 65px;
	vertical-align: middle;
}
