@charset "utf-8";
/* CSS Document */

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #6b6b6b;
	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 */
	/* background-color: #147dff; */
	background: #808080;
}

#container {
	width: 709px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bgbar.jpg);
	background-repeat: repeat-y;
}

#topheader {
	background-image: url(../images/topheader.jpg);
	background-repeat: no-repeat;
	height: 21px;
	text-align: right;
	padding-top: 7px;
	padding-right: 10px;
}

#header {
	height: 104px;
}

#news {
	background-image: url(../images/bgbar.jpg);
	background-repeat: repeat-y;
	text-align: right;
	padding-right: 40px;
}

#banner {
	background-image: url(../images/bgbar.jpg);
	background-repeat: repeat-y;
	height: 150px;
	padding-top: 10px;
	padding-left: 30px;
}

#main {
	background-image: url(../images/bgbar.jpg);
	background-repeat: repeat-y;
	padding-left: 40px;
	padding-right: 40px;
	min-height: 300px;
}

#video {
	margin-left: auto;
	margin-right: auto;
	width: 425px;
}

#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 26px;
	text-align: right;
	padding-right: 40px;
	padding-top: 3px;
	font-size: 11px;
}

#ipcfooter {
	font-size: 11px;
	background-image: url(../images/blankfooter.jpg);
	text-align: center;
	padding-bottom: 5px;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

p.nomargin {
	margin: 0px;
}

p.newsheading {
	font-weight: bold;
}

h1 {
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
}

td.h1 {
	font-size: 18px;
	font-weight: bold;	
}

ul {
	margin-bottom: 0px;
}

li {
	margin: 10px;
}

a:link {
	color: #6b6b6b;
	text-decoration: none;
}

a:visited {
	color: #6b6b6b;
	text-decoration: none;
}

a:active {
	color: #6b6b6b;
	text-decoration: none;
}

a:hover {
	color: #6b6b6b;
	text-decoration: underline;
}

a.imagelink:hover {
	color: #6b6b6b;
	text-decoration: none;
}