html {
    height: 100%;
}


body {
    height: 100%;
	font-family: "Sans serif", Verdana, Arial, helvetica, serif;
    font-size: 10px;
	text-align: center;
	padding: 0;
	margin: 0;
	background-color: #eaeae4;
	vertical-align: top;
    background: url(graphics/bg_tile.jpg);
}

#header {
	width: 945px;
}

#content {
	width: 945px;
    height: 1000px;
    text-align: left;
}

#contentTable td {
	width: 185px;
}

#banner {

}

.item {
	text-align: center;
	vertical-align: middle;
	height: 140px;
}

.lines {
	height: 12px;
	text-align: center;
}

.itemBlurb {
	vertical-align: top;
	text-align: left;
	height: 40px;
    padding-left: 2px;
	padding-bottom: 6px;
    width: 177px;
}

.listing {
    background: #e8eff7;
}

.rowA {
    background-color: #cdddec;
}

.rowB {
    background-color: #97b8d7;
    color: white;
}

select {
    border: 0px;
    font-size: .9em;
}

.bgGrey {
    padding: .6em;
    padding-top 0;
    background-color: #cecece;
    border-left: 2px solid #bebebe;
}

.colTitle {
    font-weight: bold;
    text-align: left;
}

.fieldTitle {
    font-weight: bold;
    text-align: left;
}

.aboutNews {
}

A.aboutNews:link {
    text-decoration: none;
    color: black;
    padding-left: 4px;
    font-size: 10px;
}

A.aboutNews:visited {
    text-decoration: none;
    color: black;
    padding-left: 4px;
    font-size: 10px;
}

.positive {
    background: url(graphics/tick.gif) center left no-repeat;
    padding-left: 20px;
    font-weight: bold;
    color: green;
}
.negative {
    background: url(graphics/cross.gif) center left no-repeat;
    padding-left: 20px;
    font-weight: bold;
    color: red;
}

.required {
    background: url(graphics/asterisk.gif) center right no-repeat;
}

select {
    font-size: 10px;
}

.widthener {
    margin: 0px;
    padding: 0px;
    height: 0px;
}
