body {
	background : url(./img/angDrag2.png) no-repeat top left ;
	background-color : #5F5F5C;
}

h1
{
	font-family:verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; 
	margin:0;
	font-size: 20px;
	font-weight: bold; 
	display: inline;
}
table.index
{	
	border: 0px;
	border-spacing: 0px;
	width: 90%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
td.nav
{
	background-image: url('./img/navButton.png');
	background-position: center left;
	background-repeat: no-repeat;
	height: 20px;
	border: none;
	text-align:left;
	padding-left: 25px;	
	font-family: "Trajan Pro", "Palatino Linotype", Courier;
}
td.nav:hover {
	/* background-image: url(./img/angDrag2.png); */
}
a.nav:link, a.nav:visited, a.nav:active
{
	color: white;
	text-decoration: none;
	font-family: Verdana;
}

a.nav:hover
{
	text-decoration: bold;
	color: E69200;
}
a:link, a:visited, a:active
{
	color: red;
	text-decoration:none;
}

a:hover
{
	text-decoration: bold;
	color : blue;
}
td.logo
{
	text-align : right;
}

td.maintext
{	
	background-image : url('./img/mainTextBack.png');
	padding-top : 10px;
	padding-bottom : 5px;
	padding-right : 15px;
	padding-left : 30px; 
	text-align : left;
	color : white;	
	border: 1px ;
	border-top: 0px;
	border-color: #999999;
	border-style: dashed;
	width:475px
}
 
td.maintitles
{
	background-image : url('./img/mainTitleBack.png');
	background-repeat: no-repeat;
	padding-right : 15px;
	padding-left : 40px;
	text-align : left;
	color : white;
	width: 475px
}

th.sidepanel
{
	background-repeat: repeat-y repeat-x;
	width : 300px;
	vertical-align: top;
}
