body {
	background-color: #275787;
        /*width: 740px;*/
    font-size: 12px;
	margin:0;
	padding: 0px;
	border: 0;
	text-align: center;
	font-family: "Arial";
}  

#blockquotes {
    width: 754px;
    background: #FFFFFF;
    border-left:3px solid #cfdff1; 
    border-right:10px solid #cfdff1;
}

#wrapper {
	width: 750px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

.index a {
	color:whie;
}

#guestbook{
    text-align:justify;
    padding:10px;
    text-indent: 0px; 
}

#guestbook b{
    color: #275787;
}

table{
	 font-size: 12px;
}

tr.shaded td {
	background-color: #eee;
}

tr.notshaded td {
	background-color: #cfdff1;
}


p{
    text-align:justify;
    padding:5px;
    text-indent: 0px; 
}

a{

   color: #275787;
   text-decoration: none;
   list-style: none;
   border: 1px #000;
}

a:hover	{
    color:#003366;
    text-decoration: underline;
}
/*a:visted.hover*/

a:visited a:visted.hover {
    color:#grey;
    list-decoration: none;
}

ul li{    
   list-style: none;
}

                       /*  Flow CSS */
#header {
   background:#ffff88;
   width:760px;
  /*background: url(../images/header.png);*/
}



#footer {
  clear: both; 
  background:#fe5252;
  font-size: 12px;
  width:750px;
  color: black;
  text-align: center;
 
}





.container{	
	padding:0 10px 0 10px;

}

#content {
  /*margin-top:-12px;*/
  margin-right: 200px;
  float: left;
}



                       /* End of Flow CSS */

h1 {
    color: #275787;
    font-size: 30px;
	padding:20px 0 5px 35px;
    font-family: "Times New Roman";

}

h2 {
    color: #f35252;
    font-size: 25px;
    font-family: "Times New Roman";

}

/*#wrapper {
	width: 750px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}*/

#right img{
    padding: 10px 10px 10px 10px;
}




/*-----------------------------------------------------------------*/

#sidebar{
	float:left;
	text-align: left;
    background:#eee;
    font-family:"Arial";
    font-size: 12px;
	border-top:1px solid #cfdff1;
	border-bottom:1px solid #cfdff1;
    /*text-align: left;*/
}

#sidebar ul {
	
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 754px;
   /* border-bottom: 1px solid #275787;*/
}
	
#sidebar ul li {
	float:left;
	position: relative;
	padding: 5px 13px 5px 13.5px;
	color: blue;

}
#last ul li{

}


/* Styles for Menu Items */
#sidebar ul li a {
/*	display: block;*/
	text-decoration: none;
    color:#275787;
    background: #eee;
    padding: 5px;
        
}
	
#sidebar ul li a:hover {
	background: #eee;
	color: #003366;
    background-image:url("../images/phi_hover.png");
	background-repeat:no-repeat;
	background-position: 1px; 
}


#sidebar ul li.selected a {
	background: #fff;
	color: #000;
}

#sidebar ul li.selected a:hover {
	background: #fff;
	color: #000;
    background-image:url("../images/phi_hover.png");
	background-repeat:no-repeat;
	background-position: 1px;
}

