body {
	font-family: Arial;
	font-size: 10pt;
}

a:link,a:visited,a:active {
	color: navy;
	text-decoration: none;
}

a:hover {
	color: #FF5050;
	text-decoration: none;
}

a:link.banner,a:visited.banner,a:active.banner {
	color: white;
	text-decoration: none;
}

a:hover.banner {
	color: #FF5050;
	text-decoration: none;
}

h1 {
	font-family: Times New Roman;
	color: navy;
	FONT-SIZE: 18.0pt;
}

h2 {
	font-family: Times New Roman;
	color: navy;
	font-size: 14.0pt;
}

h3 {
	font-family: Times New Roman;
	font-size: 11.0pt;
	color: navy;
	font-style: italic;
}

h4 {
	font-family: Times New Roman;
	font-size: 11.0pt;
	color: navy;
	font-style: italic;
	text-indent: 20px;
}

p {
	font-family: Arial;
	font-size: 10pt;
}

p.small {
	font-family: Arial;
	font-size: 8pt;
}

p.indented {
	font-family: Arial;
	font-size: 10pt;
	text-indent: 20px;
}


p.menutitle {
	font-family: Times New Roman;
	font-size: 14pt;
	color: #000000;
	font-weight: bold;
}

p.jl_logo {
	text-align: center;
	font-family: Times New Roman;
	color: white;
	font-size: 48pt;
	font-weight: bold;
	background: #7e0003; 
}

p.jl_title {
	text-align: center;
	font-family: Times New Roman;
	color: #7e0003;
	font-size: 20pt;
	font-weight: bold;
}

p.mainmenu {
	font-family: Arial;
	text-align: center;
	font-size: 11pt;
	color: #000000;
}

p.menu {
	font-family: Arial;
	font-size: 11pt;
}

p.forms {
	font-family: Arial;
	font-size: 10pt;
	display: block;
	border:1px solid black;
}

UL,OL {
	font-family: Arial;
	font-size: 10pt
}

table.mainmenu {
	border: 1;
	cellspacing: 0;
	border-collapse: collapse;
	bordercolor: #FFFFFF;
	table-layout: fixed;
}


table {
	border: 1;
	cellspacing: 0;
	border-collapse: collapse;
	bordercolor: #111111;
	table-layout: fixed;
}

td {
	padding: 10px;
	vertical-align: top;
}

td.jl_title_top {
	padding: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: navy;
}

td.jl_title_bottom {
	padding: 0px;
}

td.jl_logo {
	padding: 0px;
	background-color: #7e0003;
	vertical-align: middle;
}

td.topmenulight {
	padding: 0px;
	background-color: #7e0003;
	vertical-align: middle;
}

td.topmenuwhite {
	padding: 0px;
	vertical-align: middle;
	height: 36px;
}

td.leftmenu {
	padding: 10px;
	background-color: white;
	vertical-align: top;
	text-align: right;
	border-right-style: solid;
	border-right-width: 1px;
	border-color: #7e0003;

}

td.rightmenu {padding: 10px;
	vertical-align: top;
	text-align: center;
}

td.contactus {
	padding: 0px;
	background-color: #7e0003;
	vertical-align: bottom;
	text-align: center;
}

td.bottom {
	border-top-style: solid;
	border-top-width: 1px;
	border-color: #7e0003;
}

#dropmenudiv{
	position:absolute;
	border:1px solid white;
	border-bottom-width: 0;
	font-size: 10pt;
	font-family: Arial;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid white;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	color: white;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #7e0003;
	color: #FF5050;
}
