body {
	text-align: center;
	min-width: 740px;
  margin: 0px;
	background-color: Black;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* stops the vertical scrollbar disappearing in firefox on short pages and messing up alignment */
html {
  height: 100%;
	margin-bottom: 1px;
}

.navlink {text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
a:link.navlink  {color : #000000;}
a:visited.navlink  {color : #000000;}
a:active.navlink  {text-decoration: none;}
a:hover.navlink  {color : #990000;text-decoration: none;}

a:link {color: #73BAFF; text-decoration: none; }
a:active {color: #73BAFF; text-decoration: none; }
a:visited {color: #73BAFF; text-decoration: none; }
a:hover {color: #73BAFF; text-decoration: none; }

a:link.darkblue  {color : #0000FF;}
a:visited.darkblue  {color : #0000FF;}
a:active.darkblue  {color : #0000FF; text-decoration: none;}
a:hover.darkblue  {color : #0000FF; text-decoration: none;}


.x{
	color: #C7C7C7;
}

TABLE {
	background-color: #96BDC2;
}

.darkbackground {
	background-color: Black;
}

.navunderline {
  border-bottom: 2px solid gray;	
	background-color: #C7C7C7;
}

.lefttextblockheader {
	color:white;
	font-size:16px;
	font-weight: bold;
}

.lefttextboxtd {
	background-color: #C7C7C7;
} 

.lefttextboxdiv {
  text-align:left;
	min-height: 285px; 
  background-color: #96BDC2;
} 

.leftimageboxdiv {
  text-align: center;
	min-height: 285px; 
  background-color: #96BDC2;
} 

.subheading {
	font-size:18px;
  color:#FFFFFF;
	background-color: Black;
}

.subheadingdescription {
	color:white;
	background-color: Black;
}

.logo {
  /*color:#73BAFF;
	font-size:28px;
	letter-spacing: 12px; */
	min-height: 100%;
	border-bottom: 1px solid #73BAFF; 
	background-color: Black;
}

.footer {
	color:#73BAFF;
	background-color: Black;
	font-size:10px;
	letter-spacing: 1px;
	border-top: 1px solid #73BAFF;
}

.homepagetextblock {
  padding: 15px;
	text-align: justify;
}

.largelink {
  text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	cursor: pointer;
}
