body {
	background-color: #369;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin: 0px;
}

img {
        border: none;
}

#allcontent {
	background-color: #fc9;
	width: 800px;
	padding: 5px 0px;
	margin-left: auto;
	margin-right: auto;
	border: thin solid #000;
}

#buttons {
	float: left;
	margin-top: -18px;
}

#main {
	position: relative;
	background-color: #000;
	width: 606px;
	padding: 0px 5px;
	margin: auto;
	margin-top: 20px;
}

.homepic img{
        position: relative;
        left: 70px;
        padding: 10px;
}

.top {
	background-color: #000;
        font-weight: bold;
	font-size: 85%;
	color: #099;
	text-decoration: none;
}

#footer {
	background-color: #fc9;
	color: #222;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	padding: 1px;
	clear: both;
}

.title {
	font-weight: bold;
	font-size: 185%;
	text-align: center;
	color: #099;
	margin-bottom: 0px;
	margin-top: 5px;
	padding-top: 8px;
}

.thumbnails img {
    padding: 2px 2px;
}

#navbar {
	height: 30px;
	width: 100%;
	background-color: #000;
    text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
	white-space: nowrap;
}

#navbar .button {
	list-style-type: none;
	display: inline;
}

#navbar .button a {
	text-decoration: none;
	padding: 7px 10px;
	color: #fff;
}

#navbar .button a.spec:link,
#navbar .button a.spec:visited {
	color: #ddd;
}

#navbar .button a.spec:hover {
    color: #fff;
    background-color: #069;
    padding-top: 6px;
    padding-bottom: 6px;
}

#navbar .button a.spec1:link,
#navbar .button a.spec1:visited {
    color: #099;
}

.tooltitle {
    font-weight: bold;
    font-size: 150%;
    color: #a61940;
    margin: 5px;
    padding-top: 8px;
}

.tlist {
   font-weight: bold;
   font-size: 125%;
   color: #069;
}

.tooltitle img {
    padding: 5px;
    border: none;
}

.toolsectionlist {
    float: right;
    margin-right: 10px;
    font-size: 85%;
    border: thin solid #444;
    padding-right: 5px;
}

.toolsectionlist a {
    text-decoration: none;
}

.toolsectionlist a:link {
    color: #069;
}

.toolsectionlist a:visited {
    color: #a61940;
}

.toolsectionlist a:hover {
    color: #099;
}

table {
    width: 606px;
    border-collapse: collapse;
    line-height: 1.5em;
}

.tblhd {
    font-weight: bold;
}

.tblhd2 {
    text-align: center;
    font-weight: bold;
}

.alignright {
    text-align: right;
    
}

th {
    font-weight: bold;
    font-size: 150%;
    color: #a61940;
    text-align: left;
}

.cellcolor {
    background-color: #fc9;
}

.cellcolor2 {
    background-color: #ffc;
}