body { margin-right: 0px; margin-left: 0px; margin-bottom: 0px; margin-top: 20px; 
font-family: Arial, Helvetica, sans-serif; font-size: 10pt; text-align: left; }

/* paragraph style */
p { text-align: left; font-size: 11pt; margin-left: 8px; padding-bottom: 1px; }
 .C { text-align: center; padding-bottom: 4px; }
 .R { text-align: right; }
 .sm {font-size: 9pt; margin-left: 0px; }
 .smL { text-align: left; font-size: 9pt; }
 .smR { text-align: right; font-size: 9pt; }
 .footer { text-align: center; font-size: 9pt; margin-top: 12px; } 
 .cap { text-align: center; color: white; font-size: 9pt; padding-bottom: 4px; }
 .capNavy { text-align: center; color: navy; font-size: 9pt; }
 
 /* color style */
 .G {color: #696969; font-weight: bold; }
 .navy { color: navy; }

 	/* These are styles for Containers */
 .container {
	width:100%;
	margin:0px;
	border: 10px solid gray;
	vertical-align: top;
	background: url("../images/bkg.gif"); ;
	}
.blockBox {
	margin-left: 20px;
	margin-right: 20px;
	float: left;
	text-align: justify;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: silver;
	padding: 6px;
}
.mainContent {
	margin-left: 10px;
	margin-right: 20px;
	float: right;
	padding: 6px;
}

	/* These are styles for Lists */
ul { list-style: square; padding: 0 4px; }
li { margin: 10px; padding-bottom: 3px;}

a.list:link, a.list:visited { 
font-size: 11pt;
font-weight: bold;
color: navy; 
}

ul.menuBlock {
	margin-left: 10px;
	margin-right: 5px;
	color: navy;
	text-align: justify;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: silver;
	list-style: square; padding: 0 10px
}
li.compact{
	list-style: square; padding-bottom: 2px; margin-left: 25px; font-size: 10pt; line-height: 10px;
}


/* These are styles for Headers */
h1 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 15pt; text-align: left; color: black; line-height: 20px; margin-left: 20px; }
h1.header { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 20pt; text-align: left; color: black; line-height: 26px; margin-left: 30px; padding-top: 20px; padding-bottom: 20px;  }
h2 { font-family: Arial, Helvetica, sans-serif; font-size: 13pt; margin-left: 20px; text-align: left; color: navy; }
h3 { font-family: Arial, Helvetica, sans-serif; font-size: 13pt; text-align: center; color: navy; }

/* These are BOX styles, or styles for TABLES */
td#pics { padding-left: 24px; padding-right: 24px; vertical-align: top; }
table#dashed	{
	background-color: gray;
	border-bottom: 3px dashed #000080;
	border-left: 3px dashed #000080;
	border-right: 3px dashed #000080;
	border-top: 3px dashed #000080;
	font-weight: normal;
	float: right;
}
table#border	{
border-left: 2px solid #000000;	
border-bottom: 2px solid #000000;	
border-right: 2px solid #000000;	
border-top: 2px solid #000000;
background: url("../images/bkg.gif");}
	

/* These are the DIVS */
div#bottomlinks { font: 10px Arial, Helvetica, Verdana, sans-serif; text-align: center; padding-top: 1em; color: #DCDCDC; }
div#footer { font: 10px Arial, Helvetica, Verdana, sans-serif; text-align: center; padding-top: 1em; color: black; }
div#listmenu ul {
	margin: 20px; padding: 0; width: 155px; list-style: none;
}
div#listmenu li {
	line-height: 20px;
	}

div#slide_show {
	float: left; 	width: 550; height: auto; 	padding: 20px;
		/* overflow: auto; */
	}	

/* These are the various hyperlink styles */	
a:link, a:visited { text-decoration : none; color: navy; font-size: 10pt; font-weight: bold; }
a:link.table, a:visited.table {color : gray; text-decoration : none; font-weight: bold; font-size: 10pt; padding-right: 8pt; }
a:hover { color: Maroon; text-decoration: none; }
a.menu, a:active.menu, a:link.menu, a:visited.menu {	
	font-weight: bold; color: #000000; margin-right: 20px; text-decoration: none;
}
