body
{
	font-size:12px;
	font-family:Verdana, Helvetica, sans-serif;
	margin:auto;
	background-image: url("../img/background2.jpg");
}

@media screen and (max-width: 600px) 
{
	#PopUpMessageBox #msg
	{
		width: 290px;
	}
}

#menu
{
	overflow-x: hidden;
	overflow-y: hidden;
	position: sticky;
	left:5px;
	background-color: #9fb9ba;
}
	
#menuList
{
	margin-left: 10px;
}

.parenthetical
{
	font-style: italic;
	font-size: 10pt;
}

a:link, a:visited
{
	color: blue;
	text-decoration: none;
}

a:hover
{
	color: red;
	cursor: pointer;	
	text-decoration: none;
}

#pageTitle
{
	border-width: 0px;
	padding: 0px;
}

.covers 
{
	padding: 20px;
	border: 5px;
	font-size: 16px;
	text-align: left;
}

.covers img
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 10px 10px 5px #114444;
}

#pageFooter
{
  background-color: black;
  color:white;
  font-size: 12px;
}

.footerLink
{
	color: lightblue;
}

.footerLink:hover
{
	color: red;
	font-weight: bold;
	cursor: pointer;
}


#contactPopUp
{
	z-index: 5;
	display: none;
	position: absolute;
	width: 400px;
	height: 600px;
	padding: 5px;
	border-style: solid; 
	border-radius: 15px;
	background-color: white;
	box-shadow: 10px 10px 5px #114444;
}

#contactPopUp td
{
	font-size: 14px;
	font-weight: normal;
}

#contactHeader
{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.h2b
{
	color: #11a1c1;
	font-size: 24pt;
	font-weight: bold;
}

.h2LightBlue
{
	font-size: 14pt;
	font-weight: bold;
	color: #1f95b9;
}

.jsLink
{
	font-weight: bold;
	text-decoration: none;
	font-size: 12pt;
	cursor: pointer;
} 

.jsLink:hover
{
	color: red;
	font-weight: bold;
	cursor: pointer;
}
 
.popLink
{
	color: #6495ED;
	font-weight: bold;
	cursor: pointer;
}

.popLink:hover
{
	color: red;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
} 

.popText
{
	display: none;
}

legend
{
	font-size: 12pt;
	font-weight: bold;
	color: #68078c;
}

fieldset
{
	background-color: #c8ffff;
}

.highlighted
{
	color: red;
}

.bold
{
	font-weight: bold;
}

.semibold
{
	font-weight: 500;
}

.extraBold
{
	font-weight: 900;
}

.font8pt
{
	font-size: 8pt;
}

.font10pt
{
	font-size: 10pt;
}

.font11pt
{
	font-size: 11pt;
}

.font12pt
{
	font-size: 12pt;
}

.font14pt
{
	font-size: 14pt;
}

.font16pt
{
	font-size: 16pt;
}

.font18pt
{
	font-size: 18pt;
}

.font24pt
{
	font-size: 24pt;
}

.font28pt
{
	font-size: 28pt;
}

.fontLightBlue
{
	color: #11a1c1;
}

.fontMedBlue
{
	color: #1566a5;
}

.centeredH2
{
	text-align: center;
	font-size: 18pt;
	color: #333333;
}

.leftH2
{
	text-align: left;
	font-size: 12pt;
	color: #444444;
}

.centeredH1
{
	text-align: center;
	font-size: 18pt;
	font-weight: bold;
	color: #333333;
	margin: auto;
}

.leftH1
{
	text-align: left;
	font-size: 22pt;
	font-weight: bold;
	color: #444444;
}

li.spaced
{
	margin: 0 0 10px 0;
}

.pointerCursor
{
	cursor: pointer;
}

div .centered
/* This is meant to be a child div for a parent that sets in-line elements as centered. */
{
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
	width: 85%; 
}


.leftCaret
{
	position: absolute;
	top: 85px;
	left: 00px;
	font-size: 20pt;
	height: 50px;
	width: 30px;
	cursor: pointer;
	color: black;
	z-index: 5;
	display: inline-block;
}

.leftCaret:hover
{
	color: red;
}

.rightCaret
{
	position: absolute;;
	top: 85px;
	right: 0px;
	font-size: 20pt;
	height: 50px;
	width: 30px;
	cursor: pointer;
	color: black;
	z-index: 5;
	display: inline-block;
}

.rightCaret:hover
{
	color: red;
}


#dropdownMenu
{
	position: fixed;
	top: 40px;
	left: 100px;
	width: 240px;
	height: 175px;
	background-color: white;
	z-index: 5;
	padding: 10px;
	border-radius: 15px;
	box-shadow: 2px 2px 10px 8px #CCC;
	display: none;
}

#topMenuToggle
{
	cursor: pointer;
}

