@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #333;
}


.container {
	width:862px;
	margin:auto;

}

.leftmenu {
	width:215px;
	background-color:#027daa;
	float:left;
	height: 293px;
	border-bottom-width: 9px;
	border-bottom-style: solid;
	border-bottom-color: #1DBDFA;
}

.leftmenucontent {
	padding:22px;
}

.leftmenucontent a {
	color:#FFF;
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	display: block;
}

.leftmenucontent a {
	text-decoration:none;
}

.leftmenucontent a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F90;	
}


.clear {
	clear:both;
}

.header {
	width:641px;
	background-image:url(images/daily-time-software.gif);
	background-repeat:no-repeat;
	float:left;
	margin-left: 3px;
	height: 293px;
	border-bottom-width: 9px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.headerheading {
	padding-top:230px;
	padding-left: 37px;
}

.headerheading h1 {
	color:#F60;
	padding:0px;
	margin:0px;
	font-size: 22px;
}

.headerheading h2 {
	font-size:14px;
	padding:0px;
	margin:0px;
}

.content {
	padding:8px;
}

.content h1 {
	padding:0px;
	margin:0px;
	font-size:18px;
	color:#FFF;
	background-color: #666;
	padding:6px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FC0;
}


.footer {
	background-color:#ececec;
	padding:9px;
}

.footer a {
	color:#666;
	text-decoration:none;
}

.highlight {
	background-color:#FFFBEC;
	border: 1px double #F90;
	padding: 9px;
}





.footertext {
	font-size:12px;
}

.center {
	text-align:center;
}
