

/*  base
----------------------------------------*/
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 81.25%/1.385 arial, helvetica, sans-serif;
}

/*--  --*/
#utilityNav {
	float: right;
	margin-top: 4px;
	text-align: right;
	line-height: normal;
	font-size: 0.846em;
}

#utilityNav form {
	margin-bottom:8px;
	font-size: 8pt;
}


/*-- gNav --*/
#primaryNav {
	clear: both;
	border: 1px solid #ccc;
	padding-top: 2px;
	padding-bottom: 2px;
	_height: 0;
	background:#eeeeee url(images/header_gradient_big.gif) repeat-x;
	text-align: left;
}

#primaryNav a {
	margin-left: 10px;
	padding-left: 10px;
	color: #000;
	_vertical-align: bottom;
}

#primaryNav a:hover {
	color: #000;
}


/*  content
----------------------------------------*/
#content * {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

#content img {
	border: none;
	vertical-align: bottom;
}

#content {
	margin: 0 auto;
	padding: 20px 0 55px 0;
	width: 760px;
	text-align: left;
	color: #000000;
	font: 1em/1.66 arial, helvetica, sans-serif;
}

#content table {
	color: #000000;
	font-size: 100%;
}

#content th,
#content td {
	font: 1em/1.66 arial, helvetica, sans-serif;

}

#content a {
	color: #369;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content div.topicPath {
	padding: 5px 0 11px 2px;
	font-size: 0.846em;
}

/*-- lNav --*/
#content div.lNav {
	float: left;
	width: 185px;
}

#content .lNav li {
	list-style: none;
}

#content .lNav li.margin01 {
	margin: 0 0 5px 0;
}

#content .lNav li.margin02 {
	margin: 0 0 1px 0;
}

/*-- mainArea --*/
#content div.mainArea {
	float: right;
	width: 555px;
}















