div.texthilite {
	border: solid 2px #999;
	padding: 3px;
	background: #CFF;
}
p.texthilite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #006998;
	text-decoration: none
	margin-left: 30px;
	margin-right: 30px;
	padding: 3px;
	background: #CFF;
}
/*
#announcements hr {
	display: inline;
}
*/

body {
  font-family: Arial, Helvetica, sans-serif;
  margin:0;
  padding: 0;
  /* putting in an image for the background could make the pages stand out */
  background: #fff; /* url("Images/notext/bg-body.gif") 0 0; */
  color:#000;
  text-align: center;
}

#outerpage {
  width:640px;
  margin:0 auto;
  margin-left: auto;
  margin-right: auto;
  }
#innerpage {
  background:#fff;
  float:left;
  width:604px;
  padding:0px;
  color:#000;
  }

.aboardhome h1 {
	display: none; /* keeps H1 (board name) from showing up on-screen */
}

#header {
	width: 100%; /* rel to innerpage */
}

#menustrip {
	/*float: left;*/
	width: 600px;
	margin:0 auto;
}

#content {
	float: left;
	width: 100%; /* rel to innerpage */
}

#content-sub {
	float: left;
	width: 80px;
}

#content-main {
	float: right;
	width: 518px;
	text-align: left;
}

#footer {
	float: left;
	width: 100%; /* rel to innerpage */
}
#footer-sub {
	float: left;
	width: 78px;
	border: dotted 1px #393;
}
#footer-main {
	float: left;
	width: 518px;
	text-align: left;
	border: dotted 1px #393;
}
#footer-img {
	float: left;
	width: 100%;
	height: 100px;
	text-align: left;
	border: dotted 1px #393;
}
#DebugPageChoice {
	float: right;
	border: dotted 1px #393;
}


.submenuoff 		{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10pt;
			font-weight: bold;
			color: #FFFFFF;
			text-decoration: underline;

			}

.submenuon 		{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10pt;
			font-weight: bold;
			color: #006C9A;
			text-decoration: underline;
			}

.linkboards 	{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10px;
			font-weight: bold;
			font-style: normal;
			line-height: normal;
			font-variant: normal;
			}

.text 		{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10pt;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			color: #006998;
			text-decoration: none
			} 

.subtitle 	{  
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 12pt; 
			font-style: normal; 
			font-weight: bold; 
			font-variant: normal; 
			color: #779CB5; 
			text-decoration: none; 
			text-transform: none; 
			line-height: normal
			}

.lonelink	{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10pt;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			text-decoration: underline; 
			}

a:link 		{
			text-decoration: underline; 
			color: #006998;
			} 

a:visited 	{
			color: #C52E41; text-decoration: underline;
			} 

a:hover		{
			color: #C52E41; text-decoration: none;
			} 

.title 
			{  
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 16px; 
			font-style: normal; 
			font-weight: bold; 
			font-variant: normal; 
			color: 006998; 
			text-decoration: none
			}

.subtitle2 		{  
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 10pt; 
			color: #000000; 
			text-decoration: none; 
			font-weight: bold; 
			line-height: normal; 
			font-variant: normal; 
			text-decoration: none
			}

.bullet 		{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10pt;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			color: 006998;
			list-style-image: url(../Images/notext/bullet.gif);
			}

.bulletsub		{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10pt;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			color: 006998;
			list-style-image: url(../Images/notext/bullet.gif);
			}
.bullettitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: 
		normal;
	font-weight: bold;
	font-variant: normal;
	color: 006998;
	list-style-image: url(../Images/notext/bullet.gif);
	list-style-position: inside;

}

.listnone {
	list-style-type: none;
	list-style-image: none;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	color: #000000;
}
.linktitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

