body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(../images/bkg_main.gif);
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	border-left: 1px solid #D0D0D2;
	border-right: 1px solid #D0D0D2;
	border-bottom: 1px solid #D0D0D2;
	background-color: #FFFFFF;
	text-align: left;
}

/* heading */

#heading {
	height: 192px;
}
#heading div#banner {
	width: 492px;
	float: left;
}
#heading div#logo {
	width: 278px;
	float: left;
}

/* menu */

#menu {
	clear: both;
	height: 32px;
	background-image: url(../images/bkg_menu.gif);
	background-repeat:repeat-x;
}
#menu ul {
	margin: 0;
	padding: 8px 0 0 24px;
	list-style-image: none;
	list-style: none;
}
#menu ul li {
	margin: 0;
	padding: 0;
	float: left;
	font-weight: bold;
	height: 24px;
}
#menu ul li.active {
	background-image: url(../images/menu_active.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}
#menu ul li.activeHome {
	background-image: url(../images/menu_activeHome.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#menu ul li.active a, #menu ul li.activeHome a {
	color: #FFFFFF;
}
#menu ul li a {
	display: block;
	padding: 0 10px 0 17px;
	background-image: url(../images/bullet_menu.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: #666666;
	text-decoration: none;
}
#menu ul li a.home {
	background-image: none;
	padding-left: 0;
}
#menu ul li a:hover {
	color: #FF9900;
}

/* content	*/

#content {
	clear: both;
	display: block;
	height: 100%;
	background-image: url(../images/bkg_content.gif);
	background-repeat: repeat-y;
}

#content div#colLeft {
	float: left;
/*	width: 500px;		*/
	width: 450px;
	padding: 20px 28px 0 22px;
}
#content div#colRight {
	float: left;
	width: 270px;
	padding: 20px 0 0 0;
}

#content div#map {
	float: center;
	width: 96%;
	padding: 0 0 0 20px;
}

#content div#footer {
	clear: both;
	width: 720px;
	padding: 0 28px 0 22px;
}

/* right content box */

