/* CSS Document */
*{
margin:0px;
padding:0px
}
img{
	border:0px;
	vertical-align: top;
}
html{
width:100%;
height:100%;
background-color:#FFFFFF
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtr #container {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #91BCE9;
	margin-bottom: 0%;
	margin-right: 0%;
	margin-left: 0;
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
	margin-top: 1%;
	border: 0;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-right-color: #990000;
	border-left-color: #990000;
	padding-top: 0px;
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 467px;
	width: 1200px;
	margin: auto;
	background-color: #CCC;
}
.oneColFixCtr #header {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 90px;
	width: 1200px;
	padding-top: 10px;
	margin: auto;
	background-color: #FFFFFF;
	text-align: center;
}
.oneColFixCtr #strip {
	padding: 0px;
	height: 5px;
	width: 100%;
	background-color: #CCC;
}
#apDiv1 {
	left:auto;
	top:149px;
	width:244px;
	height:550px;
	z-index:1;
}
.style2 {
	font-size: 11px;
	line-height: 1.4em;
	color: #006BAD;
}
.style4 {
	font-size: 10px;
	color: #666666;
}
.style5 {
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}
.style6 {font-size: 16px}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}
.blue_copy        {
	font-size: 12px;
	color: #666;
	line-height: 1.4em;
	font-family: Helvetica, "Gill Sans", Arial, sans-serif;
	font-weight: lighter;
	text-align: left;
	vertical-align: top;
}
.sml_grey {
	font-family: Helvetica, "Gill Sans", Arial, sans-serif;
	font-size: 8px;
	color: #666;
}
.blue_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #006BAD;
	font-weight: bold;
}
.sml_blue_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #006BAD;
	font-weight: normal;
}
.Nav {
	color: #FFF;
	font-family: Helvetica, "Gill Sans", Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	letter-spacing: 1px;
}

p {
padding: 0;
margin-top: 0;
margin-right: 0;
/*margin-bottom: 0.8em;*/
margin-left: 0;
}

#news-multiimage {
	float: left;
	width: 56px;
	padding: 5px 5px 0px 0px;
}
#gallery-multiimage {
	float: left;
	width: 56px;
	padding: 5px 5px 0px 0px;
}
#gallery-multiimage-80 {
	float: left;
	width: 80px;
	padding: 0px 10px 10px 0px;
}
#gallery-multiimage-90-li {
	float: left;
	width: 90px;
	padding: 0px 10px 10px 0px;
	font-size: 11px;
}
#gallery-multiimage-90-li img {
	padding-bottom: 5px;
	width: 80px;
}
#news-detail {
	margin: 0px;
	padding-right: 15px;
	height: 330px;
	overflow-y: auto;
}