Css

body{
font-size: 80%;
min-width: 60em;
}

#container-wrap{
padding: 0 0 0 0;
background-image:none;

}

#header {

border-bottom: none;
height: 4em;
background-color:#FFFF66;/*yellow;*/
background-image:nonr;/* url('http://our-constitution.wikidot.com/local--files/nav:side/iswith.jpg');
background-repeat: no-repeat;
background-position: left;*/

}

#header h1{
text-align: center;
padding: 0.1em 0 ;/*padding: 1% 15%;*/
font-size: 180%;
}
#header h2{
text-align: center;
/*padding: 1% 15%;*/
font-size: 140%;
text-decoration: none;/*blink;*/
}

#main-content{
margin-left:10em;/* 8em;*/
margin-right: 0;/*1em;*/
padding: 0 1em;

}

#container {
padding: 0 0 0 0;

background-image:none;

}
#page-content{
padding: 0 0 0 0;
margin: 0 0 0 0;
}
#page-title{
display:none;
}
#search-top-box{
position: absolute;
left: 0;
top: 10px;
}

#side-bar{
/*position: fixed;*/

width: 10em;
background-color: white;/*#888;*/

}

#side-bar li a:link {
background-color:Chocolate ;
color: LightYellow ;
}

#side-bar li a:visited {
background-color: red;
color: white;
}
#side-bar li a:hover {
background-color: black;
color: white;
}

div.in-menu{
font-weight: bold;

color: AliceBlue ;/*GreenYellow ; SeaShell; Black ;white;*/

max-height: 2em;
background-color:Chocolate ;
}

div.in-menu li a{
display: block;
margin: 0;
padding: 0 1em;
}

div.in-menu li a:link {
background-color:Chocolate ;
color: LightYellow ;
}

div.in-menu li a:visited {
background-color: red;
color: white;

}

div.in-menu li a:hover {
background-color: black;
color: white;

}

div.in-menu-full ul{
width: 18em;
min-width: 18em;
}

div.in-menu ul{
display: block;
margin:0;
list-style:none;
}
div.in-menu li ul {
background-color:Chocolate ;
position: absolute;
left: -999em;
}

div.in-menu li:hover ul, div.in-menu li.hover ul {
background-color:Chocolate ;/* #f2fbeb;*/
color: LightYellow ;/*red;*/
padding: 0 0;
text-decoration: none;
left: auto;
}

#top-bar{
background-color:#FFFF66;/*yellow;*/
position: absolute;
left: 0;
wide:100%;
bottom: 1px;
z-index:0;
padding: 0;
font-weight: bold;
}
#top-bar ul li a, #top-bar ul li ul li a {
border-left:2px dotted #FFF;
background-color:blue;
}

#top-bar ul li a:hover, #top-bar ul li ul li a:hover{
background-color: #f2fbeb;
color: red;
text-decoration: none;
}
#breadcrumbs{
padding: 1em 0em;
margin: 0 0 0 0;
}

#main-content p{
line-height: 120%;
}

#main-content h2 span{
background-color: #660000; color:#FFFF66 ;
padding: 0.1em 1em;
-moz-border-radius: 1em;
font-weight: bold;
padding-left: 1em;
font-family: arial,helvetica,sans-serif;
}

#page-content h3 {
color:#599;
}

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-Noncommercial-Share Alike 2.5 License.