body {
	background-color: #FFF4E6;
	margin: 0px;
}
#container, #header, #content {
	width: 765px;
}
#container {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-color: #666699;
	height: 22px;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	color: #CC6600;
	text-align: center;
}

#content {
	background-color: #FFF4E6;
	height: 451px;
	float: none;
}

#leftcol {
	background-color: #666699;
	float: left;
	width: 147px;
	color: #FFF4E6;
	text-align: left;
}
#main_top {
	background-color: #FFF4E6;
	float: left;
	width: 617px;
	height: 100px;
	color: #000000;
	border-top: 1px none #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px none #999999;
	border-left: 1px none #999999;
}
#view {
	background-color: #c2c9b8;
	float: left;
	width: 617px;
	height: 250px;	
	color: #333333;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px none #999999;
	border-left: 1px none #999999;
}
#main {
	background-color: #c2c9b8;
	float: left;
	width: 617px;
	color: #333333;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px none #999999;
	overflow: auto;
}

p {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 18px;
}

h2 {
	font-size: 16px;
	font-weight:bold;	
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	color: #666699;
}
h3 {
	font-size: 16px;
	font-weight:bold;	
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	color: #0099CC;
}
h4 {
	font-size: 14px;
	font-weight:bold;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	color: #666699;
}
h5, h5 a {
	font-size: 9px;
	font-weight:normal;
	text-align: center;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #999999;
}
a {
	text-decoration: none;
	color: #FFF4E6;
	font-weight: bold;
	font-size: 13px;
}
a:hover {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.linkOnPg {
	text-decoration: none;
	color: #0000FF;
	font-weight: bold;
	font-size: 13px;
}
img {
	margin-left: 3px;
	margin-right: 3px;
	border: none;
}
.colorSet {
	color: #666666;
}

.orangebk {
  background-color: #FF6600;
  color: #ffffff;
  padding: 4px;
  margin: 6px;
}

