body {
	background-color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666600
}

h1 {
	font-size: x-large;
	font-weight: bold;
	text-align: center
}

h2 {
	font-size: large;
	font-weight: bold;
}

h3 {
	font-weight: bold;
}

hr {
	height: 1px;
	width: 90%;
	text-align: center
}

table {
	border: 0
}

a {
	color: #9933FF;
	text-decoration: underline;
	font-weight: bold
}

a:active {
	color: #FF3300
}

a:visited {
	color: #9966FF
}

.italic {
	font-style: italic
}

.center {
	text-align: center
}

.bold {
	font-weight: bold
}

.small {
	font-size: smaller;
	text-align: center
}

.red {
	color: #FF0000;
}

.purple {
	color: #9966FF;
}


/* Main layout section */

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
}

#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
}

#main_area {
	position:relative;
	margin:0;
	padding:10px;
}

#leftcol { 
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width:153px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:133px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	z-index:100;
}

#rightcol {
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width:120px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:100px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	z-index:99;
}

#centercol {
	position:relative;
	padding:0 153px;
}

#footer {
	position:relative;
	top:1px;
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
}

/* LH menu section */

#leftcol ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

#leftcol ul li {
	background-image:url(../images/basic.png);
	background-repeat:no-repeat;
	width:133px;
	height:67px;
	margin: 0 auto;
	position: relative;
}

#leftcol ul li a {
	text-align:center;
	font-weight:bold;
	width: 133px;
	color:#CCCCCC;
	text-decoration:none;
	vertical-align:middle;
	position: absolute;
	top:13px;
}

.one_line {
	line-height:67px;
}

.one_line_content {
	margin-top:-15px;
}
