body { font-family: Arial, Helvetica, sans-serif }

h1 { font-size:2em; }
h2 { font-size:1.75em; }
h3 { font-size:1.5em; }
h4 { font-size:1.25em; }
h5 { font-size:1em; }
h6 { font-size:.9em; }
table { font-size:1em;}

/* transition code above - remove after full implementation */


/* front page headline style */

ul#headlines li {
	list-style-image:url(/images/arrow-rt.gif);
	margin: .5em 0;
	width: 300px;
}

/* legacy, generic classes & ids from previous design */

	.poll,
	.table-newsletter  { font-size: 7pt }
	
	.cal-header,
	.table-side,
	.times,
	.table-footer,
	.calendar { font-size: 8pt }
	
	.cal-header {
		font-weight: bold;
		color: #ffffff;
	}
	
	.table-verdana { font-size: 9pt }
	
	.white { color: #FFFFFF }
	
	.toutpanel {
		background:#DADFEC;
		border:1px dotted #26387C;
		margin:0;
		padding:15px;
	}
	
	.toutpanel2	{
		background:#DADFEC;
		border:1px dashed #26387C;
		border-width:1px 0;
		margin:50px 0 0;
		padding:15px;
	}
	
	.toutpanel3	{
		background:#DADFEC;
		border:1px dashed #26387C;
		border-width:1px 0;
		margin:20px 0 0;
		padding:15px;
	}
	
	.toutpanel4	{
		background:#DADFEC;
		border:1px dashed #26387C;
		border-width:1px 0;
		margin:10px 0 0;
		padding:15px;
	}	
	
	
	/*these are used for padding & spacing <li>'s */
	
	.whitespace { padding: 8px }
		
	.whitespace2 { padding: 4px }
	
	.sublist {
		padding: 0px;
		margin-left: 15px;
		list-style-type: circle
	}
	
	/* these are the properties that format the newsletter items */
	
	.dark_tout	{
		background: #36478B; 
		color: white;
		border: 1px dotted #26387C; 
		margin: 50px 0 0 0; 
		padding: 15px 15px; 
		margin-top: 0; 
		}
	
	fieldset { 
		margin: 1em 0;
		border: 1px solid #E0E0E0; 
		padding: 5px;
		font-size: 8pt; 
	}
	
	fieldset legend { margin-left: 2px; }
	
	fieldset dl dt	{
		margin-left: 20px;
		padding: 0px;
	}
	fieldset dl dd	{
		margin: 0px;
		padding: 0px;
	}
	/*  end properties that format the newsletter items */
	
	/* this is a white property for formatting text in blue bars */
	
	.top_table {
		color: #FFFFFF;
		font-size: 9pt; 
		font-weight: bold;
		}
	
	/* start properties that format the newsletter items */
	
	.formfieldset	{
		border: 1px solid #26387C;
		padding: 10px;
		margin-bottom: 10px;
		width: 400px;
		}
	
	.formfieldset legend	{
		border: 1px solid #26387C;
		padding: 5px;
		font-weight: bold;
		background-color : #DADFEC;
		margin-bottom: 10px;
		}
	
	.formfieldset label	{
		float: left;
		width: 30%;
		margin-right: 5px;
		text-align: right;
		}
	/*  end properties that format the action alerts form */	
	
	.toutpanel-grey	{
		background: #F4F4F4; 
		border: 1px dashed #E0E0E0; 
		margin: 50px 0 0 0;
		padding: 15px 15px; 
		margin-top: 0;
		}
	
	
	.cal_border 
	{
		border-width: thin;
		border-color: #25377B;
		border-style: solid;
	}

	
	/* link styles */
	
	a:link, a:visited {
		color: #333399;
		text-decoration: underline;
	}
	
	a:hover, a:active {
		color: #993333;
		text-decoration: underline;
	}
	
	
	a.sbc_link:link, 
	a.sbc_link:visited, 
	a.sbc_link:hover,
	a.sbc_link:active { color: #ffffff }
	
	.side { font-size: 8pt }
	
	a.side { font-weight: bold }
	
	a.side:link,
	a.side:visited { color: #666699 }
	
	a.side:hover,
	a.side:active { color: #CC3333 }
	
	
	.crumbs { font-size: 7pt }
	
	a.crumbs { font-weight: bold }
	
	a.crumbs:link,
	a.crumbs:visited { color: #333399 }
	
	a.crumbs:hover,
	a.crumbs:active { color: #993333 }
	
div.actionalert {
	margin: 2em 0;
}

div.actionalert h5 {
	color: #ffffff;
	font-weight: 300;
	background-color:#333399;
	background-image: url(images/h5-actionalert-background.gif);
	background-repeat:no-repeat;
	margin:0;
	padding: 4px .5em;
}

div.actionalert ul li,
div.actionalert p {
	margin:0 0 0 1em;
	padding: .5em .5em;
	background: #eeeeee;
}

div.actionalert a {  }