html, body, table, tr, td, div, span, li
{
	font-family:Arial;
	font-size:12px;
}

body
{
	margin:5px 0 0 0;
	padding:0;
	background-color:#DDDCF6;
}

table.main
{
	width:800px;
	border:1px solid #2C80D5;
	border-top:2px solid #1574D2;
	border-bottom:3px solid #1574D2;
	background-color:white;
}

td.header
{
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height:125px;
	padding:0 0 0 10px;
}

h1
{
	color:white;
	margin:0;
	font-family:Times New Roman;
	font-weight:normal;
	font-size:36px;
}







#nav-menu a {display: block;
	font-size: 1.1em;
	font-weight: bold;
	text-align:left;


	margin: 4px 0px;
	padding: 2px 2px;

	border-top: #CCCCCC 1px solid;
	border-right: #999999 1px solid;
	border-bottom: #999999 1px solid;
	border-left: #CCCCCC 1px solid;}
	




a:link { color:#0000cc;
text-decoration:underline 
} 
a:visited { color:#0000cc;
text-decoration:underline
 } 
 
 a:hover { color:#799dd1;
  text-decoration:underline
  } 


a.copyright:visited,
a.copyright:link,
a.copyright:active
{
	text-decoration:none;
	color:gray;
	font-size:12px;
}
a.copyright:hover
{
	color:black;
	background-color:efefef;
}





























