.body {
	background-color: #002956;
	text-align: center;
	margin-top: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-left: 0px;

}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4f4f51;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.copylink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4f4f51;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.hometext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4f4f51;
	padding-top: 35px;
	padding-bottom: 12px;
	line-height: 18px;
	padding-left: 16px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4f4f51;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #1d6697;
	}
.headerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	color: #336699;
	}
A {
	color: #336699;
}
A:Hover {
	color: #000000;
}
.background
{
background-image: url(images/background.gif); background-repeat: repeat-x
}

#newsEvents .accTogglerOpen {
    width:100%;
	display: block;
	margin:  0;
	cursor:  pointer;
	font-size:17px; color:#1D5597; font-weight:bold; line-height:15px;
	padding-top:10px;
	padding-left:10px;
	padding-right:0px;
	padding-bottom:5px;
	border:1px solid #ffffff;
	background-color:#ffffff;
	background-image: url(images/close.jpg); background-repeat:no-repeat; background-position:right;
}
#newsEvents .accToggler {
    width:100%;
	display: block;
	margin:  0;
	cursor:  pointer;
	font-size:17px; color:#1D5597; font-weight:bold; line-height:15px;
	padding-top:10px;
	padding-left:10px;
	padding-right:0px;
	padding-bottom:5px;
	border:1px solid #ffffff;
	background-color:#ffffff;
	background-image: url(images/open.jpg); background-repeat:no-repeat; background-position:right;
}
.newsEventstext {
	padding-left:10px;
	padding-top:20px;
}
#OuterContainer {
	padding: 0;
	margin: 0 auto;
}

#Container {
	position: relative;
	height: 200px;
	width: 200px;
	margin: 0 auto;
	background-color: #dedede;
	border: 5px solid #ccc;
	font-size: 0px;
}

#Photo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

#Loading {
	height: 25%;
	width: 100%;
	position: absolute;
	top: 40%;
	left: 0%;
	text-align: center;
	z-index: 0;
	line-height: 0;
}
#LinkContainer {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	/* filter:alpha(opacity:80); /* Specify opacity for IE */
}

#PrevLink, #NextLink {
	cursor: pointer;
	width: 48%;
	height: 100%;
	background: transparent url(images/c.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#PrevLink span, #NextLink span { display: none; }

#PrevLink { left: 0; float: left; }
#NextLink { right: 0; float: right; }

/* background image for IE */
#PrevLink:hover, #PrevLink:visited:hover { background: url(images/prev_minus.gif) 5% 95% no-repeat; }
#NextLink:hover, #NextLink:visited:hover { background: url(images/next_plus.gif) 95% 95% no-repeat; }

/* backgroudn image for compliant browsers */
#LinkContainer>#PrevLink:hover, #LinkContainer>#PrevLink:visited:hover { background: url(images/prev_chevron.png) 5% 95% no-repeat; }
#LinkContainer>#NextLink:hover, #LinkContainer>#NextLink:visited:hover { background: url(images/next_chevron.png) 95% 95% no-repeat; }

#CaptionContainer {
	margin: 0 auto;
	width: 200px;
	text-align: left;
	background-color: #ccc;
	}

#CaptionContainer p {
	padding: 5px 10px 10px 10px;
	font-size: 11px;
}

#Counter {
	font-weight: bold;
	color: #999;
	padding-right: 5px;
}
#Masthead {
	height: 80px;
	background: transparent url(images/c.gif) center center no-repeat;
}
