body {
	FONT-FAMILY: Verdana, Geneva, Helvetica, Arial;
	FONT-SIZE: 10px;
	height: 100%;
	background: #E3EAF8 url(../images/blue-bg.gif);
}

TD {
	FONT-FAMILY: Verdana, Geneva,  Helvetica, Arial;
	FONT-SIZE: 10px;
}

INPUT {
	FONT-FAMILY: verdana, Geneva,  Helvetica, Arial;
	FONT-SIZE: 10px;
	MARGIN: 0px;
}

TEXTAREA {
	FONT-FAMILY: verdana, Geneva,  Helvetica, Arial;
	FONT-SIZE: 10px;
	MARGIN: 0px;
}

SELECT {
	FONT-FAMILY: verdana, Geneva,  Helvetica, Arial;
	FONT-SIZE: 10px;
	MARGIN: 0px;
}

A {
	COLOR: #000000;
	TEXT-DECORATION: none
}
A:active {
	COLOR: #000000;
	TEXT-DECORATION: underline;
}
A:hover {
	COLOR: #999999;
	TEXT-DECORATION: underline;
}

table.layout {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
}
table.layout td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.invisible {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: white;
	border-collapse: collapse;
	background-color: white;
}
table.invisible td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: white;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.white {
	background-color: #FFFFFF;
	border: 1px solid black;
}

h1 {
	margin-top: 0px;
       margin-bottom: 5px;
	FONT-SIZE: 12px;
	font-weight: bold;
}

.newsDate {
	position: relative;
	left: -3px;
	font-weight: bold;
	float: left;
}
.newsSubject {
	position: relative;
	font-weight: bold;
}
.newsDescription {
	position: relative;
	left: -3px;
}

#layout {
	margin: 1em auto; 
	padding: 0; 
	width: 100%; 
	text-align: left;
	background-color: white;
}

#newsContainer{
	width: 100%;
	padding: 0px;
	background: white;
	border-top: solid 1px #CCCCCC;
}

#menuContainer{
	width: 150px;
	padding: 5px;
	background: white; 
}

#contentContainer{
	text-align: left;
	float: left;
	padding: 0px;
}

#contentTable{
	text-align: left;
	float: left;
	width: 100%;
	padding: 5px;
	background: white; 
}

#bottomContainer{
	text-align: center;
	padding: 5px;
	background: white; 
	height: 90px;
}

#sideContainer{
	width: 120px;
	padding: 5px;
	background: white; 
}

#donationContainer{
	text-align: center;
	padding: 0px;
	background: white; 
}

#adContainerVertical{
	padding: 0px;
	background: white; 
}

#adContainerHorizontal{
	padding: 0px;
	background: white; 
}
