/* Perconti Data Systems */

body{
	margin: 0 0 0 0;		
	background-color: white;
}

#main{
	position: absolute;
	left: 50%;
	width: 750px;
	margin-left: -375px;
}

#outermosttable{
	background-color: White;
}

/*#header{
	background-image: url(header001.gif);
}*/

#windowTop{
	background-image: url(sideWindow_top.gif);
	background-repeat: no-repeat;
}

#windowMid{
	background-image: url(sideWindow_mid.gif);
	background-repeat: repeat-y;
}

#windowBot{
	background-image: url(sideWindow_bot.gif);
	background-repeat: no-repeat;
}

.nav{
	background-image: url(navrun_03.gif);
	background-repeat: repeat-x;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 16px;
	color: White;
}

.nav a, .nav a:visited{
	color: white;
	text-decoration: none;
}

.nav a:hover{
	color: Lime;
	text-decoration: none;
}

.floatright
{
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid Navy;
	padding: 2px;
}

.floatleft
{
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid Navy;
	padding: 2px;
}

.content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}

.content .quote
{
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
}

.content .quotesource
{
	text-align: right;	
	font-size: 12px;
	margin-top: -15px;
}

.utopiaem{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	color: Lime;
}

.utopia{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;	
	color: Lime;
}

.content h1{
	color: Navy;
	font-size: 18px;
	font-weight: bolder;
}

.content h2{
	color: Blue;
	font-size: 14px;
	font-weight: bold;
}

.content h2 .price{
	color: black;
}

.content a, .content a:visited{
	color: Blue;
}

.content a:hover{
	color: Lime;
}

.footer{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color: Gray;
}

.footer a, .footer a:visited{
	color: Teal;
}

.footer a:hover{
	color: Lime;
}