body {  
    margin: 0 auto 0 auto;
    text-align: center;
    background-image: url(/images/bkgrnd/03bge.jpg);
}
/*-- header --*/
#header {   
    width: 710px;
    margin: 0 auto 0 auto;
    background: white;
    background-color: red;

    text-align: center;
}

#headerimage {
    width: 100%;
    margin: 0 auto 0 auto ;
    padding: 0;
    text-align: center;
    background: white;
    border-top: 5px solid #1E402F;
    border-bottom: 5px solid #1E402F;
    font:  85px "impact", "Times New Roman";
    color: #1E402F;
    line-height: 100%;
    display: block;
}

/*-- main container --*/
#main {    
    color: black;
    font: small Verdana, Arial, sans-serif;
    width: 710px;
    margin: 0 auto 0 auto;
    padding: 0;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    background-color: #1E402F;
    text-align: left;

}

#pagetitle {
    text-align: center;
    font-family: "Times New Roman", serif;
    font-size: 40px;
    font-weight: bold;
    margin: 20px 0 20px 0;
    border-bottom: 2px solid navy;
}
/* the paddingizer does not add padding but margin so that the box model can be avoided
#pad {
margin: 25px;
}

*/

/*-- footer --*/
#footer { 
    text-align: center;
    clear: both;
    border-top: 2px solid white;
    margin: 30px auto 20px auto;

}
#logo {
    margin: 0 auto 0 auto;
    width: 240px;
    text-decoration: none;
    display: block;
    padding: 0;
    background: white;
    border-top: 5px solid #1E402F;
    border-bottom: 5px solid #1E402F;
    text-align: center;
    color: #1E402F;
    font: 30px "impact", "Times New Roman";
}

a {
    font-weight: bold;
    text-decoration: none;}
a:hover { color:black;}
#header a {text-decoration: none;}
h1 {

    color: white;
    text-align: center;
    border: 2px dashed white;
}
h2 {
    color:white;
    border-bottom: 2px solid white;
    padding-top: 40px;
    text-align: right;
}
h3 {color:white; font-size: x-large; text-align:center;}
h4 {color:maroon; font-size: large;}
h4 i {color: maroon; font-style: italic;}
h5 {color:navy;}
h6 {color: black; font-size: 70%;}
h6 a {color: maroon;}

img {border: 0;}


.center {text-align: center;}

.small {font-size: 80%;}
.bold {
    font-weight: bold;

}
td {
    color:black;
    font-weight:normal;
    vertical-align: top;
    padding:5px;
}

/*  a  */
.first-columna, .second-columna {
    float: left;
    font-family: georgia;
}
.second-columna {
    padding-left: 10px;
}
/*  b  */
.first-columnb {
    float: left;
    font-family: georgia;
}
td.name  {
    width: 350px;
    color: gray;

}
td.namea  {
    padding-left:20px;
}
td.name a  {
    font-weight: bold;
}
.first-column, .second-column {

    width: 50%;

    float: left;

}

.first-column h3, .second-column h3{
    border-bottom: 2px solid navy;
    width: 80%;
}
.first-column ul li, .second-column ul li{
    padding: 5px 0;
}
.first-row {	

}
.second-row {
    clear: both;
}
.clear {clear:both;}

legend {
    color: gray;
    text-align: center;
    font: bold 110% verdana;
}
legend em {
    color: red;
}

hr {color: white;
    border-bottom:2px solid navy;}
span.searchword {background-color: yellow;}
span.owen {
    background-color: #1E402F;
    color: white;
    font-family: "impact", verdana, san-seriff;
    padding: 0;
    width: 190px;
    display: block;
    margin: 0 auto 0 auto;



}
a,  a:hover,  h3,  h4, td, ul li {
    background-color: #1E402F;
    color: white;
}
div.owen {
    /*height: 3000px;*/

}

#main #pagetitle {
    text-align: left;
    border-bottom: 2px solid white;
    border-top: 2px solid white;
    padding: 0;
    margin: 0 auto 0 auto;
    background-color: #1E402F;

}

#footer {
    margin-bottom: 0;
    padding-bottom: 0;
    padding: 0;
    border-top: 2px solid white;
}
div.owen hr {color: white;}
div.float { margin-top: 20px;}
.tog {
    color: white;
}
#homeimage {
    display: none;
}
ul li {
    color: gray;
}