html, body {
	height:100%;
}

body {
	margin:0;
	background-image:url(../gfx/bg.gif);
	font:normal 10pt Tahoma;
	line-height:150%;
}

.pageHeader{
	width:810px;
	height:180px; 
	background:url(../gfx/header.gif) no-repeat
}

a.menuitem {
	width:111px;
	height:53px;
	background-image:none;
	font:normal 8pt Tahoma;
	float:left;
}

a.menuitemOn {
	width:111px;
	height:53px;
	background:url(../gfx/menuitem.gif) no-repeat bottom;
	font:normal 8pt Tahoma;
	float:left;
}
a.menuitem:link, a.menuitemOn:link {
	color:#FFF;
	text-decoration:none;
}
a.menuitem:visited, a.menuitemOn:visited {
	color:#FFF;
	text-decoration:none;
}
a.menuitem:hover, a.menuitemOn:hover {
	color:#FFF;
	text-decoration:underline;
}
.menuitem div, .menuitemOn div {
	margin-top:35px;
}
.subh {
	background:url(../gfx/leftsubheaderbg.gif) repeat-y left #666;
	border-bottom:1px solid #333;
	border-left:5px solid #333;
	color:#FFF;
	font-weight:bold;
	padding:0 5px;
}
.leftcss1 {
	background:url(../gfx/lefttop.gif) no-repeat top #FFF;
}
.leftcss2 {
	height:100%; background:url(../gfx/leftbottom.gif) no-repeat bottom; padding:5px; font-size:8pt;
}
.leftcss3 {
	background:url(../gfx/leftbg.gif) repeat-y center #DDD; padding:5px;
}
.maincss1 {
	height:100%; background:url(../gfx/maintop.gif) no-repeat top #FFF;
}
.maincss2 {
	height:100%; padding:5px; background:url(../gfx/mainbottom.gif) no-repeat bottom;
}
.footer {
	background:url(../gfx/footerbg.gif) repeat-x top #333; color:#FFF; font-size:10pt;
}

.colortxt1 {
	color:#830000;
	font-weight:bold;
}
.inputBlur {
	border:1px solid #CCC;
}
.inputFocus {
	border:1px solid #830000;
}
.colorButton {
	border:1px solid #666;
	background:url(../gfx/colorbutton.gif) repeat-x center;
	color:#FFF;
}
