html, body{ 
 margin:0; 
 padding:0; 
 background-image: url("/images/top-background.gif");
 background-repeat: repeat-x;
 font-family: arial, verdana,helvetica, sans-serif;
 font-size: 10pt;
} 

h1
   { clear: both; 
     font-family: arial, verdana,helvetica, sans-serif;
     font-size: 150%;
     background-color:#ffffff; 
     color: #990000;}
   
h2 
   { clear: both; 
     font-family:  arial, verdana,helvetica, sans-serif;
     font-size: 130%;
     background-color:#9c9a63; 
     text-align: center;
     color: #990000;}
h4 
   { clear: both; 
     font-family:  arial, verdana,helvetica, sans-serif;
     font-size: 130%;
     background-color:#ffffff; 
     color: #000000;
     margin-bottom: -2px;
     margin-top: -16px;}
          
h3 
   { clear: both; 
     font-family:  arial, verdana,helvetica, sans-serif;
     font-size: 110%;
     background-color:#ffffff; 
     color: #990000;}
     
#pagewidth{ 
 width:790px; 
  min-width: 500px; 
  
} 
 
#header{ 
 height:120px;
 width: 790px; 
 background-color:#ffffff; 
 color: #990000;
 background-image: url("/images/banner.gif");
 background-repeat: no-repeat;
 padding: 5px 0px 0px 0px;
 font-weight: bold;
 } 
  

#leftcol{
 width:228px; 
 float:left; 
 position:relative; 
 margin-left:-228px; 
 margin-right:1px; 
 }
 
#outer{ 
 border:solid white 0px; 
  /*/*/ border-left-width: 228px ;  /* left column width. NN4 hack to hide borders */ 
border-left-color: #ffffff;   /* left column colour */ 
border-left-style: solid; 
background-color: #FFFFFF; /* center column colour */ 
width: auto; 
 } 
 
#footer{
 width:100%; 
 background-color:#9c9a63; 
 color: #990000;
 font-weight: bold;
 text-align: center;
 border-top: 3px solid #990000;
} 

#footer a:link, #footer a:visited{
 color: #990000;
 text-decoration: none;
}
 
#inner{margin:0; width:100%;}
 
#maincol{ 
 float: right; 
 width: 522px; 
 position: relative; 
 margin: 0 -8px 0 -2px; 
 }

#maincol p{
	text-align: justify;
} 

#maincol img {
 border: none;
}

#maincol a:link, #maincol a:visited{
 color: #990000;
 font-weight: bold;
}
 
#outer>#inner { border-bottom: 1px solid #FFFFFF;  }
 
.clr{clear:both;}
 
.content{padding:5px;} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 
 
ol {list-style-type: decimal;}
ol ol {list-style-type: upper-alpha;}
 
 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{border-left:0;} 
}


#menu {
	position:absolute; 
	top:88px; 
	z-index:899; 
	width:800px;
	height:16px;
	background-color:#990000; 
	color:#fff; 
	padding: 1px 0px 1px 0px;
	font-size: 110%;
}

#nav{
	margin:0; 
	padding:0;
	font-size: 80%;
	list-style: none; 
	z-index:900;
	padding:0px 0px 0px 20px;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background-color:#990000; 
}


#nav a {
	background-color:#9a9a30; 
	color: #ffffff;
}

#nav a {
	text-decoration: none;
}

#nav  li a:hover {
	background-color:#990000; 
	color:#9a9a30; 
	
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #fff;
	padding: 1px 5px;
}

#nav li li a:hover {
	padding: 1px 5px;
	background-color:#9a9a30; 
	border: 5px solid #990000;
	border-width: 0 5px;
}

#nav li {
	float: left;
	position: relative;
	padding: 0px 10px 0px 0px;
	text-align: left;
	cursor: default;
	color: white;
	background-color: #990000;
	font-weight: bold;

}

#nav li a:link, #nav li a:visited{
	background-color: #990000;
}

#nav li#first {
	border-left-width: 1em;
}

#nav li#last {
	border-right-width: 1em;
}

#nav li ul {
	display: none;
	position: absolute;
	z-index:910;
	text-align: left;
	top: 100%;
	left: 0;
	font-weight: normal;
	background: url(/images/ddbg3.gif) bottom left no-repeat;
	padding: 0.5em 0 1px 0;
}

#nav li>ul {
	top: auto;
	text-align: left;
	z-index:920;
	left: auto;
}

#nav li li {
	display: block;
	float: none;
	background-color: transparent;
	text-align: left;
	z-index:930;
	width: 10em;
	border: 0;
}

#nav li:hover ul, #nav li.over ul {
	display: block;
	z-index:940;
	min-height:0;
	left:0;
}

.strongital{
font-weight: bold;
font-style: italic;
}

.strong{
font-weight: bold;
}

.ital{
font-style: italic;
}

.greenfont{
font-weight: bold;
	color: #949a29;
}


.redfont{
font-weight: bold;
	color: #990000;
}

.ital{
font-style: italic;
}

.small{
font-size: 90%;
}

.x-small{
font-size: 90%;
}

.imgleft{
	float: left;
	padding: 0px 20px 10px 0px;
	}
	
.imgright{
	float: right;
	padding: 0px 20px 10px 20px;
	}	
