



/*		Related Links		*/

.lightnavheader
{
	margin-top: 10px;
	background-color: #333;
	color: #fff;
	padding: 3px 0px 3px 11px;
	font-weight: bold;
}

.relatedlinks
{
	border: solid 1px #333;
	padding: 10px;
	background-color: #fff8f0;
}

.relatedlinks a
{
	text-decoration: none;
}

.relatedlinks a:hover
{
	text-decoration: underline;
}




/*		SubSectionTwinColumn styling		*/

div.TwinColumnContainer
{
	float: left;
	width: 100%; /* needs specifying so that child columns get their width in FF */
}
div.ColumnLeft
{
	float: left;
	width: 48%;
}
div.ColumnRight
{
	float: right;
	width: 48%;
}
.sectionimages
{
	margin: 20px 0px;
	text-align: center;
	background-color: #eee;
	padding-top: 2px;
}
.sectionimages img
{
	width: 70px;
	height: 70px;
	margin: 0px 1px;
	border: 0; /* solid 1px #ccc; */
}

div.TwinColumnContainer a
{
	text-decoration: none;
}
div.TwinColumnContainer a:hover
{
	text-decoration: underline;
}

div.TwinColumnContainer p
{
	padding-left: 20px;
}




/*		Old site sections		*/

.sectioninfo
{
	width:180px;
	padding:5px,5px,5px,5px;
	float:left;
	color:#003399;
	text-decoration: none;
}
div.sectioninfo a
{
	text-decoration: none;
}
div.sectioninfo a:hover
{
	text-decoration: underline;
}
.sectionimage
{
	width:90px;
	padding:5px,5px,5px,5px; 
	float:left;
}
.sectiongroup
{
	width:560px;
	font-family:Arial,sans-serif;
	color:#003399;
	font-size:1em;	
}









/* download attachment styles (updated 11/10/2005) */
.attachment
{
	margin: 15px 0px 15px 0px;
	clear: both;
}
.attachment .attachicon
{
	margin: 0px 5px 10px 0px;
	width: 63px;
	height:80px;
	float: left;
}
.attachment .attachtext
{
	border-top: dashed 1px #cccccc;
	border-bottom: dashed 1px #cccccc;
	margin: 0px 0px 0px 68px;
	padding: 5px;
}
.attachment .attachtitle 
{
}
.attachment .attachtitle A
{
	/* font-weight: bold; */
}
.attachment .attachtitle A:hover
{
	text-decoration: underline;
}
.attachment .attachformat
{
	margin: 12px 0px 12px 0px;
}
.attachment .attachhelp
{
}
.attachment .attachclear
{
	clear:both
}





/*-------------------- A-Z style (updated 1/12/05) --------------------*/

.azindex
{
	margin: 5px 0px 15px 0px;
}

.azindex A 
{
	border-left: solid 1px #cccccc;
	padding: 0px 1px 0px 5px;
	text-decoration: none;
}
.listgrayheader
{
	color:#000000;
	font-weight:bold;
	background-color:#cccccc;
	padding:3px;
	margin-bottom:10px;
}
a.doclink, a:visited.doclink, a:hover.doclink
{
	font-size:0.9em;
	text-align:left;
	text-decoration:underline;
	color:#004B8C;
}
a.doclink2
{
	font-size:0.9em;
	text-align:left;
	text-decoration:none;
	color:#004B8C;
}
a:hover.doclink2
{
text-decoration:underline;
}
a:visited.doclink2
{
color:#800080;
}






/*------------------------------------------------*/
/* HEADLINES                                      */
/*------------------------------------------------*/

	.headline
	{
		border: 0px dashed black;
		clear: both;
		float: left;
		background-color: #ffffff;
		margin: 0px 0px 0px 0px; /* used to be 16px bottom */
		padding-bottom: 10px; /* used padding instead of margin for IE fix */
		width: 100%;
	}
	.headlineimage
	{
		float: left;
		margin: 0px 10px 0px 0px;
		width: 70px;
		height: 70px;
		border: 0; /* solid 1px #ccc; */
	}
	.headline h4
	{
		margin: 0px;
		padding: 0px 0px 4px 0px;
		font-size: 1em;
		/* font-size: 1.1em; (add a rule for the homepage?)
		font-weight: bold;
		text-align: left; */
	}
	.headline h4 A
	{
		text-decoration: none;
	}
	.headline h4 A:visited 
	{
		text-decoration: none;
	}	
	.headline h4 A:hover
	{
		text-decoration: underline;
	}
	.headlinetext
	{
		margin: 0px 0px 0px 90px;
	}
	.headline p
	{
		border: 0px solid red;
		display: inline; /* makes P behave in IE */
		margin: 0px;
		padding: 0px;
	}	
	




/* ---------------- DO WE STILL NEED/WANT THESE?? ------------------ */


/* AskUs */

.AskUsHeader
{
	color: #664400;
	font-weight: bold;
}

.AskUsBorder
{
	border-style: solid;
	border-width: 1px;
	border-color: #FF9966;
}

.AskUsColor
{
	color: #FF9966;
}

.AskUsBackgroundColor
{
	background-color: #FFcc99;
}

/* Lozza 6th February 2008 - Place To Be Proud Of*/
DIV.prouddiv
{
	padding: 10px;
	border: #eef 8px solid; 
}
DIV.prouddiv IMG
{
	float: right;
}
DIV.prouddiv IMG.additionallogo
{
	margin-right:10px;
	margin-left:10px;
}
DIV.prouddiv P
{
	clear: right; 
	margin:0px; 
	padding-top:20px
}
DIV.prouddiv SPAN.award
{
	font-weight: bold;
	font-size: 120%;
}
DIV.prouddiv SPAN.sponsored
{
	font-weight: bold;
	font-style: italic;
}


/* Election result */
.isElected { font-weight: bold; }






