﻿html, body, form
{
	font-family: Arial;
	font-size: 12px;
	margin: 0;
	background-repeat: no-repeat;
	min-width:1000px;
}
/*  HEADER ROW SETTINGS */
#divPage
{
	width: 1000px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #fff;
}
#header
{
	height: 155px;
}
#header .logo
{
	padding-left: 52px;
	padding-top: 20px;
	float: left;
}
#content
{
	clear: left;
	padding: 20px 10px 10px 0px;
	overflow: hidden;
}
#content .leftNav
{
	width: 164px;
	float: left;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
/* Style for Left Navigation */
.menu
{
	width: 160px;
	height: 23px;
	margin-bottom: 10px;
	background-color: #426A72;
	padding: 8px 0px 0px 4px;
	font-weight: 600;
	font-size: 12px;
}
a.menu:link, a.menu:active, a.menu:visited
{
	color: white;
	text-decoration: none;
}
a.menu:hover
{
	color: yellow;
	text-decoration: none;
}
.leftActNow
{
	padding-left: 10px;
	vertical-align: bottom;
	position: absolute;
	top: 423px;
}
.leftNJHAImg
{
	padding-left: 2px;
	padding: 20px 0px 0px 5px;
	position: absolute;
	top:524px;
}
#content .main
{
	float: left;
	width: 794px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
#footer
{
}

/*style for the default.aspx page*/
.narrowText
{
	width: 380px;
	font-size: 14px;
	margin-bottom: 12px;
	/*font-weight: 600;*/
	padding-left: 10px;
}
.bigText
{
	position: absolute;
	top: 400px;
	font-size: 18px;
}
.actNowImg
{
	position: absolute;
	top: 420px;
	left: 831px;
}
/* style of all the other pages */
.pageHeader
{
	font-weight: 600;
	font-size: 18px;
	padding-left: 25px;
	padding-bottom:12px;
}
.pageDescription
{
	font-size: 14px;
	padding-left: 25px;
}
.pageContent
{
	background-color:White;
	border: solid 1px black;
	width:800px;
	height:100%;
	margin-left:25px;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:20px;
}
h3
{
	font-size:14px;
}
.innerContent
{
	padding-left:20px;
}
.boldText
{
	font-weight:600;
}
.note
{
	font-style:italic;
	font-size:10px;
}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link, a:visited
{
	color: #157cbe;
}
a:hover
{
	color:#426A72;
}
a:active
{
	color: #426A72;
}