.gridinfoBox {
	width: 400px;
	height: 11px;
	padding: 2px 2px 2px 2px;
	background-position: top;
	background-repeat: no-repeat;
	margin-bottom: 1px;
	font-size:12px;
	line-height: normal;

}
.infoBox {
/*	width: 264px;
	height: 253px;			*/
	width: 232px;
	height: 225px;
	padding: 12px 20px 16px 12px;
	background-image: url(../images/bkg_infobox.gif);
	background-position: top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.infoBox h1 {
	padding: 3px 0 10px 0;
}
.infoBox h2 {
	padding: 0 0 6px 0;
}
.infoBox p {
	font-size: 0.6em;
	line-height: 1.2em;
	color: #7A7A7A;
	padding: 0 0 6px 0;
}
.infoBox p .boldBlue {
	font-size: 1.1em;
	line-height: 1.3em;
}
/*
.xxxxBox p .boldBlue {
	font-size: 0.6em;
	line-height: 0.3em;
}
*/
.infoBox a {
	color: #FF9900;
	text-decoration: none;
	font: bold 0.9em Tahoma, Arial, Helvetica, sans-serif;
}
.infoBox a:hover {
	text-decoration: underline;
}
/* text-decoration: underline;
.xxxxBox a {
	color: #FF9900;
	text-decoration: none;
	font: bold 0.6em Tahoma, Arial, Helvetica, sans-serif;
}
.xxxxbox TD
{
	font-size:10px;	
	font-family:Verdana;
	color: #565155;
}
*/
/* submenu */

.infoBox ul {
	margin: 0;
	padding: 0 10px 15px 0;
	list-style:none;
	list-style-image: none;
}
.infoBox ul li {
	margin: 0;
	padding: 0;
}
.infoBox ul li a {
	display: block;
	color: #FF9900;
	padding: 3px 10px 3px 20px;
	border-bottom: 1px solid #DFDCD8;
	background-image: url(../images/bullet_submenu.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 13px;
}
.infoBox ul li a:hover {
	text-decoration: none;
	background-color: #F1F1F1;
	border-bottom-color: #FF9900;
	background-image: url(../images/bullet_submenu_over.gif);
	color: #E28800;
}
.infoBox ul li a.active {
	border-bottom: 2px solid #FFBA53;
}

.infoBox ul ul {
	padding: 3px 0 0 0;
}
.infoBox ul ul li {
	padding-left: 20px;
}
.infoBox ul ul li a {
	border-bottom: 0;
	font-weight: normal;
	font-size: 1.1em;
	background-image: none;
	padding: 2px 5px 2px 0;
}
.infoBox ul ul li a:hover {
	background-image: none;
	background-color:#FFFFFF;
	color: #E28800;
	text-decoration: underline;
}
.infoBox ul ul li a.active {
	border-bottom: 0;
	color: #E28800;
	text-decoration: underline;
}

/* general styles */

h1 {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #00659B;
	margin: 0;
	padding: 10px 0 15px 0;
}
h2 {
	font: bold 0.8em Arial, Helvetica, sans-serif;
	color: #00659B;
	margin: 0;
	padding: 0 0 15px 0;
}
h3 {
	font: bold 0.6em Verdana, Arial, Helvetica, sans-serif;
	color: #00659B;
	margin: 0;
	padding: 0 0 15px 0;
}

/* news box    */

.NewsBox {
	width: 232px;
	height: 261px;
	padding: 12px 20px 16px 12px;
	background-image: url(../images/bkg_newsbox2.gif);
	background-position: top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.NewsBox h1 {
	padding: 3px 0 10px 0;
}
.NewsBox h2 {
	padding: 0 0 6px 0;
}
.NewsBox p {
	font-size: 0.6em;
	line-height: 1.2em;
	color: #7A7A7A;
	padding: 0 0 6px 0;
}
.NewsBox p .boldBlue {
	font-size: 1.1em;
	line-height: 1.3em;
}
/*
.xxxxBox p .boldBlue {
	font-size: 0.6em;
	line-height: 0.3em;
}
*/
.NewsBox a {
	color: #FF9900;
	text-decoration: none;
	font: bold 0.9em Tahoma, Arial, Helvetica, sans-serif;
}
.NewsBox a:hover {
	text-decoration: underline;
}
/* text-decoration: underline;
.xxxxBox a {
	color: #FF9900;
	text-decoration: none;
	font: bold 0.6em Tahoma, Arial, Helvetica, sans-serif;
}
.xxxxbox TD
{
	font-size:10px;	
	font-family:Verdana;
	color: #565155;
}
*/
/* submenu */

.NewsBox ul {
	margin: 0;
	padding: 0 10px 15px 0;
	list-style:none;
	list-style-image: none;
}
.NewsBox ul li {
	margin: 0;
	padding: 0;
}
.NewsBox ul li a {
	display: block;
	color: #FF9900;
	padding: 3px 10px 3px 20px;
	border-bottom: 1px solid #DFDCD8;
	background-image: url(../images/bullet_submenu.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 13px;
}
.NewsBox ul li a:hover {
	text-decoration: none;
	background-color: #F1F1F1;
	border-bottom-color: #FF9900;
	background-image: url(../images/bullet_submenu_over.gif);
	color: #E28800;
}
.NewsBox ul li a.active {
	border-bottom: 2px solid #FFBA53;
}

.NewsBox ul ul {
	padding: 3px 0 0 0;
}
.NewsBox ul ul li {
	padding-left: 20px;
}
.NewsBox ul ul li a {
	border-bottom: 0;
	font-weight: normal;
	font-size: 1.1em;
	background-image: none;
	padding: 2px 5px 2px 0;
}
.NewsBox ul ul li a:hover {
	background-image: none;
	background-color:#FFFFFF;
	color: #E28800;
	text-decoration: underline;
}
.NewsBox ul ul li a.active {
	border-bottom: 0;
	color: #E28800;
	text-decoration: underline;
}
.NewsContent2 {
	font: 1.9em/1.2em Arial, Helvetica, sans-serif;
	color: #666666;
}
.NewsContent {
	font: 0.7em/1.2em Arial, Helvetica, sans-serif;
	color: #666666;
}
/* end of news box */
p {
	font: 0.7em/1.2em Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0;
	padding: 0 0 15px 0;
}
ul, ol {
	list-style: square;
	margin-top: 0;
}
ul li, ol li {
	font: 0.7em/1.2em Arial, Helvetica, sans-serif;
	color: #666666;
}
a {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* overall classes */

.bold {
	font-weight: bold;
}
.boldBlue {
	color: #00659B;
	font-weight: bold;
}
.boldBluep 
{
    font: 0.7em/1.2em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 0 0;
	color: #00659B;
	font-weight: bold;
}
.black {
	color: #000;
}
.clear {
	clear: both;
	display: block;
}

.floatRight {
	float: right;
	margin: 0 0 0 8px;
}
.floatLeft {
	float: left;
	margin: 0 8px 10px 0;
}

div.logoStrip {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 8px 0;
	margin: 0 0 15px 0;
}
div.logoStrip img {
	margin: 0 10px 0 200px;
}
TD
{
	font-size:16px;	
	font-family:Verdana;
	color: #565155;
}
TD.Click4Assistance
{
	font-size:11px;	
	font-family:Verdana;
	color: #565155;
}

TD.GreenHead
{
	font-size:14px;	
	font-family:Verdana;
	font-weight:bold;
	color: #8CC742;
	padding-left:16px;
}

