﻿/* Authored by Tim Rauter October 2005 */



body {
margin: 30px auto;
background-color: #646464;
}

h1{
	color:white;
	padding: 0px;
}
h2{color:white;font-size:12px;}

td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #555555;
text-align: left;
}

a {
	color: #2681CA;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
a:link {
	text-decoration: none;
}


a:hover {
color:;
font-weight: bold;
text-decoration: underline;
}

p{
margin:0px;
padding:0px;	
	}


.title {
	font-size: 12px;
	font-weight: bold;
	color: #8A6F53;
}

.header {
height: 110px;
background-image: url(images/headerbg.gif);
background-repeat: no-repeat;
background-color: #646464;
}

.headerleft {
padding: 15px 0 0 15px;
}

.headerright {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
}

.mainbody {
background-image: url(images/mainbodybg.gif);
background-repeat: repeat-y;
background-color: #646464;
}

.mainleft {
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	
	
}

.dividervert {
background-image: url(images/divider_vert.gif);
background-repeat: repeat-y;
}

.mainright {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 5px;
	position: relative;
}

.footer {
height: 43px;
margin: 0;
background-image: url(images/footerbg.gif);
background-repeat: no-repeat;
background-color: #646464;
}

.footerleft {
	padding: 8px 0 0 35px;
	font size: 9px;
	color: #FFFFFF;
}
.footerright {
	text-align: right;
	padding: 8px 35px 0 0;
	font size: 9px;
	color: #FFFFFF;
}

.poweredBy {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #555555;
}
.datetime {
	font-size: 10px;
	color:#FFFFFF;
}

