@charset "utf-8";

body {
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666;
}
#wrapper {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	top: 0px;
	position: relative;
	border: 1px solid #76923C;
	background-color: #FFF;
}
#head {
	width:978px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: 128px;
	border: 1px solid #666;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
}
#page_body {
	width:990px;
}
#left_column {
	float:left;
	width:160px;
	border: 1px solid #666;
	margin: 10px;
	height: 100%;
}
#main_column {
	float:left;
	background-color:#FFF;
	margin-top: 10px;
	padding-left: 10px;
	border: 1px solid #666;
	height: 100%;
	padding-right: 10px;
}
#right_column {
	float:left;
	background-color:#FFF;
	margin-top: 10px;
	border: 1px solid #666;
	height: 100%;
	width:180px;
	margin-left: 10px;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #76923C;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
.HRClass {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #76923C;
}

.heading1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #666;
}
.heading2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666;
}
.maintxt_dark {
	color: #000;
}



#IT-help {
	height: 20px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 10px;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: #666;
}
#table_lgh {
}
#table_img {
	border: 1px solid #CCC;
}

#table_lgh_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	height: 20px;
}


#IT-help a:link {
	color: #666;
	text-decoration: none;
}
#IT-help a:visited {
	color: #666;
	text-decoration: none;
}
#IT-help a:hover {
	color: #09F;
	text-decoration: none;
}
#IT-help a:active {
	color: #666;
	text-decoration: none;
}
