/* CLEAR FIX COURTESY OF: http://www.positioniseverything.net/  ----------------               */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clearing {
	height: 0;
	clear: both;
	margin-top: -20px;
	}
	
html>body .clearing {
	margin-top: 0px;
	}

/* LINK-O-MATIC  ---------------------------------------------------------------               */

div#wrapper table td a font.class1 {
	color:blue;
	}

.floatLeft {
	float: left;
	width: auto;
	margin: 0;
	margin-right: 1em;
}

.floatRight {
	float: right;
	width: auto;
	margin: 0;
	margin-left: 1em;
}

.floatLarge {
	float: right;
	width: auto;
	margin: 0;
}

/*--------------------- Helper rules ------------------------*/

img	{
	border: 0;
	margin: 0;
	}

.access	{
	display: none;
	}
	
/*------------------------ GLOBAL POSTIONING ELEMENTS -------------------------*/

* {
	margin:0;
	padding:0;
	}

body	{
	margin: 0;
	padding: 0;
	border: 0;	
	background: #000000;
	font-family:Arial, "Trebuchet MS", Geneva, Tahoma, sans-serif;
	font-size:12px;
	text-align: center;
	color:#666;
	}
	
	
div#wrapper	{
	margin: 20px auto 0 auto;
	padding: 0;
	border: 0;
	width: 800px;
	background:#fff;
	text-align: left;

	}
	
td {
	font-size:12px;
	color:#666;
	}
	
/********************************************\
	HEADER STYLING
\********************************************/

div#header {
	height:155px;
	width:800px;
	background:url(images/headerbg.gif) repeat-x;
	}
	
div#header h1 {
	float:left;
	background:url(images/jeticelogo.gif) no-repeat;
	height:155px;
	width:280px;
	text-indent:-9999px;
	}
	
div#header h2 {
	float:right;
	background:url(images/nhllogo.gif) no-repeat;
	height:73px;
	width:74px;
	margin:5px 20px 0 0;
	text-indent:-9999px;
	}
	
/********************************************\
	NAVIGATION STYLING
\********************************************/


div#navigation {
	float:right;
	margin:12px 5px 0 0;
	width:493px;
	height:30px;
	background:url(images/navbg.gif) 2px 0 no-repeat;
	padding:0 0 0 10px;
	}
	
html>body div#navigation {
	margin:12px 0 0 0;
	}
/*
div#navigation ul.udm {
	padding-left:5px;
	}
	

	/*
divdiv#navigation ul.udm ul {
	padding:0;
	}

div#navigation li {
	margin-right:5px;

	}

/********************************************\
	BOTH COLUMN STYLING
\********************************************/

div#bothCol {
	width:760px;
	_width:780px;
	margin:10px 0 0 10px;
	padding:20px;
	_height:300px;
	color:#000000;
	}
	
html>body div#bothCol {
	margin:0 0 0 0px;
	}
	
	
.blueText {
	color:#0067B1;
	}
	

/********************************************\
	LEFT COLUMN STYLING
\********************************************/	

div#leftCol {
	float:left;
	width:253px;
	_height:300px;
	}
	
div#leftCol img {
	padding:10px 0 10px 0;
	}
	
div#leftCol p {
	margin:10px 0 10px 0;
	}

	
/********************************************\
	RIGHT COLUMN STYLING
\********************************************/	
	
div#rightCol {
	float:right;
	width:480px;
	font-size:12px;
	line-height:16px;
	_height:300px;
	}
	

div#rightCol p {
	margin:0 0 20px 0;
	}
	
div#rightCol ul {
	margin:0 0 0 30px;
	}
	
div#rightCol ul li {
	margin:0 0 0 0;
	padding:0 0 0 0;
	}
	
div#rightCol table tr td {
	vertical-align:top;
	}

div#rightCol img {
	padding:0 0 10px 0;
	}
	
/********************************************\
	FOOTER STYLING
\********************************************/

div#footer {
	background:url(images/footerbg.gif) no-repeat;
	width:800px;
	height:77px;
	}
	
div#footer ul {
	float:right;
	margin:50px 0 0 0;
	color:#fff;
	list-style:none;
	}
	
div#footer ul li {
	float:left;
	padding:0 10px 0 10px;
	border-right:1px solid #fff;
	}
	
div#footer ul li.lastLink {
	border:none;
	}
	
div#footer ul a {
	color:#fff;
	}
	
div#footer ul a:hover {
	text-decoration:underline;
	}
	
	
form table td {
	vertical-align:top;
	padding:0 0 15px 0;
	}

.QuestionTable {
padding:8px;
margin:4px;
	color:#0067B1;

}

td.Question,td.Answer {
padding:0px;
margin:0px;
}

td.Question {
font-family: Verdana; 
font-size:11px;
color:#0067B1;
text-align:right;
padding: 0 10px 0 0;
}
th.Question,th.Answer {
font-family: Verdana;
font-size:9pt;
color: white;
width:100px;
}

input {
	margin:0 5px 5px 0;
	}

	
/*	
#udm {
margin-top:2px;

}

#udm li.li1 {
	width:88px !important;
	}
#udm li.li1 a  {
	text-align:center !important;
	align:center !important;
}

#udm li.li2 a  {
	text-align:left !important;
	align:left !important;
}

*/

#bothCol ul {
margin: 10px 0 10px 20px;
}

#leftCol td img, #rightCol td img {
margin: 20px;
}

#udm li.li2 a  {
	width:82px !important;
}
