/* GENERAL STYLES */
/* PRINT CSS FOR HOME */

BODY {
	background: #FFFFFF;
	font: normal 62.5%/normal Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-align: left;
	padding: 0; margin: 0;
}
IMG {
	border: 0;
}
A,
A:link,
A:active,
A:visited,
A:hover {
	color: #000000;
	text-decoration: none;
}




/* HIDE ---------------------------------------------------------- */
DIV#header DIV#membership,
UL#navigation,
DIV#navigation,
DL#subnavigation,
DL#banner,
UL#footer {
	display: none;
}





/* PAGE CONTAINERS ---------------------------------------------------------- */
DIV#page {
	width: 100%;
	padding: 0; margin: 0;
}





/* HEADER ---------------------------------------------------------- */
DIV#header {
	width: 100%; height: 10mm;
	border-bottom: 0.25pt solid #333333;
	padding: 0 0 2mm 0; margin: 0;
}
DIV#header H1#branding {
	font-size: 18pt; font-weight: 22pt;
	line-height: normal;
	color: #000000;
	text-decoration: none;
	padding: 0; margin: 0;
}
DIV#header H1#branding A {
	color: #000000;
	text-decoration: none;
}





/* CONTENT ---------------------------------------------------------- */
DIV#content {
    clear: both;
	width: 100%;
	text-align: left;
    padding: 5mm 0; margin: 0;	
}
DIV#content H2 {
	font-size: 13pt; font-weight: bold;
	color: #000000;
    padding: 1mm 0; margin: 0;
}
DIV#content H3 {
	font-size: 13pt; font-weight: normal;
	color: #000000;
    padding: 1mm 0; margin: 0;
}
DIV#content H4 {
	font-size: 12pt; font-weight: bold;
	color: #000000;
    padding: 1mm 0; margin: 0;
}
DIV#content H5 {
	font-size: 12pt; font-weight: normal;
	color: #000000;
    padding: 1mm 0; margin: 0;
}
DIV#content H6 {
	font-size: 11pt; font-weight: bold;
	color: #000000;
    padding: 1mm 0; margin: 0;
}
DIV#content H2 STRONG,
DIV#content H3 STRONG,
DIV#content H4 STRONG,
DIV#content H5 STRONG,
DIV#content H6 STRONG,
DIV#content P STRONG {
	text-decoration: underline;
}
DIV#content P {
	font-size: 9pt; font-weight: normal;
	color: #000000;
    padding: 1mm 0; margin: 0;
}
DIV#content P STRONG {
	font-weight: normal;
	text-decoration: underline;
}
DIV#content UL {
	font-size: 9pt; font-weight: normal;
	list-style-type: square;
	list-style-position: inside;
    padding: 1mm 0; margin: 0;
}
DIV#content UL LI {
    padding: 0 0 0 5mm; margin: 0;
}
DIV#content OL {
	font-size: 9pt; font-weight: normal;
	list-style-type: decimal;
	list-style-position: inside;
    padding: 1mm 0; margin: 0;
}
DIV#content OL LI {
    padding: 0 0 0 5mm; margin: 0;
}
DIV#content DL {
	font-size: 9pt;
    padding: 1mm 0; margin: 0;	
}
DIV#content DL DT {
	font-weight: bold;
    padding: 0; margin: 0;	
}
DIV#content DL DD {
	font-weight: normal;
    padding: 0 0 0 5mm; margin: 0;
}




/* Rules ------------------------------------------------------------------ */
HR {
	display: none;
}
DIV.hr {
	clear: both;
	height: 1px;
	border-bottom: 1px solid #999;
	padding: 0; margin: 5px 0;
}

/* EDITOR PROPERTIES */

