/* Main */
@charset "UTF-8";
/* CSS Document */

a:link {
	color:#003366;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	color:#114477;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#666633;
	text-decoration:underline;
}

body {
	margin: 0px 0px 0px 0px;
	background-image: url(../images/banner.png);
	background-repeat: repeat-x;
}
td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
}

.soldDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:12px;
	font-weight:normal;
	color:#333333;
}

.lrgBody {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
}

.subTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#003366;
}

.price {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	font-style:italic;
	color:#003366;
}
.tableHeader {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:#003366;
	padding: 3px;
}

/* Top */
.topMenu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	font-weight:normal;
}

a.topMenu:link{
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight:normal;
}

a.topMenu:visited{
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight:normal;
}

a.topMenu:hover {
	text-decoration: underline;
	font-weight:normal;
	color: #ffffff;
}

/* Body */

td.bodyArea {
	background-color: #dedede;
	border-left: 1px solid #c9c7c7;
	border-right: 1px solid #c9c7c7;
	padding: 12px;
	width: 1102px;
}


/* Navigation */

#leftNavigation {
	width: 249px;
}

#leftNavigation div.navTitle {
	background-image: url(../images/nav-title.gif);
	background-repeat: no-repeat;
	width: 244px;
	height: 50px;
}

#leftNavigation div.navItem {
	background-image: url(../images/nav-item.gif);
	background-repeat: no-repeat;
	width: 244px;
	height: 42px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#leftNavigation div.navItem a, #left-navigation div.navItem a:visited {
	position: relative;
	top: 12px;
	left: 70px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#leftNavigation div.navItem a:hover {
	color: #31a6dc;
}

#leftNavigation div.navBottom {
	background-image: url(../images/nav-bottom.gif);
	background-repeat: no-repeat;
	width: 244px;
	height: 20px;
}

/* Copy Area */

#copyArea {
	width: 827px;
}

#copyArea div.copyTop {
	background-image: url(../images/copy-top.gif);
	background-repeat: no-repeat;
	height: 15px;
}
#copyArea div.copyTopAlt {
	background-image: url(../images/copy-topAlt.gif);
	background-repeat: no-repeat;
	height: 15px;
}

#copyArea div.copyMiddle {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #c9c7c7;
	border-right: 1px solid #c9c7c7;
	background-color: #f2f2f2;
}


#copyArea div.copyMiddleAlt {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #c9c7c7;
	border-right: 1px solid #c9c7c7;
	background-color: #333333;
}

#copyArea div.copyBottom {
	background-image: url(../images/copy-bottom.gif);
	background-repeat: no-repeat;
	width: 827px;
	height: 11px;
}

#copyArea div.copyBottomAlt {
	background-image: url(../images/copy-bottomAlt.gif);
	background-repeat: no-repeat;
	width: 827px;
	height: 11px;
}

