

body {
 margin: 0em;
 padding: 0em;
 font-family:Verdana,Arial,Helvetica;
 font-size:70%;
 background-color: white;
}

a{
 color: #FF0000;
 text-decoration: none;
}
a:hover{
 color: #DD4444;
 text-decoration: none;
}


h1 {
 font-size:130%;
}
h2 {
    font-size:120%;
    /* color: #069; */
 color: black;
}
h3 {
    font-size:110%;
    /* color: #069; */
    color: black;
    margin-bottom:0px;
}
h4 {
    margin-bottom:-10px;
}
form {
	margin: 0;
	padding: 0;
}

#wrapper {
    /*  width:780px; */
    text-align:left;
    margin:0px auto 0px auto;
    padding:0px;
    background-image: url(img/bg1.gif);
    background-repeat: repeat-y; 
    /*
    border-left:1px solid black;
    border-right:1px solid black;
    */
}

#leader {
    background-color: #000055;
    text-align: center;
}

#topbar{
    /* background-color: #00184a */
    text-align: center;
}

#leftbar {
    /* background-color:yellow; */
    width:150px;
    background-image: url(img/bg_nav2.jpg);
    background-repeat: repeat-y; 
    padding:20px 0px 0px 0px;
}

#rightbar {
    width:160px;
    float:right;
    background-color:#a2daf0;
    padding:20px 0px 0px 0px;
    text-align:center;
}


.contentSmall {
    /*
    float:right;
    width:440px;
    padding: 10px;
    background-color:#cbebf7;
    */
}

.contentWide {
    float:right;
    width:600px;
    padding: 10px;
    background-color:#cbebf7;
}

#footer {
    clear:both;
    background-color:yellow;
}

.nav0 {
    font-size:12px;
    margin-top:10px;
    padding-left:5px;
}
.nav0 a {
    color:white;
    text-decoration:none;
}
.nav0 a:hover {
    color:yellow;
}

.nav0act {
    font-size:12px;
    margin-top:10px;
}
.nav0act a {
    display:block;
    width:144px;
    color:yellow;
    text-decoration:none;
    font-weight:bold;
    background-image: url(img/bg_act.gif);
    padding-left:5px;
}

.nav1 {
    background-color:white;
    font-size:12px;
    padding:2px 0px 3px 5px;
    line-height:115%;
}
.nav1 a {
    color:black;
    text-decoration:none;
}
.nav1 a:hover {
    text-decoration:underline;
}
.nav1act a {
    color:yellow;
    font-weight:bold;
}

.rectangle {
    padding-left:80px;
}

.catbutton {
    width:202px;
    margin:0px;
    padding:0px;
    text-align:center;
    background-color:white;
    border-style:solid;
    border-color:black;
    border-width:0px 1px 1px 1px;
}

.catbutton a {
    text-decoration:none;
}

.small { 
    font-size:9px;
    line-height:120%;
}

.ruler {
    /* border-width:1px 0px 0px 1px;
       border-style:dotted;
       border-color:#006faf;
    */
       padding:0px;
       margin-bottom:10px;

}

.skyscraper{
 margin: 1em 0em 1em 0em;
 padding: 0em 1em 0em 1em;
 text-align: center;
}
