
/* Layout Stylesheet */ 

body {
 margin: 0; 
 padding:0;
 background: #ffffff;
 color: #000000;
 text-align: center;
 }

#bar-top {
 
 height: 32px; 
 margin: 2px;
/*  background: #cccccc; */
 background: #c0c0c0;
 border: solid #000000; 
 border-width: 2px 0;
}

#bar-bottom {
 
 height: 32px;
 margin: 2px;
/* position:relative; */ 
 background: #c0c0c0; 
 color:#ffffff;
 /* color: #333333; */
 border: solid #000000; 
 border-width: 2px 0;
 }

#content { 
 height: 99%; 
 width: 99%; 
 background: #ffffff;
 color: #333333;
 overflow: auto; 
 }
 
#bar-top a {

	color: blue;
	padding: 1px 50px;
/*	border: 2px solid #000000; */
	border-right: 1px solid #3d6eaf;  
	text-decoration: underline;
/*	background:#D1C5A5; */
	font-size: larger;
}

#bar-top a:hover
{
	color: #da4c66;
	text-decoration: underline;
}

#bar-bottom a {

/*	color: #333333; */
	color: blue;
	padding: 1px 50px;
/*	border: 2px solid #000000; */
	border-right: 1px solid #3d6eaf;  
	text-decoration: underline;
/*	background:#D1C5A5; */
	font-size: larger;
}

#bar-bottom a:hover
{
	color: #da4c66;
	text-decoration: underline;
}

