a:link { 
		color: #FF1900; 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
	}
a:visited {
		color: #FF1900;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
	}
a:hover {
		color: #FF2E00;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-decoration: underline;
	}
a:active {
		color: #FF1900;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
	}
a img {
	border: 0pt
	}
body {
		background-image: url(../indeximages/indexGradient.png); 
		background-repeat: repeat-x;
		color: black;
		font-size: 12px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background-color: #032041;
		background-attachment: scroll;
		text-align: center;
		overflow: auto;
		margin-top: 0;
		padding: 0;
	}
input.user {
		color: #fff;
		background-color: transparent;
		background-image: url(../indeximages/username.gif);
		background-repeat: no-repeat;
		background-position: left center;
		width: 116px;
		height: 25px;
		padding-top: 10px;
		padding-left: 8px;
		border-width: 0;
	}
input.pwd {
		color: #fff;
		font-weight: bold;
		padding-left: 8px;
		background: url(../indeximages/userpassword.gif) no-repeat left center;
		width: 114px;
		height: 25px;
		padding-top: 10px;
		border-width: 0;
	}
input.btn{
		/*color:#ffffff;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:100%;
		font-weight:bold;
		background-color:transparent;
		background-image: url(../indeximages/usergobtn.gif);
		margin: 0;
		padding-right: 2px;
		border:solid 0;
		outline-width: 0; */
	}
.smallWhiteText {
		color: #fff;
		font-size: 8pt;
		font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	}
.newsDivider {
		text-align: center;
	}
.adminLinkColor{
		color:#3d3d3d;
		font-size: 8pt;
		font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	}
.mainDiv{
		text-align:center;
		margin-right:auto;
		margin-left:auto;
	}
.newsTitleBig {
		font-size: 20px;
		font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
		font-weight: bold;
	}
.smallBlackText {
		color: #000;
		font-size: 10pt;
		font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	}
.latestblogentry {
		color: white;
		font-size: 12px;
		font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	}
.newsTitleMedium {
		text-align: center;
		font-size: 14px;
		font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
		font-weight: bold;
		color: #000000;
}
.alignLeft{
		text-align: left;
}
.alignRight{
		text-align: right;
		padding-right: 25px;
	}
.grayborder {
		text-align: left;
		padding: 8px;
		border: solid 2px #3d3d3d;
	}
h2 {
		font-size: 22px;
		font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
		font-weight: bold;
		text-align: center;
		margin: 12px 0;
	}
.newsDiv{
		/*background-image: url(../indeximages/newsUnderside.png); */
		background-repeat: repeat-x;
		background-color: #c0c9d2;
		border-style: solid;
		border-width: 1px;
		border-color: #3A5C75;
		padding: 7px;
		margin-bottom: 7px;
	}
div.newsHeaderTitle {
	background-image: url(../indeximages/newsBG.png); 
	color:#FFFFFF;
	font-size: 14px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	/*background-color: #3A5C75;*/
	padding: 2px;
}
div#rightalign{
	text-align: right;
	float:right;
}

/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold{
	text-align: left;
	position:relative; overflow:hidden;
	width:505px; height:345px; 
  z-index:100; 
	}
div#wn{
	text-align: left; 
	position:absolute; 
	left:0px; top:30px; 
	width:505px; height:320px; 
	clip:rect(0px, 505px, 525px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.content { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:1; 
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; left:0; top:0px;
  width:11px; height:240px; 
  font-size:1px; z-index:1;
  }
div#track { 
  position:absolute; left:0px; top:15px;
  width:11px; height:250px;
  background: url(../indeximages/track.gif) #336 repeat;
  z-index:1;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#ceced6;
  z-index:1;
  }  
div#up {
	position:absolute;
	right:0;
	top:0;
	z-index:2;
	}  
div#down {
	position:absolute;
	left:0;
	top:270px;
	z-index:3
	}