body {
	background-color: #FFFFFF;
	margin:0px;
}
body, th, td, form
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

#divPage {
	width: 1000px;
	margin: auto;
	overflow: visible;
}
#divMenuTop {
	position:absolute;
	z-index:1;
	top:92px;
}
#divMenuTop #myslidemenu
{
	height: 30px;
	position:relative;
	left:235px;
}
#divPageHead {
	height:127px;
	width: 1000px;
	overflow: visible;
}
#divPageHeadLeft {
	float: left;
	width: 256px;
	height: 127px;
}
#divPageHeadRight {
	height: 127px;
	float: right;
	width: 744px;
	background-image: url(../img/head_bck.jpg);
	background-repeat: repeat-x;
	vertical-align: baseline;
}
#divPageContent {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 1000px;
}
#divPageContentLeft {
	margin-left:0px;
	width: 800px;
	float: left;
}
#ContentRight {
	width: 200px;
	float: right;
}
.divEventCategoryRight
{
	height:30px;
	line-height:30px;
	background-color:#CCC;
	border: 1px dashed #999;	
}
.divEventRight
{
	height:20px;
	line-height:20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
a {
	color: #FF9900;
	font-weight: bold;
}
#divPageFoot {
	text-align: center;
	margin-top: 10px;
	overflow: visible;
	height: 200px;
	width: 1000px;
}
#divLeftImage {
	float: left;
	width: 110px;
}
#divLeftContent {
	float: right;
	width: 690px;
}
h1 {
	color: #FC0;
}
#tblList th {
	background-color:#F90;
}
#tblList td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
}