html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color:#000000; 
 width: 100%;
} 

h1
   { clear: both; 
     font-family: arial, verdana,helvetica, sans-serif;
     font-size: 135%;
     background-color:#990000; 
     color: #ffffff;}
   
h2 
   { clear: both; 
     font-family:  arial, verdana,helvetica, sans-serif;
     font-size: 130%;
     background-color:#ffffff; 
     text-align: center;
     color: #990000;}

h1.c{
margin: -3px -3px 0px -3px;
text-align: center;
}     

     
h1.d{
margin: 0px -3px 0px -3px;
text-align: center;
font-style: italic;
}     

h3 
   { clear: both; 
     font-family:  arial, verdana,helvetica, sans-serif;
     font-size: 110%;
     background-color:#ffffff; 
     color: #990000;}
     
#pagewidth{ 
 width:980px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;   
 background-color:#990000; 
 color: #ffffff;
  
} 
 
#header{ 
 position:relative; 
 padding:10px 0px 10px 0px;
 width:100%;
 background-image: url("images/header-background.gif");
 background-repeat: repeat-x;  
 background-color:#990000;  
 border-bottom: 2px solid black;
 } 
 
#leftcol{
 width:91px; 
 float:left; 
 position:relative; 
 margin-left:-91px; 
 margin-right:1px; 
 }
 
#outer{ 
 border:solid black 0px; 
  /*/*/ border-left-width: 91px ;  /* left column width. NN4 hack to hide borders */ 
border-left-color: #990000;   /* left column colour */ 
border-left-style: solid; 
background-color: #000000; /* center column colour */ 
width: auto; 
 } 
 
#footer{
 color:#ffffff; 
 background-color:#000000; 
 clear:both;
 text-align: center;
 margin-top: -1px;
 border-top: 3px solid #990000;
 border-bottom: 3px solid #990000;
} 

#footer a:link, #footer a:visited{
 color: #ffffff;
 text-decoration: none;
}

#inner{margin:0; width:100%;}
 
#maincol{ 
 float: right; 
 width: 97%; 
 position: relative; 
 margin: 0px 0px 0px -2px; 
 padding: 5px 10px 0px 0px;
 color: #ffffff;
 background-color: #000000;
 

 }

#maincol img {
 padding:10px;
 border: none;
} 

#maincol p {
 text-align: justify;
}

#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*/ 
 

 
 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{border-left:0;} 
}

#navigation {
	width: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align: center;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom: 1px solid #000000;
}
#navigation li a:link, #navigation li a:visited  {
	display: block;
	padding: 5px 5px 5px 0.5em;
	background-color: #990000;
	color: #ffffff;
	text-decoration: none;
}
#navigation li a:hover {
	background-color: #000000;
	color: #ffffff;
}
#navigation ul ul {
	margin-left: 12px;
}
#navigation ul ul li {
	border-bottom: 1px solid #000000;
	margin:0;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
	background-color: #CAE1F5;
	color: #000000;
}
#navigation ul ul a:hover {
	background-color: #95D2B5;
	color: #000000;
}

.eg200r {
	border: 2px solid #990000; 
	margin: 8px; 
	padding: 3px 3px 0px 3px;
	width: 200px;
	float: right;
	color: #990000;
	background-color: #ffffff;
	}

.egleft {
	margin: 4px; 
	padding: 20px 3px 100px 3px;
	width: 400px;
	float: left;
	color: #ffffff;
	background-color: #000000;
	}	


.redfont{
color: #990000;
background-color: #ffffff;
}

.bolditalredfont{
color: #990000;
background-color: #ffffff;
font-weight: bold;
font-style: italic;
}

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

.strong{
font-weight: bold;
}

.ital{
font-style: italic;
}

.ital{
font-style: italic;
}

.small{
font-size: 90%;
}

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

.leftimg{
float: left;
}

.center{
text-align: center;
}

.rightimg{
float: right;
}