/* CSS Document */

body {
margin: 0;
padding: 0;
height: 100%;
font-family: Tahoma,Arial,Helvetica,sans-serif;
font-size: 12px;
color: #333333;
background: url("images/page-pattern.gif");
border: 0px solid yellow;
text-align: center;
}

dd {
margin-bottom: 1.2em;
}
dt {
font-weight: bold;
}
li {
margin-bottom: 1.0em;
}
img{
border:0;
}

#wrapper {
border: 1px solid #000;
border-top: none;
width:760px;
margin: 39px auto 0;
padding: 0;
}
#pageheader {
background: url("images/top_bg.gif") center top repeat-y;
border-top: 1px solid black;
padding: 0px;
height:81px;
text-align: right;
}
#pagebody {
background: url("images/pagebackground.gif");
margin: 0;
padding: 20px;
overflow: auto;
text-align: left;
}

* html #pagebody { height: 1%; }

#dummynav {
	background: url("images/menu_bg.gif");
	border-bottom: 3px solid black;
	padding: 0 10px;
	white-space: nowrap;
	list-style: none;
	margin: 0;
	height: 20px;
	line-height: 20px;
	text-align: left;
}

a {
text-decoration:none;
}
a:hover {
text-decoration:underline;
}

a.navlink{
color: #ffffff;
}

.left-column {
  float: left;
  width: 130px;
}
.right-column {
  float: right;
  border-left: 1px solid #aaa;
  padding-left: 15px;
  width: 555px;
}

.newstitle {
	font-size: 12px;
	font-weight: bold;
}
