html {
  overflow: auto;  
}

BODY
{
  	overflow-Y: scroll;  
	overflow-x: auto;
	font-family: Georgia;
	font-size : 1.0em;
	color : #1a2c57;
	margin: 0px;
  padding: 0px;
}


A:link, a:visited	{	
	text-decoration:	underline;
	color: #37519B;
}	
		
	
A:hover	{	
	text-decoration:	none;
	color:	white;
	background : #3c5aaf;
	}

.content
{ 
	line-height : 1.2em;
	font-size  : 0.9em;
}
.copyright
{
	font-size : 0.7em;
	padding-bottom: 10px;
}


.topimg1
{
	
	background-image : url(../Images/top1.jpg);
}
.topimg3
{
	background-image : url(../Images/top3.jpg);
}
.topimg4
{
	background-image : url(../Images/top4.jpg);
}

.outside
{
	background-image: url(../Images/outback.gif);
	background-repeat :repeat;
}

.MainTitle
{
	font-size : 1.8em;
	font-weight : bolder;
	font-style:italic ;
	color : #c4cde7;
	position:relative;
	top : 15px;
	text-align:center;
	z-index: 1;
	
	
}
.SubTitle
{
	font-size : 1.2em;
	font-style: oblique ;
	font-weight : bolder;
	color:	#1a2c57;
	position:relative;
	text-align:center;
	z-index: 2;
}



.Menu
{
	color : 1a2c57;	
}
.MenuGroup
{
	cursor: pointer;
	cursor: hand;
	background-color: #1a2c57;
	width: 120px;
}

.MainItem 
{
	height:32px;
	cursor: hand;
	background-color: #1a2c57;
	color: white;
	text-align: center; 
	font-size : 0.9em;
	font-weight:bold;
}

.MainItemOver, .MainItemClicked
{
	height: 32px;
	cursor: hand;
	background-color: #3c5aaf;
	text-align: center; 
	color: white;
	font-size : 0.9em;
	font-weight:bold;
}

.MenuItem
{
	font-family: Georgia;
	font-size : 0.8em;
	cursor: pointer;
	cursor: hand;
	border-top: 1px solid #3c5aaf;
	text-align: left;
	color : white
	
}

.MenuItemOver, .MenuItemClicked
{
	font-family: Georgia;
	font-size : 0.8em;
	cursor: pointer;
	cursor: hand;
	border-top: 1px solid white;
	background-color: #3c5aaf;
	text-align: left;
	color : white;
}



.MenuItemToolTip
{
	background-color: #fffacd;
	border-style:solid;
	border-width:1px;
	border-color: black; 
	font-family: Georgia;
	padding: 3px;
	font-size:8pt;
	text-align: left;
}

form {
  padding: 0px;
	margin: 0px;
}
.form1 input, form1 textarea
{
	width: 300px;
}
.divFlashSub {
  width: 120px;
  height: 80px;
	float: left;
}
#flashSub {
  width: 240px;
}