body {}

/* left navigation */
#navcontainer {
	display: none;
}

/* header */
#header {
	height: 97px;
	margin: 0px;
	padding: 0px;
}
#hdrlogo {
	float: left;
	height: 97px;
	width: 359px;
}
#hdrbg {
	display: none;
}

/* main content */
#content {
	text-align: left;
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	margin-right: 15px;
}

#sideright {
	float: right;
	width: 230px;
	margin: 0 0 0 5px;
	padding: 20px 5px 5px;
	text-align: center;
}
#sideleft {
	display: none;	
}

/* footer */
#footer {
	clear: both;
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(bg_footer.gif);
	background-repeat: no-repeat;
	height: 90px;
}
#ftrlinks {
	padding: 10px 20px;
	text-align: center;
}
#ftrlinks a{
	padding: 5px 2px 5px 20px;
	width: 100%;
	text-decoration: underline;
	background-image:  url(links-ico_off.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
#ftrlinks a:hover {
	background-image:  url(links-ico_on.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
}
#ftrlinks a:visited {
	color: #0000FF;
}
.clr {
	clear: both;
}

/* box calendar */
.boxborder {
	border: 1px solid #CC0000;
	width: 202px;
	padding: 2px;
}
.boxtitle {
	width: 200px;
	background-color: #D94949;
	border: 1px solid #999999;
	background-image: url(bg-td.jpg);
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	height: 1.8em;
	text-align: center;
	padding-top: 5px;
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
}
.boxs {
	border: 1px solid #CCCCCC;
	background-image: url(bg-td1.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #003399;
	background-repeat: repeat-x;
	padding: 5px;
	text-align: left;
	margin-top: 5px;
}
.ctr {
	text-align: center;
}
.boxwithttl {
	border: 1px solid #CCCCCC;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 250px;
}
.boxwithttls {
	text-align: left;
	border-top: none;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 10px;
	margin-bottom: 30px;
	margin-right: 250px;
}
.linetxt {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	display: block;
	padding-bottom: 4px;
}
.comnet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0099CC;
	float: right;
	margin-right: 40px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
