#container  {
	position: static;
}

body {
  margin: 10px;
  padding: 10px;
  /*background-color:  #FFECBF;*/
}

#header {
  width: 1190px;
  height: 130px;
  
}
#leftcol {
  /*background-color:rgba(210,0,0,0.5);*/
  float: left;
  width: 200px;
  height: 500px;
  top:220px;
}
#content {
	/*background-color:rgba(206,197,189,0.5);*/
background-image: url("images/black.png");
  float: left;
  width: 824px;
  /*height: 500px;*/
  top:230px;
  left:230px;
  position:absolute;
  color: white;
}

a{
	white-space:nowrap;
}

.mainHeading  {			
	font-family:"Times New Roman", Times, serif;
	font-size: 46px;			
	color:  #00487D;
	
	text-align:center;
	background-image: url("images/banner.png");
	/*background-color:rgba(206,197,189,0.5);*/
}
.bodyLink 	{

	font-family: "Courier New", Courier, monospace;
	font-size: 16px;					
	color:  #000000;
	background:#FFFFFF;
}
.bodyLink A:hover {
	background:  #000000;
	color:#FFFFFF;
}
.subHeading	{
	font-family:"Times New Roman", Times, serif;
	font-size: 28px;			
	color:  #00487D;
	text-align:center;
}
.announcement{
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;			
	font-size: 28px;			
	color:  #000000;
	background:#FFFFFF;
	text-align:center;
	text-align:center;
}

.newsHeading	{
	font: bold 18px Times New Roman, Times, serif; color:#00487D;
	text-align:center;
}
	
.newsText	{
	font: 16px Times New Roman, Times, serif; color:#FF0000; background:#FFECBF; font-weight:bold;
	text-align:center;
}

.regularNewsText	{
	font: 16px Times New Roman, Times, serif; color:#000; background:#FFECBF; font-weight:bold;
	text-align:center;
}
.mainLinks
{/*background-color:rgba(225,34,34,0.75);*/
	background-image: url("images/white.png");
z-index:10;}

.mainLinks A:link {


text-decoration: none; color:#00487D; font: bold 18px Times New Roman, Times, serif;}
.mainLinks A:visited {text-decoration: none; color:#996699; font: bold 18px Times New Roman, Times, serif;}
.mainLinks A:active {text-decoration: none; color:#00487D; font: bold 18px Times New Roman, Times, serif;}
.mainLinks A:hover {
background-color: #000000;
text-decoration: none; color:#ffffff; font: bold 18px Times New Roman, Times, serif;}
/* Drop Down Menu heavily barrowed from http://www.howtocreate.co.uk/tutorials/testMenu.html*/
ul.makeMenu, ul.makeMenu ul { margin: 0px; padding: 0px; font: bold 18px Times New Roman, Times, serif; }

ul.makeMenu, ul.makeMenu ul { width: 200px; /*border: 1px solid #000; background-color: #8aa;*/ padding-left: 0px; cursor: default; margin-left: 0px; }
ul.makeMenu li { list-style-type: none; margin: 0px; position: relative; color: #fff; }
ul.makeMenu li > ul { display: none; position: absolute; top: 2px; left: 180px; /*background-color:rgba(225,34,34,0.75); */background-image: url("images/white.png");}
ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight { /*background-color: #ffa; color: #000;*/ color:#ffffff; background-color: #000000;z-index:10;}
ul.makeMenu ul.CSStoShow { display: block; }
ul.makeMenu li:hover > ul { display: block; }
ul.makeMenu li a { color: #fff; display: block; width: 100%; /*text-decoration: underline;*/ }
ul.makeMenu li a:hover {color:#ffffff; background-color: #000000;}
ul.makeMenu li:hover > a { color:#ffffff; background-color: #000000;}

ul.makeMenu *{ line-height: normal !important; } /* Take that custom style sheets*/



.normalLinks A:link {text-decoration: none; color:#00487D; font: bold 14px Times New Roman, Times, serif;}
.normalLinks A:visited {text-decoration: none; color:#996699; font: bold 14px  Times New Roman, Times, serif;}
.normalLinks A:active {text-decoration: none; color:#00487D; font: bold 14px  Times New Roman, Times, serif;}
.normalLinks A:hover {text-decoration: underline; color:#000066; font: bold 14px Times New Roman, Times, serif;}


