body {
	font-family: Verdana;
	margin-top:20px; /* increase to have page float on background */
	padding: 0px; 
	font-size: 8pt;
	border:1px solid black;
	width:950px;
	margin-left:auto; margin-right:auto;
	position:relative;
}

.header {
	clear: both;    /* floating element below */
}

/* link styles */ 
a {
	text-decoration: underline; /* set to "none" to hide underlines on links */
}

a img {
	text-decoration: none; /* set to "none" to hide underlines on links */
}

a:link {
	color:#0000CC;
}

a:visited {
	color:#660000;
}

/* Note: hover selector should be last in order to take precedence in :visited AND :hover situation */
a:hover {
	color:#FF0000;
}

/* special link styles */
a.noHover:hover {
	background-color:transparent;	/* If you don't want images wrapped in <a> to have hover effect, make it <a class="noHover"> */
}

a:active {
	color: #FF3300;
}

#pageHeader {
	width: 950px; height:70px;
	margin-left:auto; margin-right:auto;
	border-bottom: 1px solid black;
	background-color: #6487DC;
	
}

#logolink	{
    display: block;
	height:70px;
	width:295px;
    background-image:url(images/bluelogo.jpg); background-repeat:no-repeat;
				 
}


#pageHeader div {

}

#pageHeader .right .utilities  {
	text-align: right;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-right:10px; padding-top:15px;

}

#pageHeader a:link {
	color: White;
}

#pageHeader a:visited {
	color: White;
}

#pageHeader a:hover {
   color:#CCCCFF;
}

/* note: Order is important. If ambiguous, last has precedence. */ 
#pageHeader .right .utilities  a:link {
	text-decoration: none; /* set to "none" to hide underlines on links */
}

#pageHeader .right .utilities  a:visited {
	text-decoration: none; /* set to "none" to hide underlines on links */
}

#pageHeader .right .utilities  a:hover {
	text-decoration: none; /* set to "none" to hide underlines on links */
}
#pageHeader .right .utilities  a:active {
	text-decoration: none; /* set to "none" to hide underlines on links */
}

#pageHeader .right .contactInformation{
	text-align: left;
	color:#000000;
	font-size: 8pt;
	padding:10px;
}


table#pageBody {
	width: 920px;
	height:100%;
	margin-left:auto; margin-right:auto;
	position:relative;
	padding-top:5px;
}

.bodyColumn {
	padding: 0px;
	text-align: left;
	width: 100%;
	
}


/* width of second body column: liquid width for content */
#pageBody col.main {
	width:auto;
}

#pageBody col.right {
	width: auto;						
}

/* some padding values for the core table in used page body */
table#pageBody tr td {
	padding-left: 0px;
	padding-right: 0px;
}

table#pageBody td.main {
	padding-left: 10px;			/* indent main topic content */
	padding-right: 10px;       /* and leave some space on the right */
}


table#pageBody td.pageNavigation {
	padding-right: 10px; /* and leave some space on the right */
}

.topicDivider {
	border-top: 1px solid #C0C0C0;
	height: 0.1em;
	font-size: 2pt;
	width:100%;
	}
	
	#topNav	{
	width:950px;
	padding-top:5px; padding-left:10px; padding-right:10px;
	margin-right:auto; margin-left:auto;

	}

	#pageFooter {
	margin-left:auto; margin-right:auto; margin-bottom:auto;
	position:relative;
	height:15px; width:950px; 
	margin-top:20px;
	padding-bottom:10px;
	background-color: #6487DC;
	}
