IMG.top{
	margin:10px 0 0 0
}
IMG.print{
	margin:10px 20px 0 455px;
}

FIELDSET{
	padding: 10px 10px 10px 100px;
	border: 1px solid #D9D9D9;
}

FIELDSET SPAN{
	display:block;
	width:400px;
	height:25px;
	float:right;
}
FIELDSET SPAN SELECT{
	display:block;
	width:250px;
}

FIELDSET SPAN TEXTAREA{
	width:250px;
	height:100px;
}
FIELDSET SPAN INPUT.TEXT{
	width:250px;
}

LABEL SPAN{
	display:block;
	float:left;
	width:200px;
	height:25px;
}

BODY{
	margin:0;
	padding:0;
	background-color:#cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	background-image:url(img/mainbg.gif);
}

HR{
	display:block;
	height:1px;
	line-height:1px;
	color:#D9D9D9;
	background-color:#D9D9D9;
	border:0;
	padding:0;
	margin:0;
}

#container{
	position:absolute;
	width:780px;
	left:50%;
	margin-left:-390px;
}
	#header{
		border-left:2px solid white;
		border-top:2px solid white;
		border-right:2px solid white;
	}
	
	#navigation{
		border-left:2px solid white;
		border-right:2px solid white;
		line-height:1px;
		font-size:1px;
	}
		#navigation UL.mainnavigation{
			margin:0;
			padding:0;
			line-height:14px;
			font-size:14px;
		}
			#navigation UL.mainnavigation LI{
				display:block;
				width:194px;
				height:39px;
				float:left;
			}
				#navigation UL.mainnavigation LI A IMG{
					vertical-align:bottom;
				}
			
		#navigation UL.subnavigation{
			margin:0;
			padding:0;
			line-height:14px;
			font-size:14px;
		}
			#navigation UL.subnavigation LI{
				display:inline;
				margin:0;
				padding:0;
				font-size:14px;
				line-height:18px;
			}

	#content{
		border:2px solid white;
		padding:10px 25px 10px 25px;
		line-height:1.5em;
	}
		#content H1{
			font-size:1.4em;
			text-transform:uppercase;
		}
		#content H2{
			font-size:1.3em;
			background-image:url(img/arrowH2.gif);
			background-repeat:no-repeat;
			padding:0 0 0 30px;
			margin:20px 0 15px 0;
		}
		#content H3{
			font-size:1em;
			background-image:url(img/arrowH3.gif);
			background-repeat:no-repeat;

			padding:5px 0 2px 25px;
			margin:5px 0 8px 0;
		}
			#content H3.indent{
				margin-left:50px;
			}
			#content A{
				color:#313131;
				font-weight:bold;
			}

		#content P.description{
			padding:0;
			margin:0 0 12px 75px;
		}
		#content DIV.description{
			padding:0;
			margin:0 0 12px 25px;
		}

		#content DIV.infobox{
			padding:12px 12px 12px 52px;
			background-image:url(img/sheet.gif);
			background-repeat:no-repeat;
		}
		
	#footer{
		border-left:2px solid white;
		border-bottom:2px solid white;
		border-right:2px solid white;
		background-color:#fff;
		padding:5px;
	}
		#footer A{
			color:#5F6D6D;
			font-weight:bold;
			font-size:0.9em;
		}
TD P.bodytext{
	padding:0;margin:0;
	font-size:11px;
}