/*------------*/
/*layout stuff*/
/*------------*/
body{
	background-color: #E0E0E0; 
	text-align: center;
}
#main {
	border-collapse: collapse;
	position: relative;
	left: 50%;
	margin-left: -410px;
}
div.spacer{
	height: 5px;
}
div.content{
	text-align: center;
	position: relative;
	height: 620px;
	overflow: auto;
//	background-color: #123abc;
}
td.banner{
	border-right: 5px solid #98bdc4;
	background-color: #98bdc4;
	width: 675px;
	text-align: right;
	padding: 0px;
	vertical-align: top;
}
td.ulpic{
	text-align: left;
	background-color: #990000;
	height: 113px;
	width: 125px;
	border-left: 5px solid #990000;
	padding: 5px;
}
td.content{
	background-color: #fffde5;
	border-bottom: 5px solid #990000;
	border-right: 5px solid #990000;
	border-top: 1px solid black;
	vertical-align: top;
}
td.nav{
	border-left: 5px solid #990000;
	border-bottom: 5px solid #990000;
	border-right: 1px solid black;
	background-color: #98bdc4;
	height: 840px;
	padding: 0px;
	text-align: center;
}
div.container{
	height: 100%;
	width: 100%;
	position: relative;
	padding: 0px;
	top: 0px;
}
img.ulpic{
	background-color: #fffde5;
	padding: 5px;
	border: 1px solid black;
	position: absolute;
	height: 100px;
	width: 145px;
	z-index: 10000;
}
img.banner{
	position: absolute;
	right: -5px;
	top: 0px;
}
#vignette{
	//position: absolute;
	//bottom: 2.5em;
	//left: 50%;
	//margin-left: -60px;
	border: 1px solid black;
}
#copy{
	font-size: .7em;
	float: left;
	position: relative;
}
#contact a{
	font-size: .7em;
}
#contentFrame{
	width: 100%;
	height: 620px; //100%;
	border: 0px;
	border-top: 1px solid black;
	background-color: #fffde5;
}
#adobe{
	font-size: .7em;
	float: right;
	position: relative;
}
#adobe a img{
	border: 0px;
}
div.footer{
	position: relative;
	vertical-align: top;
	width: 800px;
	left: 50%;
	margin-left: -410px;
}
img.hiddenimage{
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
}
#news {
	background-color: #fffde5;
	height: 23px;
	text-align: center;
	overflow: hidden;
}
#newsTitle{
	height: 0px;
	color: #990000;
	font-size: 1em;
	text-align: center;
}
#newsTitle span{
	font-size: .8em;
}
#newsText{
	display: block;
	position: relative;
}

/*------------------*/
/*rollover nav stuff*/
/*------------------*/
a.rollover{
	display: block;
	font-size: 12pt;
	width: 125px;
	height: 26px;
	text-decoration: none;
	padding: 10px;
	position: relative;
	float: right;
	cursor: pointer;
}
a.rollover img {
	border: 0px;
	position: absolute;
	right: 0px;
}
a.rollover p{
	color: #880000;
	position: absolute;
	z-index: 100;
	right: 8px;
	bottom: -4px;
}
a.rollover:hover p{
	color: #000000;
	position: absolute;
	z-index: 100;
	right: 8px;
	bottom: -4px;
}
a.rollover p.selected{
	color: #000000;
	position: absolute;
	z-index: 100;
	right: 8px;
	bottom: -4px;
}
