.page{
    width: 800px;
}
.pgleft{
    width: 650px;
}
.pgright{
    width: 150px;
    vertical-align: top;
    text-align: center;
    background-color: #D3D3D3;
}

.pgright1{
    width: 150px;
    vertical-align: top;
    font-size: 12px;
    background-color: #D3D3D3;
}
.spage{
    width: 600px;
    height: 50px;
    background: #FFFFFF;
    background-color: #FFFFFF;
    overflow: hidden;
}

.header{
    font-family: georgia,verdana,arial,sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: blue;
}

.header2{
    font-weight: bold;
    font-size: 22px;
}

.header3{
    font-weight: bold;
    font-size: 15px;
    color: green;
    text-decoration:  underline;
}

.logo {
    background-image: url(img/bg_collines.jpg);
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    text-align:center;
    width:800px;
}

body {
    background-color:inherit;
}

.menu1{
    background-color: #ffffff;
    margin-left: 2px;
    padding-left:10px;
    padding-right:20px;
    padding-top: 2px;
    padding-bottom: 2px;
    display: block;
    font-family: georgia,verdana,arial,sans-serif;
    font-weight: bold;
    font-size: medium;
    color: #000066;
    height: 40px;
    width: 200px;
    cursor:pointer;
}

.menu1:hover {
    cursor:pointer;
    color: green;
}

.submenu{
    background-color: #8aa;
    display: block;
    height: 19px;
    margin-left: 25px;
    padding-left:20px;
    padding-top:2px;
    padding-bottom: 2px;
    color: #333333;
    width: 240px;
}

.hide{
    display: none;
}

.show{
    display: block;
}

.childlink{
    width: 240px;
    border: 5px solid ;
    border-color: #000066 #009900;
    padding-left: 15px;
    padding-right: 5px;
    height: 25px;
    font-family: georgia,verdana,arial,sans-serif;
    white-space: nowrap;
    background-color: #D3D3D3;
    background-repeat:
        repeat-x;
}

.plink{
    width: 240px;
    border: 5px solid ;
    border-color: #009900 #000066;
    padding-left: 15px;
    padding-right: 5px;
    height: 25px;
    font-family: georgia,verdana,arial,sans-serif;
    white-space: nowrap;
    background-color: #D3D3D3;
    background-repeat: repeat-x;
}

.adminform{
    width: 850px;
    background-color: #D3D3D3;
    padding-left:50px;
}

Table.top {
    padding-left:100px;
    padding-right:100px;
    padding-top: 2px;
    padding-bottom: 2px;
}

Table.bottom {
    padding-right:100px;
    padding-bottom:2px;
}


Table.form {
    width: 650px;
    background-color: #D3D3D3;
    padding-left:120px;
}

Table.memlinks {
    width: 650px;
    border: 5px solid ;
    border-color: #009900 #000066;
    background-color: #D3D3D3;
    padding-left:10px;
    padding-right: 5px;
}

Table.partners {
    width: 850px;
    border: 5px solid ;
}

.btnmain{
    height: 20px;
    width: 120px;
    font: bold 10px Arial, Helvetica, sans-serif;
    color:black;
    background-color: yellow;
}


td.left {
    text-align:left;
    margin-left: 2px;
    margin-top: 2px;
    background-color: #D3D3D3;
}

td.left2 {
    text-align:left;
    margin-left: 2px;
    width: 800px;
}

td.right {
    margin-top: 2px;
    padding-bottom: 2px;
    text-align:right;
}

td.rgban {
    text-align:center;
    background-color: #D3D3D3;
}

div.img {
    padding-right: 2px;
    text-align: center;
}

p.bold {
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: large;
}
p.blue {
    text-align:left;
    font-family: verdana,georgia,arial,sans-serif;
    font-size:medium;
    color:blue;

}
h2.blue {
    font-family: georgia,verdana,arial,sans-serif;
    font-weight: bold;
    text-align:center;
    color: #000066;
}

h3 {
    font-size:15px;
    color:green;
    margin:auto;
    text-decoration:underline;
}

.objwide{
    width: 300px;
}
.objstd{
    width: 140px;
}
.objnarrow{
    width: 100px;
}

.cbom
{
    width:220px;
    height:200px;
}

.tmenulink:hover { text-decoration: underline; color: green; }

.bcentre_box {
   background: #dddddd url(img/bcentre_grad.gif) repeat-x top left;
}
.bcentre_top div {
   background: url(img/bcentre_tl.gif) no-repeat top left;
}
.bcentre_top {
   background: transparent url(img/bcentre_tr.gif) no-repeat top right;
}
.bcentre_bottom div {
   background: url(img/bcentre_bl.gif) no-repeat bottom left;
}
.bcentre_bottom {
   background: transparent url(img/bcentre_br.gif) no-repeat bottom right;
}

.bcentre_top div, .bcentre_top,
.bcentre_bottom div, .bcentre_bottom {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.bcentre_content { margin: 0 30px; }
