/***************************************************************
 * Monoblock stylesheet copyright 2005-2008 by DataSpheric.com *
 ***************************************************************/
 
 /*** begin layout styles ***/
body {
 background: #f7e300 url(../images/yellow_bg.jpg) top left repeat-x;
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 margin: 0;
 border: 0;
 padding: 0;
 }

#container {
 width: 790px; 
 background: #5555B2;
 margin-top: 0px;
 margin-bottom: auto;
 margin-right: auto;
 margin-left: auto;
 padding-bottom: 10px;
 text-align: left; 
 }
#content{
 width: 650px;
 background: #ffffff;
 border-top: 3px solid #3838a7;
 border-right: 3px solid #212263;
 border-bottom: 3px solid #212263;
 border-left: 3px solid #3838a7;
 margin-top: 0px;
 margin-bottom: auto;
 margin-right: auto;
 margin-left: auto;
 padding: 2em 2em 0px 2em; /* set this to 5px 2em 0px 2em for menu */
 }

#footer{
 text-align: center; 
 font-size: .8em;
 color: #666;
 }
 
 /*** menu ***/
 
 #menu {
 float:left;
 width:100%;
 background:#5555B2;
 position:relative;
 padding: 0;
 border: 0;
 margin: 0px 0px 1em 0px;
}
 #menu ul {
 clear:left;
 float:left;
 list-style:none;
 margin:0;
 padding:0;
 position:relative;
 left:50%;
 text-align:center;
 }
 #menu ul li {
 display:block;
 float:left;
 list-style:none;
 margin:0;
 padding:0;
 position:relative;
 right:50%;
 }
 #menu ul li a {
 display:block;
 margin:0 0 0 1px;
 padding:3px 40px;
 background:#5555B2;
 color:#f7e300;
 text-decoration:none;
 line-height:1.3em;
 }
 #menu ul li a:hover {
 background:#777EEF;
 color:#f7e300;
 }
 #menu ul li a.active,
 #menu ul li a.active:hover {
 color:#f7e300;
 background:#777EEF;
 font-weight:bold;
}

/**** font & content stuff ***/


img.right {
  margin-right: 0px;
  float: right;
  vertical-align: top;
}

h1{
  font-size: 1.6em;
  text-align: center;
  font-weight: bold;
  color: #000;
}

h2{
  font-size: 1.4em;
  text-align: center;
  font-weight: bold;
  color: #000;
}

h3{
  font-size: 1.2em;
  text-align: left;
  font-weight: bold;
  color: #000;
}

p {
  font-size: 1em; 
  text-align: left;
  color: #000;
}

ul {
  line-height: 1.75em;
}

ol {
line-height: 1.75em;
}

hr{
  color: #5555B2;
  background-color: #5555B2;
}
 #footer img {
   border: 0;
 }

#footer a{
  color: #666;
}

a img{
  border:none;
}