body
{
background-color: #000000;
}

img
{
border-width: 0px;
}

table.maintable
{
height: 100%;
width: 750px;
border-width: 0px;
}

td.ltitleback
{
height: 94px;
width: 150px;
border-width: 0px;
background-color: #FF2A00;
background-image: url(./images/titlebackl.jpg);
background-repeat: repeat-x;
vertical-align: top;
text-align: left;
padding: 0px;
}

td.rtitleback
{
height: 94px;
border-width: 0px;
background-color: #FF2A00;
background-image: url(./images/titlebackr.jpg);
background-repeat: repeat-x;
vertical-align: top;
text-align: left;
padding: 0px;
}

td.navback
{
width: 150px;
background-color: #FFCC66;
background-image: url(./images/navback.jpg);
background-repeat: repeat-x;
border-width: 0px;
vertical-align: top;
text-align: left;
padding: 0px;
}

td.mainback
{
border-width: 0px;
background-color: #F4F5F0;
background-image: url(./images/mainback.jpg);
vertical-align: top;
text-align: left;
padding: 10px;
}

h1
{
font-family: times new roman;
font-size: 32px;
font-weight: bold; 
margin-top: 0px;
margin-bottom: 0px;
}

h2
{
font-family: times new roman;
font-size: 24px;
font-weight: bold; 
margin-top: 0px;
margin-bottom: 15px;
}

h3
{
font-family: times new roman;
font-size: 18px;
font-weight: bold;
margin-left: 5px;
margin-top: 5px;
margin-bottom: 0px;
}

p
{
font-family: times new roman;
font-size: 14px;
font-weight: normal;
text-decoration: none;
margin-left: 5px;
margin-top: 0px;
margin-bottom: 10px;
}

a
{
	font-family: times new roman;
	font-size: 14px;
	font-weight: bold;
}

a:link
{
	text-decoration: none;
	color: #000000;
}

a:visited
{
	text-decoration: none;
	color: #000000;
}

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

a:active
{
	text-decoration: underline;
	color: #000000;
}

/* The nav links at the side of every page */
.menu		   { font-size : 14px; color : #000000; font-family: times new roman; font-weight: normal;}
a.menu		   { text-decoration: none; color : #000000;  }
a.menu:visited { text-decoration: none; color : #000000; }
a.menu:hover   { text-decoration: underline; color : #000000; }