table.wide-table {
width: 800px;
height: 100%;
}

body { /*IE*/
text-align:center;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding: 0px;
background-color: #ffffff;
color: #000;
background-image:   url(images/bkg.jpg); */
background-repeat:no-repeat;
background-attachment:fixed;


}

body {/*FF*/
text-align:-moz-center;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding: 0px;
background-color: #ffffff;
color: #000;
background-image:   url(images/bkg.jpg); */
background-repeat:no-repeat;
background-attachment:fixed;
}

.td0 {
display: none;
}

.td5 {
line-height: 5px;
}

.mainborder { /* master table */
border-style: solid;
border-color: #efefef;
border-top-width:10px;
border-left-width:10px;
border-right-width:10px;
border-bottom-width: 10px; 
background: #cc9900;
background-image:  url(images/bkg0000.jpg); */
background-repeat: repeat-x;
/*
border-style: solid; dotted; dashed; double; groove; ridge; inset; outset; hidden
border-width: thin; thick; medium; 10px; */
}

.leftnav {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 14px;
background-color: #000000;
padding: 0px;
}

.leftmenutext {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 12px;
background-color: #003366;
color: #ffffff;
}

.mywebtitle {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 12px;
text-align: center;
vertical-align: middle;
color : #ffffff;
}

.col2{
background-color: #FFFFFF;
padding: 5px;
}

.quicksearch {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 12px;
color : #FFFFFF;
text-align: left;
}

.mydetail {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 10px;
text-align: center;
vertical-align: middle;
color : #ffffff
}

.topnav {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 12px;
text-align:right;
vertical-align: middle;
}

.bottomnav {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 10px;
background-color: #003333;
padding: 5px;
}

td {
vertical-align: top;
}

.box {
border-style: solid;
border-width: 1px;
border-color: red;
/*
border-style: solid; dotted; dashed; double; groove; ridge; inset; outset; hidden
border-width: thin; thick; medium; 10px; 
*/
}

.boxlistingfeatures {
border-style: solid;
border-width: 1px;
border-color: black;
background-color: #ebebeb;
padding: 5px;

}
.bb {
background-image: url(images/bb.jpg);
font-size: 11px;
font-family : Tahoma;
color : #FFFFFF;
height: 50px;
text-align: center;
vertical-align: middle;}

.masternavigation_bkg {
background-color: #000000;
}

.bottomsignature {
background-image: none;
font-size: 11px;
font-family : Tahoma;
color : #FFFFFF;
height: 50px;
text-align: center;
vertical-align: middle;
background-color: #000000;
}


p {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 12px;
padding: 10px;
}

.bodytext {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 12px;
text-align: left;
}

.header1 {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 12px;
text-align: center;
vertical-align: middle;

}

.pagetitle {
font-weight: bold;
font-size: 20px;
font-family: arial, verdana, helvetica, sans-serif;
color : #000000;
text-align: left;

}

.mysearch {
font-weight: none;
font-size: 12px;
font-family: arial, verdana, helvetica, sans-serif;
color : #ffffff;
text-align: right;
padding: 5px;
vertical-align: middle;
margin-top: 0;
margin-bottom: 0;
}


/*††††††††††††††††††-HYPERLINKS-††††††††††††††††††††††††*/


A:link {
	color: #00ccff;
	text-decoration: none;
}

A:visited {
	color: #999999;
	text-decoration: none;
}

A:active {
	color: #0000FF;
	text-decoration: none;
}

A:hover {
	color: #3366CC;
	text-decoration: none;
}

A.dark:link {
	color: #003366;
	text-decoration: none;
}

A.dark:visited {
	color: #003366;
	text-decoration: none;
}

A.dark:active {
	color: #003366;
	text-decoration: none;
}

A.dark:hover {
	color: #3366CC;
	text-decoration: none;
}

