body
{
	background-color:#000000;
}

.top
{
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
	width:800;
	height:110;
}

.left
{
	background-image:url(images/tile.jpg);
	background-repeat:repeat-y;
	background-color:#ffffff;
	width:180;
	height:490
}

.main
{
	background-color:#ffffff;
	width:620;
	height:100%;
}

h2, h3
{
	text-align:center;
	background-color:#E8EEFA;
	width:100%;
	border:1px solid black;
	padding:2px;
}

h4, h5
{
	font-style:italic;
}

.content
{
	font-family:Arial;
	font-size:12;
	padding-top:10;
	padding-left:40;
	padding-right:40;
	padding-bottom:20;
}

.bob
{
	font-family:Arial;
	font-size:12;
}


a
{
	font-family:Arial;
	font-size:12;
	color:Black;
	text-decoration:none;
}

a:hover
{
	font-family:Arial;
	font-size:12;
	color:Black;
	text-decoration:underline;
}

a.legend
{
	color:Navy;
	padding-right:5px;
	text-decoration:none;
	font-weight:bolder;
}

a.legend:hover
{
	color:Navy;
	padding-right:5px;
	text-decoration:underline;
	font-weight:bolder;
}

legend
{
	color:Navy;
	padding-right:5px;
	font-weight:bolder;
}

fieldset
{
	padding-left:10px;	
}

.img
{ 
	border:1px #333 solid;
}