body {
	color: #404040;
}
table {
	margin: 10px;
}
td {
	padding: 5px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}
td a:link {
	color: #404040;
	text-decoration: underline;
}
td a:visited {
	color: #404040;
	text-decoration: underline;
}
td a:hover{
	color: #404040;
	text-decoration: underline;
}
#container {
	width: 750px;
	}
#headertop {
	margin: 0;
	width: 750px;
	height: 110px;
	background-image: url(images/header_top.png);
	background-repeat: no-repeat;
}
#headerbot {
	margin-top: 0px;
	width: 750px;
	height: 40px;
	background-image: url(images/header_bottom.png);
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 20px;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 5px;
}
#daterow {
	margin: 5px 0px 5px 0px;
	width: 750px;
	height: 32px;
	background-image: url(images/timebar.png);
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 8px;
	float: left;
}
.time {
	font-size: 11px;
	font-weight: bold;
	padding-right: 20px;
}
#column1 {
	float: left;
	clear: left;
	width: 150px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

/* menu */
#menutitle {
	background-image: url(images/menu_top.png);
	background-position: top left; 
	background-repeat: no-repeat;
	height: 30px;
	width: 150px;
	margin: 0;
	padding: 10px 0px 0px 10px;
	font-size: 16px;
}
.menuleft {
	line-height: normal;
	width: 150px;
	background-image: url(images/menu_mid.png);
}
.menuleft a {
	text-decoration: none;
	padding: 4px 0px 5px 13px;
	display: block;
	width: 130px;
	margin: 0px 0px 0px 5px;
	
}	
.menuleft a:link {
	background: url(images/menu.png) 0 -22px;
	background-repeat: no-repeat;
	text-decoration: none;
}
.menuleft a:visited {
	background: url(images/menu.png) 0 -22px;
	background-repeat: no-repeat;
	text-decoration: none;
}
.menuleft a:hover {
	background: url(images/menu.png) 0 0px;
	background-repeat: no-repeat;
	text-decoration: underline;
}
#menubot {
	height: 20px;
	width: 150px;
	margin: 0;
	background-image: url(images/menu_bottom.png);
	background-repeat: no-repeat;
}
#column2 {
	float: right;
	background-image: url(images/main_top.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 590px;
	text-align: left;
	margin-bottom: 0;
}

#column2 p,h1,h2,h3 {
	margin: 0;
	padding: 10px 15px 0px 15px;
}
#mainbot {
	margin-bottom: 5px;
	background-image: url(images/main_bottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 590px;
	height: 20px;
	float: right;
}
#footer {
	width: 590px;
	height: 32px;
	float: right;
	clear: both;
	background-image: url(images/footer_bg.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	font-size: 11px;
	padding-top: 10px;
	}
	
}
.headline {
	color: #404040;
	font-size: large;
	font-weight: normal;
	letter-spacing: 2px;
}
	   .cssBorder {
	   	BORDER-BOTTOM: black 1px solid;
	   	BORDER-LEFT: black 1px solid;
	   	BORDER-RIGHT: black 1px solid;
	   	BORDER-TOP: black 1px solid;
	   	PADDING-LEFT: 2px;
	   	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	   }
	   .smallbold {
	   	font-size: smaller;
	   	font-weight : bold;
	   }
	   .setwidth400
	   {
	   	
	   }
	   
	   .smalltext{
	   	font-size : smaller;
	   }
	   .margin15{
	   	margin-left : 15px;
	   }
	   .space{
	   	letter-spacing : 2px;
	   }

	   .white{
	   	color : #FFFFFF;
	   	background-color : #808080;
	   	font-weight : bold;
	   }
	   
	   .acm{
	   	color : blue;
	   	background-color : white;
	   }