@charset "utf-8";
/* CSS Document */
body {
	background-color: #c0bfc0;
	background-image: url(../images/image_background.gif);
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 10px;
}
#main {
	background-color: #FFFFFF;
	border: 1px solid #1d4586;
	width: 950px;
}
#sidebar {
	width: 200px;
}
#nav {
	width: 100%;
}
#nav td {
	border-bottom: 1px solid #c0bfc0;
	text-align: right;
}
#nav a {
	color: #1d4586;
	line-height: 20px;
	text-decoration: none;
}
#nav a:hover {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
#grey {
	background-color: #c0bfc0;
	color: #FFFFFF;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}
#grey a {
	color: #FFFFFF;
	text-decoration: none;
}
#grey a:hover {
	color: #999999;
	text-decoration: none;
}
#content {
	width: 748px;
}
.headerwelcome {
	background-color: #1d4586;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
}
.clock {
	background-color: #1d4586;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 20px;
	text-align: right;
}
.textheader {
	color: #1d4586;
	font-weight: bold;
}
#bottom {
	background-color: #1d4586;
	color: #FFFFFF;
	line-height: 20px;
	text-align: center;
	width: 180px;
}
#bottom a{
	color: #FFFFFF;
	text-decoration: none;
}
#bottom a:hover {
	color: #999999;
	text-decoration: none;
}
