html, body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	background-color: #c1d9f4;
	font-family: 'Segoe UI', Arial, Verdana, Tahoma, Jemoeder;	
}
h1, h2, h3 { 
	color: #254e7c;
	margin: 5px 0px 5px 0px;	
	padding: 0px;
	font-family: 'Segoe UI', Arial, Verdana, Tahoma, Jemoeder;	
	font-weight: normal;
	font-size: 13pt;
}
h2 { font-size: 10pt;}
img { border: 0px; }
p { margin: 0px; padding: 0px; font-size: 9pt;}
a { color: #999; text-decoration: none; }

#container {
	width: 964px;
	background-image: url(../img/center.png);
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-image: url(../img/topcenter.png);	
	background-repeat: no-repeat;
}
#content {
	padding: 15px;	
	padding-top: 45px;
	
}
#footer {
	background-image: url(../img/footercenter.png);
	height: 32px;
	text-align: center;
	font-size: 7pt;
	color: #999;
}
#boxleft {
	width: 300px;
	float: left;
	height: 220px;
}
#boxright {
	float: right;
	width: 600px;
	border: 0px;
	
}
#boxright img,#boxright a {
	float: left;
}
#boxbelow {
	clear: both;
}
.welcometxt {
	font-style: italic;
}
.applicationtxt {
	clear: both;
	border: 1px solid #ccc;
	font-size: 10pt;
	background-color: #ffe;	
	background-image: url(../img/xkcdlogosmall.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 50px;
	height: 48px;
}
.applicationtxt a{}

.files {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: 1px solid #254e7c;
	width: 932px;
	height: 170px;
	overflow: auto;
}
.files li {
	float: left;
	width: 150px;
	height: 166px;
	margin: 2px;
	font-size: 8pt;
	text-align: center;
	vertical-align: bottom;
	overflow: hidden;
	color: #999;
}
.files li:hover {
	background-color: #eee;
	color: #000;
}
.files a {
	color: #999;
}
.files a:hover {
	color: #000;
}	
.files li small {
	color: #f00;
}
.files li span {
	display: block;
	height: 150px;
	
}

.filesList {
	display: block;
	margin: 0px;
	padding: 0px;	
	list-style: none;
	border: 1px solid #254e7c;
	width: 932px;	
	background-color: #fff;
	font-size: 9pt;
}
.filesList tr{	
	border-bottom: 1px solid #999;	
	padding: 0px;
	
}
.filesList td{
	padding: 0px;
}
.filesList td a:hover {
	color: #000;		
}
.filesList th {
	border-bottom: 2px solid #333;
	background-color: #ccc;	
	font-weight: normal;
	font-size: 10pt;
	padding: 0px;
}
.filesList .odd{
	background-color: #eee;
}
