/* 
dh 02/22/2005
dark blue #000080 RGB 0,0,128
 #00cc00
medium blue 
#6A8FC2;
#ff66ff;#ff0000;#663399;#00cc00

 modification history
	dh 12-2006 changes to conform to accent web site, green background color #8FC7C7 changed to #BBCCEE
	dh 12-2006 change to centercolumn
	dh 02-2007 take out width for default table
	dh 03-2010 add table spacing
*/
body
{
	/* fonts */
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
	/* placement */
	margin: 0px 0px 0px 0px;
}
a:link
{
	color: #000080;
	/*text-decoration : none;*/
}
a:visited
{
	color: #000080;
	/*text-decoration : none;*/
} 
a:active /* the current one */
{
	color: #000080;
	/*text-decoration : none;*/
}
h1
{
	font-size: 16px;
}
h2
{
	font-size: 15px;
}
h3
{
	font-size: 14px;
}
h4
{
	font-size: 13px;
}
/* DEFAULT TABLE */
table, tr, td
{
	font-size: 12px;
	text-align: left;
	/*width: 100%;*/
	border : 1px solid;
	border-style: solid;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
tr.accent, td.accent
{
	background-color: #BBCCEE;
	font-weight: bold;
	text-align: center;
	border : 1px solid;
	border-style : solid;
}
/* table no border for spacing */
table.spacing
{
	font-size: 12px;
	text-align: left;
	/*width: 100%;*/
	border-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
tr.spacing, td.spacing
{
	font-weight: bold;
	text-align: center;
	border-style : none;
}

table.forumTopic, tr.forumTopic, td.forumTopic
{
	font-size: 12px;
	text-align: left;
	/*width: 100%;*/
	border: 1px solid;
	padding: 3px 7px 3px 7px;
	margin: 0px 0px 0px 0px;
}

/* dh 12-2006 change left column to conform to accent
.bloc1           { float:left;
		 width : 180px;
		 height: 1500px;
		 padding-top: 15px;
		 padding-right: 5px;
		 border-width:0.02cm; 
		 border-style:none ;  
		 border-color:#E65000 } 	
*/
/* LEFT COLUMN */
#leftColumn
{
	float: left;
	width: 180px; 
	border-style:none ;
	margin-left: 5px; 
	margin-right: 10px; 
	padding-top: 15px;
	padding-right: 5px;
}
table.leftColumn
{
 	text-align: top;
	background-color: #EEEEEE;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	border-style: none;
}
tr.leftColumn, td.leftColumn
{
	background-color: #BBCCEE;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-style: none;
}
.orange 
{ 
	padding-left: 2px;
	text-decoration : none;
	font-size:9pt; font-weight:bold;
	font-family:Arial;color:#E65000
}

.leftNavHeader
{
	font-weight: normal;
	font-size: 11px;
	color: #000080;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-left: 7px;

}
ul.leftNav
{
	font-weight: normal;
	font-size: 10px;
	color: #000080;
	font-style: normal;
}
span.leftNav
{
	/* font styles */
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	color: #4A7A9C;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* CENTER COLUMN */
#centerColumn
{
	position : absolute;
	top : 0px;
	left: 220px; /* width of the left column */
	text-align: center;
	width: 580px;
	margin-left: 10px; 
	margin-right: 10px; 
	margin-top: 0px; 
}
.centerHeader /* header for this page */
{
	font-size: 16px;
	font-weight: bold;
	color: #000080;
	margin-bottom: 20px;
}

div.centerText
{
	font-size: 12px;
	color: #000080;
	font-weight: normal;
	text-align: left;
	margin-left: 20px;
	border: none;
}
div.centerTextLarge
{
	font-size: 14px;
	color: #000080;
	font-weight: bold;
	text-align: left;
	margin-left: 20px;
}
div.centerTextHome /* home has the background image */
{
	background-image:url(../images/backgroundMap.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	color: #000080;
	font-weight: bold;
}
.smallerTextHome
{
	font-size: 12px;
	color: #000080;
	font-weight: normal;
}

div.modDate
{
	font-size: 8px;
	position: relative;
	bottom: 0px;
	right: 0px;
}

/* if just one big center */
div.oneColumn
{
	padding: 20px;
	position: absolute;
	top: 0px;
}
h3.oneColumn
{
	text-align: center;
}
/* notice is red */
.notice
{
	color: #990033;
}
.noticeBig 
{
	font-size: 20px;
	color: #990033;
	font-weight: bold;
}

/* dark blue */
.drkBlue
{
	color: #000080;
}

/* dark Red */
.drkRed
{
	color: #990033;
}
