html {
	height:100%;
}
body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	
}
.sitetable{
	height: 100%;
	width: 100%;
}

body,th,td,a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #989892;
	line-height:1.2em;

}
h1,h2,h3,h4,h5,h6{
	color:#492140;
	font-weight:bold;
	font-size: 12px;
	padding:0;
	margin:0;
}
h4,h5,h6{
	padding-bottom:5px;
}
a {	
	text-decoration:none;
	color: #989892;
	border-bottom:1px solid #cccccc;
}
a:hover {
	text-decoration:none;
	color: #492140;
	border-bottom:0px solid #cccccc;
}
p {
	padding-bottom:5px;
}
.maindiv0 {
	position: absolute;
	width: 1001px;
	height: 550px;
	top: 50%;
	left: 50%;
	margin-top: -350px;
	margin-left: -500px;
}
.maindiv {

	width: 1001px;
	height: 550px;

}
.headerdiv {
	height:38px;
}
.topmenudiv {
	height:70px;
	width:1001px;
	overflow:hidden;
	text-align:left;
}

.logo {
	float:right;
	width:269px;
	height:70px;
}
.contentdiv {
	background-color:#F2F2F2;
	width:1001px;
	height:449px;
	overflow:hidden;
	/*border:1px solid #F2F2F2;*/
	text-align:left;
}
.content_col_1 {	
	width:490px;
	text-align:left;
}
.content_col_1 div.inner {
	padding:26px 27px 10px 27px;
}
.content_col_2 {
	/*background-color:#492140;*/	
	width:480px;
	height:450px;
	overflow:hidden;
	padding:0;
	text-align:left;
}
.content_col_2 div.inner2 img{
	margin-top:-1px;
	border:0;
}

.content_col_3 {
	display:none;	
}
.titlediv  {
	margin-bottom:2px;
}
.titlediv b {
	color:#492140;
	font-weight:bold;
	font-size: 12px;
}
.subtitle {
	margin-bottom:15px;
	font-size: 14px;
	font-weight:normal;
}

#pid2 .contentdiv {
	background-image:url(images/home_basic.jpg);
	border:0px solid #333;
}
#pid2 .content_col_1 {
	width:400px;
}
#pid2 .content_col_2 {
	width:600px;
}
#pid2  .content_col_1  div.inner {
	/*display:none;*/
	padding:26px 27px 10px 32px;
	color:#ffffff;
}
#pid2  .content_col_1 .col1spacer {
	width:400px;
}

.news .content_col_2 {
	border:2px solid #F2F2F2;
}
.news .content_col_2 div.inner2 {
	overflow:hidden;
	height:445px;
	width:507px;
}

.news .innercontent  {
	height:350px;
	width:440px;
	overflow:auto;	
}
.news .innercontent2 {
	margin-right:20px;	
}
.news .content_col_1 div.inner {
	padding:26px 7px 10px 27px;
}


