html, body 
{
	padding: 1px 5px 5px 50px
	background:background.gif;
	background-color: #fff;
	color:  Blue ;
	font: normal 90%/1.8em 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	margin: 0;
	height: 100%;
}

#header {
	height: 0px;
	padding: 0 10px 0 10px;

	
	border-bottom: 2px solid #a83930;
}
#header h1 {
	padding: 10px 0 0 0;
	margin: 0 0 0 10px;
	color: #a83930;
	margin-left: 10px;
}

#content 
{
	margin-left: 10px; 
	padding: 0px 10px 1.8em 10px;
	
	
	background-color: #fff;
}
.code {
	color: #a83930;
	background-color: #fdea12;
    font: 0.9em/1.4em verdana, arial, helvetica, sans-serif;
    float: right;
    border: solid 1px #a83930;
    padding: 10px;
}
.code a:link, #breadcrumbs a:visited,
.code a:hover, #breadcrumbs a:active {
	color: #a83930;
}

#sidebar {
	float:left;
	/* padding: 10px 10px 10px 10px; */
	background-color: Silver ;
	background-image: url(images/bg_2.gif);
	background-repeat: repeat-y;
	background-position: top left;
	border-top: 2px solid #fdea12;
	border-bottom: 2px solid #a83930; 
	clear:left;
	width: 10%  /* ds */
}
#footer {
	margin-left: 210px; 
	padding: 0 20px 1.8em 10px;
	border-top: 1px solid #a83930;
	clear: both;
}
#footer p {
	font: normal 0.8em/0.9em verdana, arial, helvetica, sans-serif;
	color: #666;
}
#footer p.left {
	float: left;
	clear: left;
}
#footer p.right {
	float: right;
	clear: right;
}
.spacer {
	clear: both;
}
dd, dt {
	font-size: 0.95em;
}
#mainTitle {
	font-size: 2.0em;
	font-weight: bold;
	visibility: hidden;
}
.pageTitle {
	font-size: 1.5em;
	font-weight: bold;
}
.itemTitle {
	border-bottom: 1px solid #a83930;
	font-size: 1.5em;
}
.itemContent {
	padding-bottom: 1.8em;
}
.box {
    border: solid 1px #a83930;
}
.boxFloat {
    /* border: solid 1px #a83930; */
    float: left;
}
.boxFloatRight {
    border: solid 1px #a83930;
    float: right;
}
.floatRight {
    /* border: solid 1px #a83930; */
    float: right;
}

.newsItem 
{
	padding-top: 1.0em;
	border-bottom: 1px solid #a83930;
    }
.newsTitle 
{
	font-size: 110%;
    /*
	float: left;
    */
}
.newsDate {
    font: normal 0.9em/0.9em 'Lucida Grande', Verdana,  Geneva, Lucida, Helvetica, Arial, sans-serif;
	float: right;
	/* clear: right; */
	color: #666666;
}
.newsContent {
	text-align: left;
}
.rowSelected {
    background-color: #FEF268;
}

input.buttonLink
{
    text-decoration: underline;
    border: 0px;
    background-color: Transparent;
}

.grid {
    margin-bottom: 10px;
}
.grid TR TD {
    padding: 1px 5px 1px 5px;
}

.details, .details TR, .details TD{
    border-style: none;
    border-width: 0;
    padding-left: 20px;
}
.detailsHeader 
{
    background-color: #FEF268;
    border: solid 1px green;
}

table.menu
{
font-size:100%;
position:absolute;
visibility:hidden;
text-align:center ;
}

td.menu
{
background:navy;
width:100%;
text-align:center;
}

td.menuHeader
{
background:navy;
width:33%;
text-align:center;
	
	
}