body {
font-family:Georgia, serif;
font-size:11pt;
margin:.2in;
line-height:1.3em;
}

h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:20pt;
font-weight:bold;
color:black;
padding:5pt 0;
border-top:2px solid black;
border-bottom:1px solid black;
}

h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:14pt;
font-weight:bold;
margin-top:25pt;
margin-bottom:5pt;
color:black;
}

h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:11pt;
font-weight:bold;
margin-top:15pt;
margin-bottom:1pt;
color:black;
}

p, ul, ol, dl {
margin-top:0pt;
margin-bottom:10pt;
}

img {
border:none;
}

table {
font-size:100%;
margin-bottom:1.0em;
}
/* Main layout elements
============================================================ 
--------------------------------------------------------- */

#header, #sidebar, #main-nav, #crumbs, #footer, #cmstoolbar, #newline-signature {
	display:none;
}


#header-print {
	text-align:center;
}

#footer-print {
	width:auto;
	margin-top:0.3in;
	padding:0.1in;
	border-top:1px solid #002240;
	display:block;
	clear:both;
}


/* Footer Print
============================================================ 
--------------------------------------------------------- */

#footer-print address {
	width:40%;
	font-style:normal;
	float:left;
}

#footer-print p.communication {
	width:50%;
	float:left;
}

#footer-print p.copyright {
	font-size:90%;
	margin-top:0in;
	padding-top:0.1in;
	clear:both;
}

#footer-print p.powered-by {
	font-size:90%;
	margin-top:0.1in;
}

#footer-print p {
	color:#000;
	margin:0in;
	text-align:left;
}


/* Standard Widgets
		overriding of default styles for standards widgets
		(located at /cms/content/widgets/stylesheets/standard-widgets.css)
============================================================ 
--------------------------------------------------------- */


/* Custom Widgets
============================================================ 
--------------------------------------------------------- */



/* Other Content
		non-widget content styles
		(defined by classes and IDs directly in the content - through Textile)
		e.g. content snippet "Staff Profile": div.staff-profile ...
============================================================ 
--------------------------------------------------------- */

/* Basic listing table */

table.listing {
    border:1px solid #ddd;
    border-bottom:none;
    text-align:left;
}

table.listing th {
    font-weight:bold;
    padding:0.3em 0.75em;
    background-color:#eee;
    border-bottom:1px solid #ddd;
}

table.listing td {
    padding:0.3em 0.75em;
    border-bottom:1px solid #ddd;
}