﻿/* CSS layout */
body {
	margin: 0px;
	padding: 10;
}

#masthead {
	right: auto;
	left: auto;
	text-align: center;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: left top;
	border-top-style: none;
	border-top-width: thick;
	border-top-color: #FF0000;
	background-color: #000000;
}
#top_nav {
	border-top: thin none #000000;
	border-bottom: thick solid #000000;
	padding: 0px 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	background-color: #000000;
	margin-bottom: auto;
	color: #FFFFFF;
	border-left-style: none;
	border-left-width: thin;
	border-right-style: none;
	border-right-width: thin;
	background-repeat: repeat;
}
#container {
	min-width: 600px;
	text-indent: 50px;
}
#left_col {
	border-color: #000000;
	width: 150px;
	float: left;
	background-color: #000000;
	border-top-style: double;
	border-right-style: double;
	border-top-width: thin;
	border-right-width: thin;
	text-align: center;
}
#right_col {
	border-width: thin;
	padding: 15px;
	border-color: #FF0000;
	width: 140px;
	float: right;
	text-align: center;
	border-left-style: double;
	border-top-style: double;
}
#page_content {
	padding: 10px;
	margin-left: 170px;
	margin-right: 180px;
	background-color: #FFFFFF;
}
#footer {
	clear: both;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: x-small;
	text-align: center;
}
.contentHeading-Red {
	font-family: Pentip;
	text-decoration: underline;
	color: #FF0000;
	font-size: large;
	font-weight: bolder;
}
pmdHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bolder;
}
h1 {
}
h1 {
}
#rightColumn_notes {
	text-align: justify;
	margin: 10px;
	padding: 10px;
	float: left;
	clip: rect(auto, auto, auto, auto);
	position: relative;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 75px;
	height: 75px;
}
h1 {
}
.keywordbanner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
}
.smallMenuHyperlink {
	font-size: small;
	font-family: "Times New Roman";
}
.gototopofpageBookmark {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	float: right;
}
