﻿@import url("layout.css");
/* STANDARD STYLES SECTION */
h1 {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana;
	border: 1px #ffffff solid;
	font-weight: bold;
	font-size:small;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 2px 5px 2px 5px;
	background-color:#1E4173;
}
h2 {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana;
	font-weight: bold;
	font-size:small;
	text-decoration: none;
	color:#1E4173;
	padding: 0 5px 0 5px;

}
p {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana;
	color: #1E4173;
	font-size: small;
	padding: 0 5px 0 5px;
}
/* CUSTOM STYLES SECTION */
.clearboth {
	clear: both;
}
.WhiteText {
	color: #FFFFFF;
}
.center-align {
	text-align: center;
}
.left-align {
	text-align: left;
}
.right-align {
	text-align: right;
}
.no-decoration {
	text-decoration: none;
}
.no-border {
	border-width: 0px;
}

/* Styles for Footer */
.footer-hyperlink {
	color: #800000;
	font-size: x-small;
}
.footer-black-left {
	color: #000000;
	font-size: x-small;
	text-align: left;
}
.footer-black-center {
	color: #000000;
	font-size: x-small;
	text-align: center;
}
.footer-white-right {
	color: #FFFFFF;
	font-size: x-small;
	text-align: right;
}
.footer-lamarweb {
	color: #FFFFFF;
	font-size: x-small;
	text-align: right;
}
.footer-table {
	background-image: url('../images/GeotasBannerBackground.jpg');
	background-repeat: repeat-y;"	
}