@charset "utf-8";
body {
	text-align: left;
	width: 900px;
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
a:link {
	text-decoration: none;
	color: #010066;
}
a:active {
	text-decoration: none;
	color: #010066;
}
a:visited {
	text-decoration: none;
	color: #010066;
}
a:hover {
	color: #010066;
	text-decoration: underline;
}

.oneColFixCtrHdr #header {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	color: #FFF;
	padding-bottom: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
	background-position: top;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #FFFFFF;
	font-size: 10px;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000000;
}

.menuBar {
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	list-style-type: disc;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(../images/banner-left2.jpg);
}
.menuBarTop {
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	list-style-type: disc;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.corner {
	background-image: url(../images/banner_corner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
}
.oneColFixCtrHdr #container #mainContent #topMenu .menuBar div a:link {
	top: 0px;
	left: 0px;
	position: fixed;
}
.mainContent {
	font-size: small;
	line-height: 22px;
	background-position: left;
}
.mainContent a:active {
	color: #010066;
	text-decoration: underline;
}
.mainContent a:link {
	color: #010066;
	text-decoration: underline;
}
.mainContent a:visited {
	color: #010066;
	text-decoration: underline;
}
.mainContent a:hover {
	text-decoration: underline;
}
.oneColFixCtrHdr #container #footer a {
	color: #000000;
}
.emphasis {font-size: 18px}

.quotation {
	font-size: 11px;
	font-style: italic;
	padding-right: 15px;
	padding-left: 15px;
	line-height: normal;
}
.indent {
	margin-left: 15px;
}
.largeFont {
	font-size: x-large;
}
.imageBorder {
	padding: 2px;
	border: 1px solid #000;
}

