html {
    height: 100.1%;
    width: 100%;
    overflow-x: hidden;
}

body {
    background-color: #E6E6E6;
    color: #525C66;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 17px;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

/* WYSIWYG editor classes */
.greyText{
	color: #969696;
}

/* standard html tags */
div{
	margin: 0px;
	padding: 0px;
}
p{
	margin: 0px;
	padding: 0px;
}
td{
	padding: 0px;
	margin: 0px;
}
tr{
	padding: 0px;
	margin: 0px;
}
img{
	border: 0px;
}

a:link, a:visited, a:hover, a:focus, a:active {
    color: #0099FF;
    text-decoration: none;
    font-weight:normal;
    font-size: 11px;
}

/** 
* Styles for javascript fvalidate class (form validator)
*/
input.errHilite, select.errHilite, textarea.errHilite {
	border: 1px solid #5588BB;
	background-color: #c7e1fb;
	color: #525C66;
}
label.errHilite {
	font-weight: bold;
}

#mainFrm{
	width: 906px;
    position: absolute;
    margin: 0px 0px 0px -453px;
    left:50%;
    padding-top: 18px;
}
#cntFrm{
	width: 892px;
	float: left;
}
#signetFrm{
	width: 8px;
	float: left;
	padding-top: 52px;
	padding-left: 6px;
}
#cntHdr{
	width: 892px;
	height: 25px;
	float: left;
	font-size: 1px;
}
#cntCtr{
	width: 876px;
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	background-image: url(./../images/backgrounds/bg_content.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
#cntFtr{
	width: 156px;
	height: 20px;
	float: left;
	background-image: url(./../images/elements/window_footer.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 17px;
	padding-left: 736px;
	color: #FFFFFF;
	font-size: 9px;
}
#navHdr{
	width: 840px;
	height: 29px;
	float: left;
	padding-left: 18px;
	padding-right: 18px;
}
#navCtr{
	width: 876px;
	height: 146px;
	float: left;
	background-image: url(./../images/backgrounds/bg_navi.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#cntBox{
	width: 876px;
	float: left;
}

div.mainNavCtr{
	width: 502px;
	height: 32px;
	float: left;
	padding-top: 68px;
	padding-left: 374px;
}
div.subNavCtr{
	width: 502px;
	height: 22px;
	float: left;
	padding-top: 4px;
	padding-left: 374px;
}
div.mainNavItm{
	float: left;
	padding-right: 7px;
}
div.subNavItm{
	height: 20px;
	float: left;
	padding-right: 10px;
	color: #003399;
	text-decoration: none;
    font-weight: normal;
	font-size: 9px;
}
div.subNavBrackets{
	width: 3px;
	height: 15px;
	float: left;
	font-size: 1px;
	padding-top: 2px;
}
img.subNavBracket{
	padding-top: 2px;
}

a.subNav:link, a.subNav:visited {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
    font-size: 9px;
}
a.subNav:hover {
    color: #003399;
    text-decoration: none;
    font-weight: normal;
    font-size: 9px;
}
a.subNav:focus, a.subNav:active {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
    font-size: 9px;
}
div.navHdrSeparator{
	width: 7px;
	height: 17px;
	float: left;
	font-size: 1px;
}
div.hdrNavItm{
	float: left;
	padding-right: 7px;
	padding-top: 4px;
}
a.hdrNav:link, a.hdrNav:visited {
    color: #003399;
    text-decoration: none;
    font-weight: normal;
    font-size: 9px;
}
a.hdrNav:hover {
    color: #003399;
    text-decoration: none;
    font-weight: normal;
    font-size: 9px;
}
a.hdrNav:focus, a.hdrNav:active {
    color: #003399;
    text-decoration: none;
    font-weight: normal;
    font-size: 9px;
}

div.cntHdl{
	width: 876px;
	height: 75px;
	float: left;
	font-size: 1px;
}
div.cntBox{
	width: 876px;
	float: left;
}
