html, body {
   margin : 0;
   padding : 0;
}

body {
   font : 12px "Lucida Sans Unicode", Verdana, sans-serif;
   color : #333333;
   background : #FFFFFF;
   width : 100%;
}

a:link {
   color : #000000;
   background : transparent;
   text-decoration : none;
}

a:visited {
   color : #666666;
   text-decoration : none;
}

a:hover {
   color : #006699;
   text-decoration : underline;
  }

a:active {
   color : #484500;
}

h1 {
   font : 17px "Lucida Sans Unicode", Verdana, sans-serif;
   text-align : center;
  
}

h2 {
   font : 11px "Verdana", sans-serif;
   text-align : left;
 
}

#wrapper {
   margin : 0 auto;
   width : 750px;
   background : url(i/back.jpg) repeat-y;
}

#header {
   background-image : url(i/header.jpg);
   background-repeat : no-repeat;
   margin : 0 25px 0 25px;
   height : 200px;
}

#content {
   
margin : 22px 15px 0px 25px;
width : 500px;
Background-color:#F0F0F0;
}

#content p {
   margin : 25px 16px 6px 0;
   text-align : justify;
Background-color:#F0F0F0;
   
}

#rightcol {
   float : right;
   width : 110px;
   margin : 7em 5px 0 0;
   border-left : 1px solid #9CB2B8;
   padding : 0 0 0 5px;
}

#rightcol p {
   margin : 1.2em 0.5em 1.2em 0.5em;
   font-size : 10px;
}

 #navcontainer {
   margin-top : -32px;
   margin-left : 25px;
}

#navcontainer ul {
   list-style : none;
   margin : 0;
   padding : 0;
   text-align : center;
}

#navcontainer li {
   display : block;
   float : left;
}

#navcontainer li a {
   color : #FFFFFF;
   display : block;
   width : 95px;
   text-decoration : none;
   background : #990000;
   padding : 2px 10px;
   border-left : 1px solid #84979C;
   border-bottom : 1px solid #84979C;
   border-right : none;
}

#navcontainer ul li a:hover {
   color : #FFFFFF;
   background : #F0F0F0F0;
}

#navcontainer a:active	{
   background : #9CB2B8;
   color : #FFFFFF;
}

#specialborder {
   border-right : 1px solid #84979C;
}






/**************** sidebar styles ****************/
	#sidebar {
	  width: 155px;
	  padding-left: 0px;
	  padding-right: 33px;
	  padding-top: 35px;
          
          float: right;
          
	  }
		
	#sidebar p {
	  padding-bottom: 10px;
	  border-bottom: 1px solid #DDDDDD;
	  }
	  
/**************** footer styles ****************/
	#footer {
	  margin-top: 15px;
          Margin-left:25px;
	  padding-top: 0px;
	  padding-bottom: 0px;
	  padding-left: 2px;
	  padding-right: 2px;
	  clear: both;
	  width: 693px;
	  background-color:#990000;
	  }
		
	#footer p {
	  color:#FFFFFF;
	  padding: 5px;
	  text-align: center;
	  }
		
	#footer p a {
	  color: #FFFFFF;
	  background-color:#990000;
	  font-weight:100;
	  border-bottom: 1px dotted #FFFFFF;
	  }
		
	#footer p a:hover {
	  color: #FFFFFF;
	  text-decoration: none;
	  border-top: 1px dotted #FFFFFF;
	  border-bottom: 0px dotted #FFFFFF;
	  }



