body {
	font-family: 'Lucida Grande',Verdana, Arial, Geneva, Sans-serif;
	font-size: 100%;
	line-height: 1.5;
	max-width: 930px;
}

p,
.mainColumn ul li,
.mainColumn ol li,
.item p,
td {
	font-size:0.9em;
}

h3 {
	font-size:1.1em;
	color: maroon;
}

ul {
	margin-left:1em;
	padding-left:1em;
}

.pageHeading
{
	font-size: 1.4em;
	font-weight: bold;
	color: #01309C;
}

.largebold
{
	font-size: 1.2em;
	font-weight: bold;
}

.bodytext,
{
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 6px;
}

.mainColumn
{
	padding-left: 24px;
	padding-right: 30px;
	padding-top: 6px;
}

.rightColumn
{
	padding-left: 24px;
	margin-right: 24px;
	padding-top: 6px;
/*	font-size: 10px;  */
}

.pageHeading,
.pageHeading h2
{
	padding-top: 18px;
	padding-bottom: 12px;
	margin-top:0px;
	margin-bottom:0px;
}


/* FAQ Styles  */

.ans li {
	padding-bottom: 3px;
}
.ques {
	font-weight:bold;
	list-style: none;
	padding-top: 6px;
	color: maroon;
}

.ques p {
	padding-left: 	
}

.sec {
	padding: 0;
}

.newsItemBlurb {
	font-size:0.9em;

}

.newsItemCalloutBox
{
	float: right;
	width: 170px;
	padding: 0em 1em 1em 1em;
	color: black;
	border: solid silver 1px;
	border-width: 1px;
	background-color: #FFC;
	margin: 0 0 0 1em;
}

.newsItemCalloutBoxGrey
{
	float: right;
	width: 170px;
	padding: 0em 1em 1em 1em;
	color: black;
	border: solid silver 1px;
	border-width: 1px;
	background-color: silver;
	margin: 0 0 0 1em;
}

.newsItemCalloutBox > .newsItem,
.newsItemCalloutBox > p,
.newsItemCalloutBoxGrey > .newsItem,
.newsItemCalloutBoxGrey > p {  }

.newsItemFooter { font-size:0.8em; margin-top:3px;}

.newsItemCalloutBox > .newsItemHead,
.newsItemCalloutBoxGrey > .newsItemHead { font-size:1em;}

.newsItemCalloutBox ul,
.newsItemCalloutBoxGrey ul {
	margin-left: 0px;
	}
	
.newsItemCalloutBox ul li,
.newsItemCalloutBoxGrey ul li {
	list-style: none;
	}
	
.newsItemHead
{
	font-weight: bold;
	font-size:1.1em;
	color: maroon;
	margin-top: 12px;
	margin-bottom: 6px;
}

.sectionHead
{
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 6px;
}

.rightcolumn.newsItem {  }

.rightcolumn.newsItemHead
{
	font-weight: bold;
	color: red;
	margin-top: 12px;
	margin-bottom: 6px;
}

.letterbox
{
	padding: 12px;
	margin: 15px;
	border: 1px #E8CA8A solid;
	background-color: #FFC;
	width: 90%;
}

.minimaltable { 
	background:#a1a5a9;
	}
	
.minimaltable .shaded
{
	background:#e2e2e2;
}

.minimaltable TR
{
	background:#ffffff;
	vertical-align: top;
}

#calTable
{
	/*	float:right;  */
	border-color: silver;
	border-width: 1px;
	border-style: solid;
	font-size: 0.8em;
	/*	margin: 0 0 12px 12px;
	padding: 3; */
	width: 220px;
}

#calHeader
{
	background-color: silver;
	font-weight: bold;
	font-size: 0.9em;
}

.calRow { vertical-align: top; }
.calDate { width: 20px; }

.callOutBox
{
	padding: 15px 15px 15px 15px;
	margin: 25px 25px 25px 25px;
	background: #FFF6C5;
	border: 1px #E8CA8A solid;
}

