@charset "UTF-8";
/* CSS Document */
html, body {
  height: 100%; /* Required */
  width:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color:#9A9A9A;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
}
#other-body {
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/bg_shadow_03.png);
	background-repeat: repeat-y;
	background-position: center top;
	width:100%;
  	min-height: 100%; /* For Modern Browsers */
  	height: auto !important; /* For Modern Browsers */
  	height: 100%; /* For IE */

}
*a {
	position:relative;
}
/*\*/
* html #other-body {
	width:780px;
	
	background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg_shadow_03.png',sizingMethod='scale');


}
#container {
  	width:730px;
	padding-left:25px;
	padding-right:25px;
	min-height: 100%; /* For Modern Browsers */
  	height: auto !important; /* For Modern Browsers */
  	height: 100%; /* For IE */
	margin-left:auto;
	margin-right:auto;
}
#header {

}
#menu{
margin-bottom:-3px;

}
.menu-img {
	margin-right:1px;

}

#underneath {
	height:33px;
	background-image: url(../images/underneath_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:1px;
	margin-bottom:8px;
}
#image-head {
	height:146px;
	margin-bottom:8px;

}
#content {
	padding-bottom:100px;
	background-image: url(../images/20years.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right:240px;
	line-height:16px;
	padding-left:8px;
	padding-top:8px;
	position:relative;
}
#links {
	width:200px;
	float:right;
	padding-top:20px;
	position:absolute;
	z-index:100;
	margin-left:540px;

}
#footer {
	font-size:10px;
	padding-top:4px;
	padding-bottom:50px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}
#footer-right {
	width:50%;
	float:right;
	text-align:right;

}
#footer-left {
	width:50%;
	float:left;

}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	margin-bottom:-10px;
}
.bluebold {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
a {
	color:#0000FF;
	text-decoration:none;

}
a:hover {
	text-decoration:underline;

}