body {
	padding: 0px;
	margin: 0px;
	font-family: arial;
	font-size: 14px;
	width: 100%;
	text-align: center;
}

/* tables in knowledgebase*/
.tdBorder{ background-color : #D3DDEB; }
.tdTitle { background-color : #E4E4E4; padding : 5px 5px;    border : 1px solid #D4D4D4;    }
.tdSubTitle { background-color : #EFEFEF; padding : 5px 5px;   border : 1px solid #DADADA;   }

/* Form Header */
td.fh {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-align: center;
	background-color: #00AFFF;
}

/* Form Required */
span.fr {
	color: red;
}

/* Form Error */
span.fe {
	color: red;
	font-size: x-small;
}

/* Form Label */
span.fl {

}

/* Form Table */
table.ft {
	border: 1px solid #ff0000;	
}

h3 {
	text-align: center;
	color: fff;
}

a { 
	text-decoration : none;
} 

a:link {
	color: #006688;
}

a:visited {
	color: #006688;
}

a:hover ,a:active {
	color: #0044ff; 
}
		/* Hide from IE5-mac. Only IE-win sees this. \*/
		 
		* html #floatbox {
		  margin-right: 10px;
		  }
		 
		* html h1 {
		  height: 1%;
		  margin-left: 0;
				  }
				 
		/* End hide from IE5/mac */

div#banner {
	border: 0px solid #ff00ff;
	height: 80px;
	margin: 0px;
	color: #0000FF;
	background-image: url(images/rental_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

div#bannerborderbot {
	clear: both;
	padding: 1px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #0000aa;
}

div#containerborderbot {
	clear: both;
	padding: 1px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #0000aa;
}

div#logoleft {
	margin: 0px;
	border: 0px solid #00ffff;
	float: left;
	width: 170px;
	height: 80px;
	text-align: center;
	font-size: 120%;
	color: red;
	background-image: url(images/house2.gif);
	background-repeat: no-repeat;
	background-position: center;
}
	div#logoright {
	border: 0px;
	float: right;
	width: 160px;
	text-align: center;
	padding-top: 4px;
	font-size: 120%;
	color: red;
}

div#banner h1
{
	margin: 0;
	padding: .3em 0 .3em .5em;
	font-size: 2.2em;
	font-weight: normal;
} 

div#container {
	float: left;
	width: 100%;
	background-image: url(images/nav_col_base.jpg);
	background-repeat: repeat-y;
} 

div#container2 {
	width: 100%;
	float: right;
	background-image: url(images/more_col_base.jpg);
	background-repeat: repeat-y;
	background-position: right;
	text-align: left;
} 

div#navigation {
	font-size: 14px;
	float: left;
	margin: 0px;
	width: 170px;
	color: #ffffff;
	background-repeat: no-repeat;
} 

div#navigation h3
{
	margin: 1em 0px 0px 0px;
	background-color: #777777;
	background-repeat: repeat-y;
}

div#navigation ul 
{
	list-style-type: none; 
	padding: 0; 
	margin: 0; 
} 

div#navigation ul li {
	margin-top: 4px;
	display: block;
	width: 135px;
	padding: 3px 5px 3px 10px;
} 

div#navigation ul li a {
	display: block;
	width: 135px;
	text-decoration: none;
	color: #006688;
} 

#navigation ul li a:hover {
	color: #fff;
	background-color: #ccc;
	background-repeat: repeat-y;
} 

div#more {
	font-size: 14px;
	float: right;
	width: 170px;
	margin: 0px 0px 1em 0px;
	padding: 0px 0px 0px 0px;
	color: #fff;
	text-align: center;
} 

div#more h3	{
	margin: 1em 0px 0px 0px;
	color: #fff;
	padding: 0em;
	background-image: url(images/more_base.jpg);
	background-position: right;
	background-repeat: repeat-y;
} 

div#content {
	font-size: 14px;
	padding-left: 3px;
	padding-right: 3px;
	margin: 10px 190px 10px 180px;
	background-color: #eee;
	border: 1px solid #ccc;
}
div#content a:link {
	color: #006688;
}

div#content a:visited {
	color: #0044ff;
}

div#content a:hover ,a:active {
	color: #0044ff; 
}

div#content h2 {
	font-size: 2em;
	color: #036;
	margin: 0;
	padding-top: 1em;
	font-weight: normal;
} 

div#content li {
	text-align: left;
	list-style-type: none; 
    padding: 0; 
	margin: 0; 
} 

div#content table {
	font-size: 14px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
		
div#content table a {
	text-decoration: none;
}			

div#content h3 {
	margin-bottom: 0px;
	color: 000;
}

#clearbannerdiv	{
	clear: both;
} 

#cleardiv {
	clear: both;
} 

div#footer {
	font-size: 14px;
	clear: both;
	padding: .5em 1em;
	border-top: 1px solid #999;
	text-align: right;
} 

div#footer ul {
	padding: 0; 
	margin: 0; 
	list-style-type: none; 
} 

div#footer li {
	display: inline;
	margin-right: 1em;
}

form {
	margin: 0px;
	border: 0px;
	padding: 0px;
}