.callOutBoxWide
{
	padding: 15px 15px 15px 15px;
/*	margin: 25px 25px 25px 25px;  */
	background: #FFF6C5;
	border: 1px #E8CA8A solid;
}

.qlBox
{
	float: right;
	width: 190px;
	border-color: silver;
	border-width: 1px;
	border-style: dotted;
	margin: 0 0 0 12px;
	padding: 6px;
}

.box-round-six {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.sidebartext
{
	font-size: 0.9em;
	margin-left: 15px;
}

TABLE.compactTable { font-size: 0.9em; }

table td { /* font-size:12px; */}

table.rowborders td {
	border-bottom:1px solid gray;
}

table.rowborders td {
	padding-bottom:6px;
}

#button {
         width: 150px;
         padding: 0 0 0 0;
         margin-bottom: 1em;
         font-family: 'Lucida Grande',Verdana, Arial, sans-serif;
         font-size: 10px;
/*         background-color: #6666FF;  */
         color: #333;
         } 

#buttontitle {
		padding-left: 15px;
		padding-top: 5px;
		padding-bottom:5px;
		font-weight: bold;
		width: auto;
		background-color: silver;
		}

#button ul {
        list-style: none;
        margin: 0;
        padding: 0;
        border: none;
        border-top: 2px solid black;
        }
#button li {
		border-bottom: 1px solid #90bade;
		margin: 0;
		}
#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #1958b7;
/*		background-color: #6666FF;  */
		color: #000;
		text-decoration: none;
		width: 100%;
		}
html>body #button li a {
		width: auto;
		}
#button li a:hover {
		border-left: 10px solid #1c64d1;
		background-color: silver;    
		font-weight: bold;
		} 
		
#button2 {
        border-top: 2px solid silver;
         width: 150px;
         padding: 0 0 0 0;
         margin-bottom: 1em;
         font-family: 'Lucida Grande',Verdana, Arial, sans-serif;
         font-size: 10px;
		 background-color: white;
         color: #000;
         } 
#button2 ul {
        list-style: none;
        margin: 0;
        padding: 0;

        }
#button2 li {
		border-bottom: 1px solid #90bade;
		margin: 0;

		}

#buttontitle2 {
		border-top: 1px solid black;
		padding-left: 15px;
		padding-top: 5px;
		padding-bottom:5px;
		font-weight: bold;
		width: auto;
		background-color: silver;
		}

			
#button2 li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid white;
		border-bottom: none;
		color: #000;
		text-decoration: none;
		width: 100%;

}
	
html>body #button2 li a {
		width: auto;
		}
		

#button2 li a:hover {
		border-left: 10px solid silver;
		font-weight: bold;
		} 
		
/*  Character styles  */
.hilite
{
	background: #FFFF00;
	padding: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.whiteText { color: white; }

.hierarchy
{
	font-size: 9px;
	text-align: right;
	padding-right: 24px;
	text-decoration: none;
}

.hierarchyleft
{
	font-size: 10px;
	padding-right: 24px;
	text-decoration: none;
}

.moreLink
{
	font-size: 9px;
	text-decoration: none;
	font-style: italic;
}

.skiplinks { display: none; }

.pagefooter
{
	font-size: 9px;
	color: #666666;
	font-family: Verdana, Arial, Geneva, Sans-serif;
	margin: 24px 3px 3px 3px;
	text-align: center;
	border-top:1px solid silver;
}

#tabnav
	{
		height: 20px;
		margin: 0;
		padding-left: 10px;
		background: url(/images/tab_bottom.gif) repeat-x bottom;
	}

#tabnav ul, #tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
	{
		float: left;
		background: #ccc;
		font-size: 10px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 6px 2px 6px;
		margin-right: 4px;
		border: 1px solid #ccc;
		text-decoration: none;
		color: #666;
	}

#tabnav a:link.active, #tabnav a:visited.active
	{
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #000;
	}

#tabnav a:hover {
		background: #fff;
	}

