
body {line-height: 140%;}
li {padding-bottom: 3px;}
#subsidemenu					/* Establishes margin and padding for sub side menus on clean program pages */
{
	margin: 0px 0px 0px 15px;
	padding: 0;
}
.title									/*  Sets bg blue & text white for headers used in right side menu  */
{
	text-align: center;
	background: #ececec;
	color: #477d9a;
	font: bold 10pt Verdana,sans-serif;
	padding: 5px;
}
.month 									/*  Month headers for Events Calendar - sets text to blue and to background light blue with blue border */
{
	background: #C0D7E2;
	border: 1px solid #477D9A; 
	padding: 4px; 
	font-weight: bold; 
	color: #477D9A; 
}
.date									/* Centered blue 12pt text used for dates on old conferences and workshop page (conf/default.htm) */
{
	text-align: center;
	font: bold 12px Verdana,sans-serif;
	color: #477d9a;
}
td        								/* Aligns all cells to vertical top  */
{
	vertical-align: top;
}
.divider   								/* Dashed line used to divide events on old conferences and workshop page (conf/default.htm) */
{
 	border-bottom: 1px dashed #477D9A;
}
.event									/* Sets width for events to 250 with a padding of 5 on old conferences and workshop page (conf/default.htm) */
{
	width: 250px;
	padding: 5px;
}
div.sidetitle	                        /* Sets properties for side menu title */
{
	BACKGROUND-COLOR:#71A3BE;
	PADDING: 1px;
	COLOR: #fff;
	TEXT-ALIGN: center;
	FONT-WEIGHT: bold;
}
.btnLink	{							/* Establishes border and alignment for button-links in hurricane section */
	text-align: center;
	border: 1px solid #999;
	padding: 1px;
	font-size: 8pt;
	width: 15%;
}
a.lnk:link { 							/* Styles for Button links used on old conferences and workshop page (conf/default.htm) */
	color:#999;
	text-decoration:none;

    }
a.lnk:visited	       { 
	text-decoration:none;
    color: #666;
	}
a.lnk:hover { 
	color:#006699;
	text-decoration:underline;

    }
.guide_head								/* Header for Subject and Program columns on Citizen Services Reference Guide */
{
	background:#71a3be;
	padding: 2px; 
	border: 1px solid white;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	width: 40%;
}   
.guide_tel								/* Header for Telephone column on Citizen Services Reference Guide */
{
	background:#71a3be;
	padding: 1px 4px; 
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	width: 20%;
}  
H1.guide        		   				/* Header used in Citizen Service guide: sets blue with border under */
{
	color: #71a3be;
	font: bold 16px Verdana, sans-serif;
	border-bottom: 1px solid #71a3be;
}
H2.guide								/* Header used in Citizen Service guide: sets bg blue with white text - used as headers for columns in guide */
{
	background: #71a3be;
	color: #fff;
	font: bold 12px Arial, sans-serif;
	padding: 3px;
}
.box     			     				/* Creates blue border for 1/3 width table cell */
{
	padding: 3px;
	border: 1px solid #71a3be;
	width: 33%;
}
.pdf 
{
	font: 9px Verdana, sans-serif;
}

.header			                                   /* Sets blue outline, text & white background for headers */							
{
	PADDING: 3px;
	COLOR: #006699;
	BORDER: 1px solid #006699;
	FONT: bold 10pt Verdana, sans-serif;
}


.maincol2 	{
	width: 15%;			
	color : #000000;
	TEXT-ALIGN: right;
	VERTICAL-ALIGN: top;
	border: 1px solid #999; 
	padding: 8px 8px 5px 2px;
	margin-left: 10px;
	margin-bottom: 10px; 
	}
.caption2 {						
	FONT: italic 11px Times,serif;
	TEXT-ALIGN: left;
}