HTML BODY {
	background-color: #A0A0A3;
	margin: 0;
	padding: 0;
}
TABLE TR TD { vertical-align: top; }
HR {
	color: #424B73;
	width: 85%;
	height: 1px;
}
A {
	color: #CF1D24;
	text-decoration: none;
}
A:visited {
	color: #CF1D24;
	text-decoration: none;
}
A:hover {
	color: #CF1D24;
	text-decoration: underline;
}



.main {
	background-color: #fff;
	background-image: url('../images/logo_rowcouncil.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top;
	border: 1px solid black;
	border-collapase: collapse;
	width: 760;
	margin: 0;
	padding: 0;
	vertical-align: top;
}



.button {
	background-image: url('../images/button.gif');
	background-repeat: no-repeat;
	background-position: left;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	text-align: left middle;
	color: white;
	width: 130;
	height: 18;
	cursor: hand;
}
.button A {
	color: white;
	text-decoration: none;
}

.button A:visited {
	color: white;
	text-decoration: none;
}
.button A:hover {
	color: white;
	text-decoration: underline;
}



.nav {
	background-color: #002E5B;
	font-family: Arial;
	font-size: 12px;
	font-weight: bolder;
	text-align: left top;
	color: white;
	padding: 10 0 0 15;
}
.nav A {
	color: white;
	text-decoration: none;
}
.nav A:visited {
	color: white;
	text-decoration: none;
}
.nav A:hover {
	color: white;
	text-decoration: underline;
}



.bulletin {
	background-image: url('../images/bg-bulletin.gif');
	background-repeat: repeat-y;
	background-color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	color: #424B73;
	text-align: left top;
	padding: 10 20 10 20;
}

.bulletin-top {
	background-image: url('../images/bg-bulletin-top.gif');
	height: 6px;
}
.bulletin-bot {
	background-image: url('../images/bg-bulletin-bot.gif');
	height: 22px;
}



.content {
	/*
	background-image: url('../images/bg-content.gif');
	background-repeat: repeat-y;
	background-color: #ffffff;
	*/
	font-family: Arial;
	font-size: 12px;
	color: #424B73;
	text-align: left top;
	padding: 10 20 10 20;
}
.content td,select {
	font-family: Arial;
	font-size: 12px;
	color: #424B73;
	text-align: left top;
	padding: 0;
}




.news {
	background-image: url('../images/bg-news.gif');
	background-repeat: repeat-y;
	background-color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	color: #424B73;
	text-align: left top;
	padding: 5 5 5 15;
}



.copy {
	background-color: #CF1D24;
	font-family: Helvetica, Arial, Times;
	font-size: 10px;
	font-weight: normal;
	color: white;
	text-align: center;
	padding: 2 0 2 0;
	text-transform: uppercase;
}



.txt-grey {
	color: #4C4C4E;
}
.txt-grey-upper {
	color: #4c4c4e;
	font-variant: small-caps;
}



.title-red {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #CC3333;
	line-height: 200%;
}	
.title-red-italic {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #CC3333;
	line-height: 200%;
	font-style: italic;
}



.title-blue {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #424B73;
	line-height: 200%;
}	
.title-blue-italic {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #424B73;
	line-height: 200%;
	font-style: italic;
}



.margin-right {
	background-image: url('../images/margin-right.gif');
	background-repeat: repeat-y;
	width: 19;
	margin: 0;
	padding: 0;
	vertical-align: top;
}