﻿@charset "UTF-8";
html {
	min-height: 100%;
	height: auto;
}

body {
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.2em;
	font-size: 14px;
	background-image: url(titleprogress.jpg);
	background-repeat: repeat;
	background-position: center bottom;
	height: auto;
	}
td {
	padding: 6px;
	}
h1 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
	}
h2 {
	font-size: 18px;
	}
img {
	border: 0px;
	}
/* @group Body Menu */

.bodymenu dt{
	/*list-style-image: url(diamondbullet.gif);*/
	padding: 4px;
	margin: 0px;
	border-bottom: 1px dotted #555;
	cursor: pointer;
	}
	
.bodymenu {
	cursor: hand;
	width: 600px;

}
.bodymenu dl {
	margin: 0;
	}
.bodymenu dd {
	margin: 0;
	}
.bodymenu dt a { /* header items */
	text-decoration: none;
	border: none;
	}
.bodymenu a { /* <dd> = subitem styles */
	color: #000;
	text-decoration: none;
	display: block;
	}
.bodymenu li{
	padding: 4px 4px 4px 20px;
	/*-type: none;*/
	margin: 0px;
	border-bottom: 1px dotted #555;
	cursor: pointer;
	}
.bodymenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
hr {
	border: none;
	border-bottom: 1px dotted #555;
	background-color: none;
	height: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}

.thumblist ul {
}
.thumblist div {
	position: relative;
	height: 220px;
	left:  5px;
}
.thumblist img {
	position: relative;
	left: -10px;
	float: left;
}

.thumblist a {
	display: block;
}

.thumblist li:hover { /* <dd> = subitem styles */
	color: #000;
	text-decoration: none;
	display: block;
	background-color: #caeaf8;
	}
#footer {
	width: 1000px;
	font-size: 12px;
	}
/* @end */
.gallery li {
	float: left;
	display: block;
	}
.gallery ul {
	width: 600px;
	display: block;
	}
.gallery img {
	padding: 6px;
	border: 1px solid #ccc;
	margin: 6px;
	background: #fff;
	}
