.image-left {
	float: left;
	margin: 3px 10px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 10px;
}

#hotLinks {
	background: #efeec8;
	border: solid 2.5px #000000;
	width: 200px;
	font-size: 12px;
	padding-left: 3px;
	padding-right: 3px;
	float: right;
	margin-left: 10px;
	margin-top: 25px;
	white-space: nowrap;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
}

#updatingSite {
	background-color: #efeec8;
	text-align: center;
	width: 100%;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.u {
	text-decoration: underline;
}

#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

.clearer {
	clear: both;
}

#pageHeader {
	height: 100px;
	border-top: 3px solid;
	position: relative;
	width: 980px;
	margin: auto auto 0px auto;
	background-color: #8B2807;
	border-top-color: #40A5AA;
}

#pageHeader #grad {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 66px;
	overflow: hidden;
	z-index: 0;
}

#pageHeader #bar {
	position: absolute;
	left: 0;
	top: 150px;
	display: block;
	width: 100%;
	height: 25px;
	overflow: hidden;
	border-top: 1px solid;
}

#pageHeader #bar img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 23px;
}

#pageHeader img {
	position: absolute;
	left: 0;
	top: 0;
}

#pageHeader h1 {
	font-size: 2.2em;
	margin: 30px 0 10px 110px;
	letter-spacing: -1px;
	position: relative;
	z-index: 1;
	color: #FFFFFF;
	font-family: Times, "Times New Roman", Georgia, serif;
}

#pageHeader h2 {
	font-weight: normal;
	font-size: 1em;
	margin: 0 0 5px 110px;
	position: relative;
	z-index: 1;
	color: #AAAAAA;
}

#separator{
	height: 2px;
	background-color: #FFFFFF;
	width: 980px;
	margin: auto;
}

.search {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

#contentContainer {
	background-color: #FFFFFF;
	width: 980px;
	margin: 0px auto 2px auto;
}

#contentContainer #content {
	padding: 20px 20px 20px 20px;
	margin: auto;
}

#sidebarContainer {
	width: 250px;
	height: 100%;
	font-size: 13px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#sidebarContainer #sidebar {
	padding: 20px;
	background-color: #efeec8;
}

#sidebarContainer #sidebar a {
	color: #455E85;
}

#sidebarContainer .sideHeader,
#sidebarContainer h1,
#sidebarContainer h2,
#sidebarContainer h3,
#sidebarContainer h4 {
	font-weight: bold;
	border-bottom: 1px dashed;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom-color: #999999;
	color: #999999;
}

#sidebarContainer .sideHeader,
#sidebarContainer h1 {
	font-size: 1.4em;
}

#sidebarContainer h2 {
	font-size: 1.3em;
}

#sidebarContainer h3 {
	font-size: 1.2em;
}

#sidebarContainer h4 {
	font-size: 1.1em;
}

#sidebarContainer h5 {
	border-bottom-color: #B4B56A;
	color: #B4B56A;
}

#footer {
	padding: 15px 0;
	width: 980px;
	margin: auto;
	color: #AAAAAA;
	background-color: #8B2807;
}

#footer p {
	margin: 0;
	padding: 0 30px;
}

#footer a {
	color: #FFFFFF;
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
}

#clock { 	margin-left: 30px;}

.c {
	text-align: center;
	text-shadow: 33px;
}

.r {
	text-align: right;
}

.maHeader{
	text-decoration: underline;
	font-weight: bold;
	font-size: 22px;
	padding-bottom: 5px;
	text-align: center;
	margin-bottom: 15px;
}


.maTable {
	text-align: center;
	background-color: #efeec8;
	border: solid 1px;
	border-spacing: 0px;
}

.maTable td {
	border: outset 1px #FFFFFF;
	padding: 5px;
}

.maTable td:hover {
	border: inset 1px #FFFFFF;
}

.maTable th {
	border: solid 1px #000000;
	background-color: #FFFFFF;
	padding: 3px;
}

.maTable a {
	color: #FFFFFF;
	text-decoration: underline;
}

.maTable a:hover {
	color: #AA2807;
}
