
body	{
	font-size: 100%;
	line-height: 100%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #fff;
}

#navMainDiv, #navSubDiv, #visualDiv	{visibility: hidden; display: none;}
#navMainDiv	{
	position: absolute;
	top: 27px;
	left: 166px;
	height: 20px;
	padding: 0px 30px 0px 30px;
	background-color: #CC3333;
}

#navMainDiv a {
	width: auto;
	color: #999;
	/* background-color: #CC3333; */
	font-size: 0.7em;
	line-height: 0.8em;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 8px 0px 8px;
}

#navMainDiv a:hover, #navMainDiv a.active {
	color: #fff;
}

#navSubDiv {
	position: absolute;
	top: 160px;
	left: 90px;
	height: 150px;
	width: 50px;
	z-index: 1060;
	background-color: #fff; 
}

#navSubDiv a {
	display: block;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #999;
	background: #fff url("/img/bullet_subnav.gif") 2px 6px no-repeat;
	text-decoration: none;
	padding-left: 10px;
}

#navSubDiv a:hover, #navSubDiv a.active {
	color: #CC3333;
	background-color: #fff;
	background-image: url("/img/bullet_subnavAct.gif");	
}

#contentHomeDiv {
	/*
	position: absolute;
	top: 180px;
	left: 190px;
	padding-left: 3em;	
	z-index: 1050;
	*/
}

#contentHomeDiv h1 {
	font-size: 1.6em;
	line-height: 1.15em;
	color: #000;
}

#contentDiv {
}

#contentDiv a {
	color: #000;
}

h1, h2 {
	font-size: 1.3em;
	line-height: 1em;
	color: #999;
}

h1 {
	margin-bottom: 0px;
}

h2 {
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
}

h3 {
	font-size: 0.85em;
	line-height: 1.25em;
	margin: 0px;
}

p, address, table {
	font-size: 0.75em;
	line-height: 1.25em;
	margin-top: 0px;
	margin-bottom: 15px;
}

table td {
	vertical-align: top;
}

input, select {
	font-size: 1em;
	line-height: 1em;
	height: auto;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	width: 230px;
}

textarea {
	font-size: 1em;
	line-height: 1em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	width: 230px;
}

#contentDiv ul {
	font-size: 0.75em;
	line-height: 1.25em;
	margin: 0px 0px 15px 0px;
	padding-left: 0px;
	list-style-type: none;
}

#contentDiv ul li{
	background-image:  url("/img/bullet_ul.gif");
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
}

address {
	font-style: normal;
}

.imgLeft {
	float: left;
	margin: 5px 10px 5px 0px;
	font-size: 0.6em;
	line-height: 1.25em;
}

.imgRight {
	float: right;
	margin: 5px 0px 5px 10px;
	font-size: 0.6em;
	line-height: 1.25em;
}

#logoDiv {
	z-index: 1000;
}

#logoHomeDiv {
	/*
	padding-left: 3em;
	position: absolute;
	top: 90px;
	left: 26em;
	z-index: 1000;
	*/
}

#logoDiv img, #logoHomeDiv img {
	border: 0px;
}

#visualDiv	{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 166px;
	height: 412px;
	float: left;
	z-index: 10;
}

#visualDiv img { float: left;
	/* margin-bottom: -2px;
	padding-bottom: -1px; */
}

#printinfoDiv {
	position: absolute;
	top: 5px;
	left: 345px;
	font-size: 0.6em;
	line-height: 1.25em;
}

.floatLeft {
	float: left;
}
