body {
	margin: 10px;
	font-family: tahoma,arial,sans-serif;
	color: #504D3B;
	background-color: #EFE8CC;
}

hr {
	color: #C0BA98;
}

#header {
}

#container {
	padding-left: 0px;
}

#container .column {
	position: relative;
	float: left;
}

#center {
	width: 520px;
}

#left {
	width: 215px;
	background-image: url("../beta/images/leftBg.gif");
	margin-left: 0;
	height: 100%;
}

#content {
	position: relative;
	top: 15px;
	left: 0px;
	width: 520px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url("../beta/images/contentBg.gif");
}

#copy {
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
	width: 478px;
	background-color: #FFFFFF;
}

#footer {
	text-align: center;
	font-size: 11px;
	padding-top: 20px;
	padding-bottom: 0px;
}

/*** IE6 Fix ***/
* html #left {
	left: 0px;
}

.text01 {
	font-size: 20px;
	font-weight: bold;
}

.text02 {
	font-size: 16px;
	font-weight: bold;
}

a:active, a:visited, a:link {
	color:#2A281F;
	text-decoration: underline;
}

a:hover {
	color:#2A281F;
	text-decoration: none;
}

.anylinkcss{
top: 0px;
left: 0px;
position:absolute;
visibility: hidden;
border:1px solid #7C785F;
border-bottom-width: 0;
font-size: 11px;
text-decoration: none;
font-family: tahoma,arial,sans-serif;
line-height: 18px;
z-index: 100;
background-color: #FFFFFF;
width: 145px;
color: #7C785F;
margin-left: 10px;
text-decoration: none;
}

.anylinkcss a{
color: #7C785F;
width: 100%;
display: block;
border-bottom: 1px solid #7C785F;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
background-color: #F4F4F4;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #7C785F;
color: #FFFFFF;
text-decoration: none;
}

