﻿html,body 
{
	background-color:#603913;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}
h1 {
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;
	color: #FFFF00;
   }
  
   .headerblock
   {
	background-color:#A67C52;
     border-bottom-style:solid ;
   }
   p {
	font-size: 1.0em;
	line-height: 1.2em;
	margin: 1.0em 0em 1.0em 0em;
	text-align: justify ;
}
.myline
{
  margin-left:30px;
  
}
#header {
	height: 180px;
	padding: 0 10px 0 10px;
	color: #a83930;
	background-color: #fdea12;
	background: url(images/indextitle.jpg) repeat top right;
}
#logo {
	background-color: #fdea12;
	background: url(images/logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 100px;
	width: 500px;
	border: 0;
	float: left;
}
#header1 {
	height: 100px;
	padding: 0 10px 0 10px;
	color: #a83930;
	background-color: #603913;
	background: url(images/homebutton.jpg) repeat top left;
}
#sidebar {
	float:left;
	padding: 0 10px 10px 10px;
	background-color: #C69C6D;
	background-repeat: repeat-y;
	background-position: top left;
	border-bottom: 2px solid #603913; 
	width: 174px;  /* ds */
}
html>body #sidebar {
	width: 174px;
}
#sidebar h3 {
  font-weight: bold;
  padding-bottom: 0.5em;
  border-bottom: 1px dashed #fdea12;
  color: #fdea12;
}
#nav {
}
#nav li {
	display: inline; /* for IE5 and IE6 */
}
#nav ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
#nav a:link, #nav a:visited {
	display: block;
	width: 99.99%; /* for IE5 */
	color: #fdea12;
	text-decoration: none;
	padding: 0.25em 0.5em 0.25em 0.5em;
	font-weight: bold;
}
#nav a:hover {
	text-decoration: none;
	color: #FF0000;
	background-color: #A67C52;	
	
}
.dynamicMenu {
    background-color:#C69C6D;
    border-color: #fdea12;
    border-style: solid;
    border-width: 1px;
}
.dynamicMenuItem
{
    background-color: #C69C6D;
    border-color: #fdea12;
    border-style: solid;
    border-width: 1px;
}
#breadcrumbs 
{
	color: Yellow ;
	padding: 5px;
	float: right;
	clear: left;
	margin-bottom: 0.1em;
}
#breadcrumbs a:link, #breadcrumbs a:visited,
#breadcrumbs a:hover, #breadcrumbs a:active {
	color: Yellow ;
}#content 
{
	margin-left: 195px; 
	padding: 0 10px 1.2em 10px;
	background-color: #C69C6D;
	 
}
.itemContent {
	padding-bottom: 0.1em;
	
}
.itemContent1 {
	height:365px;
	overflow:scroll;
	}
.login {
	color: Yellow ;
	padding: .2px;
	margin-top: .2px;
	
}