body
{
	background-color: #f5f5f5;
	font-family: "Arial";
	margin: 0 auto;
}

img
{
	max-height: 150px;
	max-width:	150px;
	width: auto;
	height: auto;
}

h1
{
	font-size: 20px;
	color: #050;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 16px;
}

h4
{
	font-size: 16px;
	font-weight: bold;
}

p
{
	font-size: 16px;
}

a
{
	text-decoration: none;
	color: #050;
}

a:hover 
{
	text-decoration: underline;
	color: #ff0000;
}

table
{
	margin-left	: 20px;
}

tr
{
	vertical-align: top;
}

td
{
	text-align: left;
	vertical-align: top;
	padding: 5px;
}

.imagedropshadow 
{
    padding: 5px;	
    border: solid 1px #ccc;
}

a:hover img.imagedropshadow 
{
    border: solid 1px #eee;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
        box-shadow: 1px 1px 5px #999;
}

.pageindex
{
	float: right;
	width: 350px;
}

.mainBody
{
	max-width: 800px;
	margin: 0 auto;
	width: auto;
}

.header
{
	background-image: url("header.jpg");
	width: 100%;
	height: 256px;
}

.footer
{
	background-image: url("footer.jpg");
	width: 100%;
	height: 256px;
}