p {
	font-family: "times new roman", serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
   color: gray;

   margin-top: 4px;
   margin-left: 4px;
   margin-right: 4px;
   margin-bottom: 13px;
}

h1 {
	font-family: "times new roman", serif;
   font-size: 28px;
   font-weight: 100;
	color: #606060;

   border-bottom: 1px dotted gray;

   margin: 0px;
}

h2 {
	font-family: "times new roman", serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
   color: #404040;

   margin: 0px;
}

h3 {
	font-family: "times new roman", serif;
	font-size: 16px;
	font-weight: bold;
   color: gray;

   margin: 0px;

   border-top: 1px dotted gray;
}

body {
	background-color: white;
}

a {
	color: gray;
   text-decoration: none;
   font-weight: bold;
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
   color: #404040;
}

img {
	float: none;
	clear: both;
   border: 0;
}

#titleText {
	position: absolute;
   left: 1%;
   top: 5px;
   width: 98%;
   text-align: center;
}

#mainText {
	position: absolute;
   top: 48px;
   left: 140px;
	float: right;

	padding-left: 10px;
   margin-right: 10px;
   margin-bottom: 10px;

   border-left: 1px dotted gray;
}

#leftLinks {
	position: absolute;
   top: 48px;
   left: 8px;
	float: left;
   margin-left: 2px;
   padding-left: 2px;
   padding-right: 2px;
}

#titleImage {
	position: absolute;
   top: 13px;
   left: 45%;
	float: none;
}

.leftLinksP {
	margin-left: 5px;
   margin-right: 2px;
   margin-top: -2px;
   margin-bottom: 0px;

   font-family: "times new roman", serif;
	font-size: 16px;
	font-style: normal;
   color: gray;

   border-width: 0px;
}

.leftLinksA {
	font-weight: normal;
}

.textAndImages {
	float: none;
}

