﻿body {
	margin: 0;
	background-color: #D4D6D7
}

a {
	color: blue;
	text-decoration: none
}

a:hover {
	color: red;
	text-decoration: underline
}

img {
	border: 0px
}

table.masterLayoutTable {
	width: 760px;
	background-color: white;
	padding: 0;
	background-image: url('images/kubrickbg.jpg');
	background-repeat: repeat-y;
	margin-top: 20px;
	margin-bottom: 20px;
}

.masterHeaderCell {
	vertical-align: top;
	padding: 30px;
	text-align: left;
	background-image: url('images/kubrickheader.jpg');
	background-repeat: no-repeat;
	height: 105px
}

.ctrCVALogo {
	text-align: center;
	padding-left: 20px;
	margin: 10px
}

.bodyLogo {
	margin: 10px;
	border-width: 0px
}

.subMenu {
	/*text-align: left;*/
	width: 350px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: silver;
	font-size: small;
	display: none
}

a.navLink1 {
	color: #949294;
	font-size: small;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif
}
a.navLink1:hover {
	color: black;
	text-decoration: none
}
a.navLink2 {
	font-size: small;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: navy
}
a.navLink2:hover {
	color: maroon;
	text-decoration: none
}

.contentTable {
	width: 700px
}

.mainContentCell {
	vertical-align: top;
	width: 760px;
	padding: 0px 30px 25px 30px;
	text-align: justify
}

.rightNavCell {
	width: 160px;
	vertical-align: top;
	text-align: left
}

.contentCell {
	padding-right: 40px;
	vertical-align: top
}

li.rightNavLink {
	margin-left: -20px
}

td.propLogoCell {
	width: 33.3%;
	font-style: italic;
	font-size: small;
	border: thin white solid
}
td.propLogoCell:hover {
	border: thin solid red
}
td.propDescCell {
	font-size: small
}