html {
	height: 100%;
	margin: 0 0 0 0;
}
body {
	height: 100%;
	margin: 0 0 0 0;
}
#cellhead {
	clear: both;
	width:960px;
	height: 85px;
	margin: auto;
}
#cellhead #chleft {
	float: left;
	width: 275px;
	height: 85px;
}
#cellhead #chcenter {
	float: left;
	width: 200px;
	height: 85px;
}
#cellhead #chright {
	float: right;
	width: 280px;
	height: 85px;
	margin: 0 0 0 0;
}
#logform {
	width: 280px;
	height: 60px;
	margin: 20px 0 0 0;
}
#logform #log {
	float: left;
	font-family: Verdana;
	font-size: 11px;
	font-style: italic;
	color: #CACBCE;
	background-image: url(../impg/ico_user.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 0 0 25px;
}
#logform #pass {
	font-family: Verdana;
	font-size: 11px;
	font-style: italic;
	color: #CACBCE;
	padding: 0 0 0 3px;
	float: left;
}
#logform .inuser {
	float: left;
	width: 110px;
	background-color:#CACBCE; border:1px #101010 solid;
}
#logform .btn {
	width: 22px;
	float: left;
	padding: 0 0 0 5px;
}
#logform #reg {
	clear: both;
}
#logform #reg a {
	padding: 0 6px 0 0;
	font-family: Verdana;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #CACBCE;
}

#cellcontent {
	width: 960px;
	height: 100%;
}
#cell1 {
	width: 25%;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(../impg/ecl1.gif);
}
#cell2 {
	width: 50%;
	height: 85%
	background-position: top left;
	background-repeat: repeat-x;
	background-image: url(../impg/hdbg.gif);
}
#cell3 {
	width: 25%;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../impg/ecl2.gif);
}
#cellbtm {
	background-image: url(../impg/btbg.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	height: 140px;
}
#c {
	margin: 0 0 0 12%;
	font-family: sans-serif;
	color: #5A5A5A;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
.b {
	background-color: #B6D1DA;
	padding: 0 2px 0 2px;
}
#logo {
	border: 0;
	margin: 23px 10px 24px 10px;
	width: 255px;
	height: 39px;
}
#phone {
	border: 0;
	margin: 23px 10px 24px 30px;
}
#cellmenu {
	clear: both;
	width:960px;
	height: 22px;
	margin: 8px 0 0 10px;
}
#cellmenu .cmico {
	float: left;
	width: 22px;
	height: 22px;
	margin-right: 8px;
}
.ico {
	border: none;
}
#cellmenu #cmtabs {
	float: left;
	margin: 0 0 0 100px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

#cellmenu #cmtabs ul {
	margin:0;
	padding:0 10px 0 20px;
	list-style:none;
	}

#cellmenu #cmtabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#cellmenu #cmtabs a {
	float:left;
	background:url(../impg/tableft.gif) no-repeat left top;
	margin:0 0 0 2px;
	padding:0 0 0 18px;
	text-decoration:none;
	}

#cellmenu #cmtabs a span {
	float: left;
	display: block;
	background: url(../impg/tabright.gif) no-repeat right top;
	padding: 2px 10px 2px 4px;
	color: #FDFDFD;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#cellmenu #cmtabs a span {float:none;}

/* End IE5-Mac hack */
#cellmenu #cmtabs a:hover span {
	color:#D93900;
	}

#cellmenu #cmtabs a:hover {
	background-position:0% -22px;
	}

#cellmenu #cmtabs a:hover span {
	background-position:100% -22px;
	}
#base {
	clear: both;
	margin: 40px 0px 20px 0px;
	width: 960px;
}
#base #promenu {
	float: left;
	width: 300px;
	margin: 0 10px 0 0;
	font-family: Helvetica, Arial;
	font-size: 0.95em;
	font-style: italic;
	font-weight: bold;
}
#promenu ul {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}
#promenu li a {
	display: block;
	width: 300px;
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
	color: #2D2C2D;
	text-decoration: none;
	background-image: url(../impg/bt.gif);
	background-position: top left;
	background-repeat: no-repeat;
} 
#promenu li a:hover {
	width: 300px;
	margin: 0 0 10px 0;
	display: block;
	color: #E22700;
	background-image: url(../impg/bts.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#additional {
	margin: 25px 0 0 0;
	clear: left;
	width: 300px;
}
#additional .ico {
	float: left;
	width: 20px;
	padding: 5px 0 8px 0;
}
#additional .cnt {
	float: left;
	width: 270px;
	font-family: Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0 0 5px 0;
}
#additional .cnt a { 
	display: block;
	color: #2D2C2D;
	text-decoration: underline;

}
#additional .cnt a:hover {
	display: block;
	color: #E22700;
	text-decoration: none;
}
#base #content {
	float: left;
	width: 630px;
	padding: 0 0 40px 20px;
	margin: 0;
	font-family: sans-serif;
	font-size: 0.85em;
}
#firstpage {
	width: 630px;
	float: right;
}
#firstpage .cell {
	float: left;
	width: 310px;
	margin: 20px 0 0 0;
}
#firstpage .cell .hd {
	float:left;
	background:url(../impg/newhl.gif) no-repeat left top;
	margin:0 0 10px 0;
	padding:0 0 0 18px;
	text-decoration:none;
	}

#firstpage .cell .hd span {
	float: left;
	display: block;
	width: 280px;
	background: url(../impg/newhr.gif) no-repeat right top;
	color: #2E2E2E;
	font-family: sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	text-indent: 0.1em;
	text-align: left;
	padding: 2px 2px 2px 8px;
}
#cell2page {
	width: 630px;
	float: left;
}
#cell2page .part {
	float: left;
	width: 310px;
	margin: 20px 0 0 0;
}
#cell2page .part .hd {
	float:left;
	background:url(../impg/hdpartleft.gif) no-repeat left top;
	margin:0 0 10px 0;
	padding:0 0 0 18px;
	text-decoration:none;
	}

#cell2page .part .hd span {
	float: left;
	display: block;
	width: 280px;
	background: url(../impg/hdpartright.gif) no-repeat right top;
	color: #3A494E;
	font-family: arial;
	font-size: 13pt;
	font-style: italic;
	font-weight: bold;
	text-indent: 0.1em;
	text-align: left;
	padding: 5px 2px 5px 8px;
}
#banner {
	width: 620px;
	clear: both;
	float: left;
}
.newsitem {
	clear: both;
	font-family: sans-serif;
	font-size: 0.85em;
	margin: 5px;
	padding-top: 10px;
	color: #484848;
}
h5 {
	margin: 0 0 0 0;
	font-family: sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
}
#tooltip {
	padding: 2px 8px 2px 8px;
	background: #ECECEC;
	border: 1px solid #5F5F5F;
	text-align: center;
	font-family: sans-serif;
	font-size: 0.75em;
}

span.tip {
	cursor: help;
    border-bottom: 1px solid #eee;
}