/* New Jersey Mayflower CSS */

body {
  	background-color: #003366; 
		margin-top: 0;
}

/* styles for Header.html */
div.header {
	color: black; 
	font-family: Times New Roman;
	font-size: small;
	text-align: center;
}
 
/* styles for Menu.html */
div.menu {
	position: absolute;
	width: 140px;
	/*	height: 200px; */
	z-index: 2; /* not sure if this is needed or desirable */
	/*	left: 10px; */
	top: 190px;
	background-color: #eeeeee;
}

div.menu_item {
	font-family: Times New Roman;
/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 16px;
/*	font-weight:bold;*/
/*	font-style: italic;*/
	text-align: center;
	text-decoration: none;
	background-color: #eeeeee;
	border-right:   double;
	border-right-color:  #990000;
	}

a.menu:link	{color: #0000ff; text-decoration: none;}
a.menu:visited {color: #0000ff;	text-decoration: none;}
a.menu:hover {color: #e10d0c; text-decoration: none; font-weight:bold}
a.menu:active {color:#cc0000; text-decoration: none;}

/* styles for Footer.html */
div.footer {
	color: black; 
	font-family: Times New Roman;
	font-size: small;
	text-align: center;
}


div.content {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
}	

p.content_title {
	color: #e10d0c;
	font-family: Monotype Corsiva, Times New Roman;
	font-style: italic;
	font-size: 36px;
	text-align:center;
}

p.content_subtitle1 {
	color: #e10d0c;
	font-family: Monotype Corsiva, Times New Roman;
	font-style: italic;
	font-size: 24px;
	text-align:center;
}

p.content_subtitle2 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:left;
}

p {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
}	

li {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
}

p.list {
	color: #993333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	text-align:left;
}	
	
div.contactus {
	position:absolute; 
	width: 600px; 
	height: 115px; 
	z-index: 3; /* not sure if this is needed or desirable */
	left: 188px; 
	top: 115px;
}

a:link     {color:#0000FF; text-decoration: none; }
a:visited  {color:0000FF; text-decoration: none;}
a:hover    {color:red; text-decoration: none;}
a:active   {color:#0000FF; text-decoration: none;}

a.content:link		{color:#0000FF}
a.content:visited	{color:#0000FF}
a.content:hover		{color:red}
a.content:active	{color:red}
