body {
	background: url(../images/bkg-blue_01.gif) #161835  top center repeat-x;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}

#wrapper{
	width:982px;
	margin:auto;
	padding:0;
	text-align:left;}

#topnav{
	width:982px;
	height:46px;
	margin:0;
	padding:0;
	text-align:right;}

#banner{
	background: url(../images/images/pub-banner_05.jpg) top center no-repeat;
	width: 982px;
	height: 128px;
	margin:0;
	padding:0;}

#container{
	background:url(../images/images/pub-bkg_06.gif) top center repeat-y;
	width:973px;
	padding:0px 3px 0px 6px;
	float:left;
	margin:0;
	}

#menu{
	width:173px;
	float:left;
	margin:0;
	padding:0;}

#content{
	width:800px;
	float:right;
	margin:0;
	padding:0;
	}

#ticker{
	width:800px;
background-color:#000;
padding:3px 0px 3px 0px;
}

#copy-text{
	width:780px;
	padding:10px;
	margin:0;
}

#footer{
	width: 982px;
	height: 6px;
	background: url(../images/images/pub-footer_08.gif) top center no-repeat;
	clear:both;
}

/*TICKER STYLES*/
.tickercontainer { /* the outer div with the black border */
width: 800px; 
height: 35px; 
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
top: 4px;
width: 800px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 800px;
font: bold 20px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 20px Verdana;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 


/*--TEXT FORMATTING---*/
h1 {
	font-size: 20px;
	text-transform: uppercase;
	color: #3C3F63;
	letter-spacing: 1px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

#ticker a{
	color:#FFF;
	text-decoration:none;}
#eventtable{
	border-top: 2px solid #999999;
}

#eventtable td{
border-bottom: 2px solid #999999;
}


p {
	font-size: 12px;
	color: #333333;

}
.subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-variant: small-caps;
	text-transform: capitalize;
	letter-spacing: 2px;

}
ul {
	font-size: 12px;
	color: #333333;
}
#copy-text a {
	color: #464B9F;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: 464B9F;
}

.mice {
	font-size: 10px;
}

.style1 {  font-size: 15px;
  font-weight: bold;
}
.style2 {  font-size: 12px
}
