/* CSS Document */

body{
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}

p{
}

h1{
	font-size: 16pt;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: double;
	border-top-color: #000000;
	border-bottom-color: #000000;
	padding: .2em;
}

h2{
	font-size: 14pt;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding: .1em;
	font-weight: bold;

}

h3{
	font-size: 12pt;
	font-weight: bold;
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}


#mainLayout{

	width: 6.5in;
}

#toplinks {
   display:  none;
}

#titleHolder {
	float: left;
	font-weight: bold;
	font-size: 36px;
	width: 6.5in;
	color: #000000;
}

#displayDate {
	height: 20px;
	width: 6.5in;
	font-size: 10px;
	background-position: center;
}
#search{
   display: none;
}



#contentHolder{
	width: 6.5in;
	border: 1px solid #000000;
}

#contentHolder:after   { 
   content: "."; 
   display: block; 
   height: 100%; 
   clear: both; 
   visibility: hidden; 
   font-size: 1ex; 
   margin: -3ex; 
   } 

#breadCrumbs{
	display: none;
}

#leftContent{
	display: none;
}

#mainContent{
	background-color: #FFFFFF;
	width: 6.5in;
	padding: 1pt;
	border: 1px solid #000000;

}

#footer{
	display: none;
	
}
.leftPicture{
    margin: 2pt;
	float: left;
	border: 1px solid #000000;
}

.centerPicture{
     margin: 2pt auto;
	border: 1px solid #000000;
}

.rightPicture{
	margin: 2pt;
	float: right;
	border: 1px solid #000000;
}

.menu{
}

.menu a, .menu a:visited{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #005900;
	width: 400px;
	padding: .2em;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.menu a:hover{
	color: #005900;
	background-color: #E9E9E9;
}

.style1 {font-size: x-small}

