@charset "utf-8";
body {
	color: #333;
	text-align: center;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 150%;
	background-color: #FFF;
}
#description {
	color: #FFF;
	text-align: right;
	font-size: .8em;
}
#container {
	text-align: left;
	width: 900px;
	position: relative;
	border: 1px solid #FFF;
	padding-bottom: 20px;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
	margin-top: 10px;
}
#header {
	border-bottom: 1px solid #999;
	padding-bottom: 4px;
}
#mainNavigation {
	margin-bottom: 40px;
}
#mainContent {
	border-bottom: 1px solid #FFF;
}
#aboutText {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
}

#sideNavigation {
	float: right;
	width: 157px;
}
#HGM {
	margin-right: 155px;
}



#IRM {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#footer1 {
	margin-top: auto;
}

#footer1 a {
	color: #C58F25;
	text-decoration: none;
}
#footer1 a:visited {
	color: #C58F25;
	text-decoration: none;
}
#footer1 a:hover {
	color: #C58F25;
	text-decoration: underline;
}





#footer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 4px;
	color: rgba(51,51,51,1);
	position: fixed;
	z-index: 999;
	top: auto;
	bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(153,153,153,1);
	padding-top: 4px;
	background-color: rgba(255,255,255,1);
}
#footer a {
	color: #333;
	text-decoration: none;
}
#footer a:visited {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	color: #C58F25;
	text-decoration: underline;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.BoldText {
	font-size: 0.9em;
	font-weight: bold;
	color: rgba(51,51,51,1);
}
a img {
	border-style: none;
}
a:focus {
	outline: none;
}
.FltLeft {
	float: left;
	margin-right: 17px;
	margin-bottom: 10px;
}
.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 45%;
	outline: none;
}
	
.Flt_Lft {
	float: left;
	margin-right: 12px;
}

.copywrite {
	font-size: 75%;
}
