/* CSS Document */

body {
	background-color:#0000FF;
	padding:0;
	margin:0;
	min-width:975px;
}
#headingWrapperL, #footerWrapperL{
	background:url(Images/columnL.jpg) repeat-y top left;
	float:left;
	width:100%;
}
#heading{
	width:100%;
	background-color:#0000FF;
	height: 92px;
	background: url(Images/header.jpg) center top;
	background-repeat: no-repeat;
}
#headingWrapperR, #footerWrapperR{
	background:url(Images/columnR.jpg) repeat-y top right;
	float:left;
	width:100%;
}
#menuPort {
	clear:both;
	background-color:#0000FF;
	width:100%;
	height: 50px;
/*	overflow:auto;*/
	z-index: 1000;
}
#leftLogo {
	background:url(Images/ItsmycasaL.jpg) top left no-repeat;
	float:left;
	width:14%;
	height:50px;
	z-index:0;
}
#mainMenu {
	background-color:#0000FF;
	/*overflow:hidden;*/
	float:left;
	width:72%;
	height:50px;
	z-index:1000;
}
#rightLogo {
	background:url(Images/ItsmycasaR.jpg) top right no-repeat;
	width:14%;
	height:50px;
	z-index:0;
	float: left;
}
#viewPort {
	clear:both;
	background:url(Images/columnL.jpg) repeat-y top left;
	float:left;
	width:100%;
}
#viewPortWrapper {
	background:url(Images/columnR.jpg) repeat-y top right;
	float:left;
	width:100%;
}
#leftColumn {
	float:left;
	width:14%;
	z-index:0;
}
	#leftColumn p{
		font-size: 0.9em;
		text-align:left;
		padding:0.7em;
		color:#FFCC99;
}
#centerText {
	width:72%;
	z-index:0;
	background-color:#ADFFF9;
	float: left;
}
	#centerText h,h1,h2,h3 {
		color:#0000FF;
		margin-bottom: 0px;
		padding-left: 5px;
	}
	#centerText a:link {
		color:#669900;
	}
	#centerText a:visited {
		color:#9900FF;
	}
	#centerText a:hover {
		color:#3300FF;
	}
	#centerText a:active {
		color:#FF0000;
	}
	#centerText ul li {
		color:#FF6600;
	}
	#pageName {
	text-align: center;
	color: #0000FF;
	text-align:center;
	padding: 0px;
	margin: 0;
	font-size: 2em;
	font-weight: bold;
	}
	#secondPageTitle {
	text-align: center;
	color: #0000FF;
	text-align:center;
	padding: 0px;
	margin: 0;
	font-size: 1.3em;
	font-weight: bold;	}
	#centerText h3 {
		text-align: left;
	}
	#centerText p {
		font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
		font-size: 1em;
		display:block;
		margin: 0 5px 5px 5px;
		color: #0000CC;
		text-indent: 10px;
		text-align: justify;
	}
	#centerText object {
		text-align:center;
		margin:10px;
	}
	#centerText img {
		float:right;
		margin:5px;
	}
	#centerText blockquote p {
		font-style:italic;
		text-align:center;
		color:#660099;
	}
#rightColumn {
	/*background:url(Images/columnR.jpg) top left repeat-y;*/
	width:14%;
	float:right;
	z-index:4;
}
		#rightColumn p{
			font-size: 0.9em;
			text-align: left;
			text-indent: 0.7em;
			padding:0.7em;
			font-style: italic;
			color: #FFFF99;
	}
#footer {
	background:url(Images/CMTView.jpg) top center no-repeat;
	clear: both;
	width: 100%;
	height:150px;
}
	#footer p {
		margin-left: 20%;
		color: #999999;
		font-size: 0.7em;
	}
	#footer spa n{
		display:inline;
		font-size: 0.6em;
	}
a {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration:underline;
	font-size: 1em;
	/*font-variant: small-caps;*/
	color:#444444;
}
a:link {
	color:#333333;
}
a:visited {
	color:#0000CC;
}
a:hover {
	text-decoration:none;
	color:#990000;
}
a:active {
	color:#FFFFFF;
}
/*suckerfish - son of - navigation set up http://htmldog.com/articles/suckerfish/dropdowns/ */
#nav {
	width:100%
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family:helvetica,arial,sans-serif;/*font-variant:small-caps;*/ font-size:0.85em;
	text-align:left;
	height:50px;
}
#nav a {
	display: block;
	width: 8em;
	padding:.7em;
	color:#FFF6EB;
	background-color:#0000FF;
	/*border-right:2px solid #ef5b1c;*/
	text-decoration:none;
}
#nav li {
	float: left;
	width: 9em;
}
#nav li a:hover, /* all links on hover */
#nav li.sfhover a{ /* IE6 script hover */
    color:#000066;
    background-color:#FFCC00;
	font-weight:bold;
	font-variant:small-caps;
}
#nav li ul {
	position: absolute;
	left: -999em;
	width:10em;
}
#nav ul li:hover, #nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
/* end of son of suckerfish css setup */

#tvSummary p {
	text-align:center;
	font-variant:small-caps;
}
.accesskey {
	text-decoration:none;
	text-transform:lowercase;
	}
#centerText table {
	border: thick outset #FFFFFF;
}
td, th {
	color:#000066;
	border: medium inset;
	text-align:center;
}
#centerText tr.summer {
	background-color:#FFFF00;
	text-align:center;
}
#centerText tr.green {
	background-color:#33FF00;
	text-align:center;
}
#centerText p span.red {
	color:#FF0000;
}
#centerText p span.yellow {
	color:#FFFF00;
}