
/* imported stylesheets
---------------------------------------- */
@import url("reset.css");


body {
	background: #ebebeb url('../images/bg-body_02.gif') center top repeat-y;
	
}
#center {
	width: 860px;
	margin: 0 auto;
	padding-bottom: 40px;
}
#logo {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -480px;
	z-index: 1;
}

#baseline {
	position: absolute;
	line-height: 26px;
	width: 306px;
/*	height: 49px;*/
	font-size: 2.5em;
	top: 120px;
	left: 50%;
	margin-left:-380px;
	padding-left: 115px;
	padding-top: 12px;
	padding-bottom: 15px;
	background: url(../images/bg-baseline.png) left top no-repeat;
}
#banner {
	width: 850px;
	height: 173px;
	padding: 10px 0 0 10px;
}
#info {
	text-align: right;
	width: 850px;
	padding-right: 10px;
}
#info a {
	color: #000;
	
}
#left {
	float: left;
	width: 160px;
	padding-top: 15px;
}
#left ul {
}
#left ul li {
 margin-bottom: 16px;
}
#left ul li a {
	display: block;
	font-size: 1.3em;
	color: #fff;
	width: 140px;
	height: 26px;
	padding-left: 10px;
	padding-top: 5px;
	background: #f26522;

}
#left ul li a:hover {
	background: #ed1c24;
}
#left ul li.active a {
	color: #000;
	background: #ed1c24;
}
#right {
	width: 660px;
	margin-left: 160px;
	padding-top: 15px;
	padding-left: 15px;
}
#right ul {
	padding-left: 15px;
}
#right ul li {
	list-style: square;
	padding-bottom:10px;
}

#right ol li {
	list-style: decimal;
}
.graphic {
	width: 100%;
	overflow: hidden;
	padding-top: 15px;
}
.table {
	table-layout: automatic;
	border-spacing: 0;
	border-collapse: collapse;
	empty-cells: show;
}
.table tr td {
	font-weight: bold;
}
h1 {
	text-align: left;
	font-size: 2em;
	color: #ed1c24;
	margin-bottom: 15px;
}
h2 {
	text-align: left;
	font-size: 1.5em;
	color: #ff3333;
	margin-bottom: 8px;
	padding-top:10px;
	padding-bottom:10px;
}
h3 {
	text-align: left;
	font-size: 1.3;
	margin-bottom: 5px;
}
#footer {
	bottom: 0;
	width: 850px;
	height: 20px;
	text-align: right;
	padding-right: 10px;
}

.contact { 
	border-style: solid;
	width: 155px;
	border-color:#f26522; 
	margin-top: 25px;
	padding: 5px;
	margin-bottom:15px;
}
.contact h3 {
	text-align: center;
	padding-bottom: 5px;
}
.tableform {
	table-layout: inherit;
	border-spacing: 0;
	border-collapse: collapse; 
	empty-cells: show;
}
.underline {
	text-decoration: underline;
}

.green {
  background-color: #99ff66;  
}

.yellow {
  background-color: #ffff00;
} 

.red {
  background-color: #ff6666;
}  


