body {
	background-image: url(images/bg2a.gif);
	background-repeat: no-repeat;

}
.logo {
	background-image: none;
	position: absolute;
	height: 100px;
	width: 150px;
	left: 0px;
	top: 0px;
	padding: 5px;




}
.navmenu {
	position: absolute;
	left: 0px;
	top: 125px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #990033;
	list-style-type: none;
	width: 150px;

}

#subnav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #990033;
	text-decoration: none;
	margin: 0px;
	padding: 0px;

}

#subnav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #990033;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#subnav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #990033;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.content {
	position: absolute;
	width: 610px;
	left: 160px;
	top: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: 65%;
	overflow: auto;
}
.content ul{
	list-style-image: url(images/subnav-bull.gif);
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #990033;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #990033;
	text-align: left;

}
.header {
	left: 160px;
	top: 25px;
	position: absolute;
}

.trtop{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #ffffff;
	background-color: #990033;
	text-align: center;
	border: 1px;
}

.tryellow{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	background-color: #FFFF99;
	border: 1px;
}

.trwhite{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	border: 1px;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #666666;
	font-weight: bold;
}

#twitter_div ul {
	list-style-position: inside;
	list-style: none;
	list-style-type: none;
	margin:0px;
	padding: 0px;
}

#twitter_update_list li {
	background-color:#FFFF99;
	padding:5px;
	margin:5px;
	list-style:none;
	list-style-type: none;
}


