body {
	background-color: #fff;
}

div,h1,h2,td,ul,li {
	font-family: Verdana, sans-serif;
	color: #000;
	font-size: 11px;
	vertical-align: top;
	line-height : 17px;
}

h1 {
	font-size : 13px;
	font-weight : bolder;
	/* NS color : #993333;*/
	color : #002666; /* navy */
}

h2 {
	/* NS font-size : 16px;  */
	font-size: 14px;
	color : #666666;
	margin-top: 10px;
	font-weight: normal;
}

a {
	color: #000;
}

/* note: level-1 is wrong, should be level0 but the level returned for the page is wrong */
ul.level-1,ul.level0 {
	position: absolute;
	left: 15px;
	top: 100px;
	margin-left: 0;
	padding-left: 0;
	/* border-top: 1px solid #999; */
	/* border-bottom: 1px solid #999; */
}

ul.level-1,ul.level0,ul.level1 {
	width: 200px;
	padding: 0 0 0 0;
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
}

ul.level0 li a,ul.level-1 li a {
	padding-bottom: 2px;
	padding-top: 2px;
	/* NS color: #333; */
	color: #AE000D;
	
	text-decoration: none;
	display: block;
}

ul.level-1 li a,ul.level0 li a {
	padding-left: 2px;
	font-weight: bold;
	color: #AE000D;
	
}

ul ul.level1 li a {
	padding-left: 10px;
	font-weight: normal;
}

ul.level0 strong a,ul.level-1 strong a {
	/* NS Green	color: #538307; */
	color: #AE000D;
        background-color: #FADE21;  
	text-decoration: none;
}

ul ul.level1 strong a {
	font-weight: normal;
}

.line {
	background-color: #999;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.contentImage_left {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}

.contentImage_right {
	float: right;
	padding-left: 5px;
	padding-bottom: 10px;
}

#contentDivMainColumnTotalWidth {
	position: absolute;
	left: 250px;
	top: 100px;
	width: 650px;
}

#contentDivMainColumn {
	position: absolute;
	left: 250px;
	top: 100px;
	width: 360px;
}

#contentDivRightColumn {
	position: absolute;
	left: 720px;
	top: 75px;
	width: 225px;
}

.rightColumnTitle {

	background-color: #FADE21; 
	/*color: #002666;  blue */
	color: #AE000D;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	margin-bottom: 4px;
	margin-top: 25px;
}

td.table,td.tableHead {
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 4px;
	border-style: solid;
	border-width: 0px;
	border-color: #aaaaaa;
}

td.tableHead {
	background-color: #999;
	color: #fff;
	font-weight: bold;
}

tr.tableAlt {
	background-color: #eee;
}

.devShowBox {
	background-color: #cccccc;
	padding: 4px;
}

.code {
	font-family: Courier New, monospace;
	font-size: 12px;
}

textarea,input.text,select {
	width: 100%;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

input.submit {
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

input.checkbox,input.radio {
	position: relative;
	top: 3px;
	margin-right: 6px;
}

.searchresult {
	padding-bottom: 10px;
	/* border-bottom: 1px solid #ccc; */
}

.searchresult p {
	margin: 3px 0 3px 0;
}

.searchresult h4,.searchresult a {
	display: block;
	margin-bottom: 2px;
}