body {
    background-image: url('images/bg.jpg');
    background-repeat: no-repeat;
    background-position: 0px 0px ;
    margin-left: 0px;
    background-attachment: fixed ;
}

div.sidemenu {     
    position: absolute;
    top: 200px;
}

html>body div.sidemenu {     
    position: fixed;
    top: 200px;
}

div.body {
    position: absolute;
    top: 10px;
    /*height: 460px; */
    left: 170px;
/*    width: 450px; */
    right: 120px;
    /*overflow: auto; */

}



a.sidelink {
    display: block;
    text-decoration: none;
    color: #cccccc;

    width: 120; 
    background-color: #232356; 
    padding: 3px; 
    text-align: center;
    font-size: 12px;
    position: relative;
    top: 20px;
    margin-bottom: 10px;
}

td, th {
  font-size: 12px;
}

th {
  font-weight: bold;
}


a.sidelink:hover {
   /* text-decoration: underline; */
   background-color: #50A050;

}

img.arrow {
    padding-right: 5px;
    vertical-align: baseline;

}

a.cottagelink {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #232356;

}

a.cottagelink:hover {
    text-decoration: underline;

}


div.titleimg {
	text-align: center;
}

div.headerimg {
	text-align: center;

}

img.headerimg {
	border-style: solid;
	border-width: 1px;
	border-color: #232356;
	margin-right: 20px;
	margin-left: 20px;
}

img.illustration {
	padding: 10px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: 12px;
	text-align: center;
}

        
p {
	font-size: 12px;
	text-align: center;
}

p.headerimglbl {
    font-size: 12px;
    font-weight: bold;
}

td.detaillist {
    font-size: 12px;
    text-align: center;

}


table {
    border-collapse: collapse;
}

div.centered {
  text-align: center;
  margin: 0 auto; 
}

table.contact {
  margin: 0 auto; 
}

td.contact, th.contact {
  text-align: left;
  vertical-align: top;
  padding: 10px;

}

th.contact {
  text-align: right;

}


div.checklist {
    text-align: right;
}

table.checklist {
     text-align: center;
     margin: 0 auto; 
}

td.checklist {
  text-align: right;
  padding-right: 5px;
}

td.charges {
    font-size: 12px;
    border: 1px solid black;
    padding: 5px;
    text-align: center;
    background-color: #9090FF;
}
th.charges {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid black;
    padding: 5px;
    background-color: #9090FF;
}

td {
    text-align: center;
}


