body
{
	background-color:rgb(100,100,100);
	font-family:arial;
	font-size:11pt;
}

a
{
	color:rgb(99,77,55);
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

div#banner
{
	width:900px;
	height:320px;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:25px;
	left:150px;
}

div#content
{
	width:900px;
	height:600px;
	position:absolute;
	top:345px;
	left:150px;
}

td#edge
{
	width:15px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
}

tr#footer
{
	width:900px;
	height:100px;
	background-image:url(images/bricks.jpg);
	background-repeat:repeat;
	font-size:8pt;
}

#nav 
{
	font-family:"arial black";
	font-size:14pt;
	color:#000000;
	textdecoration:none;
	position:absolute;
	top:250px;
	left:340px;
}

#nav a
{
color:#000000;
}

p
{
	margin:4px;
	text-align:justify;
}

h2
{
	font-family:'arial black';
	text-align:center;
	font-size:10pt;
	margin:5px;
}

td.title
{
	background-color:rgb(100,100,100);
	color:#ffffff;
	font-family:"arial black";
	text-align:center;
	height:40px;
}

td.subtitle1
{
	background-color:rgb(188,166,144);
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	line-height:40px;
}

td.subtitle2
{
	background-color:rgb(222,200,178);
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	line-height:40px;
}

div.text
{
	margin:20px;
}

tr.shade1
{
	background-color:rgb(188,166,144);
}

tr.shade2
{
	background-color:rgb(222,200,178);
}

