@charset "utf-8";

.mainBody {
	background-color: #ffcdd5;
}
.frameBody {
	margin:0px;
}
.header {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 480px;
}
.logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	width: 480px;
	height: 130px;
}
.desc{
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: gray;
}
.outerContainer{
	width:100%;
	float: left;
	position: absolute;
	background-repeat: repeat-y;
	background-position: top center;
}
.containter{
	float: middle;
	background-position: top center;
	width: 1080px;
	height: 620px;
	background-repeat: repeat-y;
	background-position: top center;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;	
}
.contentTable{
	padding:0px;
	margin:0px;
	border:0px;
}
.column {
	float: left;
	position: static;
	display: block;
	margin: 10px;
	padding: 20px;
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #FFEEFF;
	height: 600px;
}
.body{
	background-color: #FFEEFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: gray;
	overflow: auto;
}
.newsBody, .contactBody , .contentBody{
	background-color: #FFEEFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: gray;
	overflow: auto;
	height: inherit;
}
.newsBody, .contactBody {
	height: 570px;
}
.bodyHeader{
	font-weight: bold;
	text-decoration:underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: gray;
	height:30px;
}
#content{
	width: 420px;
 }
#news, #contact{
	width: 240px;
}
.imageBox {
	float: left;
	height: 100px;
	width: 100px;
	background-repeat: repeat-y;
	background-position: top center;
}
.contentTable {
	margin-right:auto;
	margin-left:auto;
}
.notice    {
	width: 540px;
	float: left;
	text-align: center;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #C5ABB9;
	border-bottom-color: #C5ABB9;
	background-color: #FFDDE2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
tt {
	color: red;
}
img {
	border: none;
}