/* **************************************************************************** */
/*	Style sheet for Links by Chris Croome (chris@atomism.demon.co.uk) of 	*/
/*	webarchitects (http://www.webarchitects.co.uk/)				*/
/*										*/
/*	For further information on CSS see these sites:				*/
/*	http://www.w3.org/Style/						*/
/*	http://www.css.nu/							*/
/*	Want answers to your CSS questions? try this usenet group:		*/
/*	comp.infosystems.www.authoring.stylesheets				*/
/*										*/
/*	If you want to check the validity of the style sheet you can use this:  */
/*	http://jigsaw.w3.org/css-validator/					*/
/*										*/
/* **************************************************************************** */


/*	This is used for the sub headers					*/


/* H1  headers etc.*/

h1 { margin-left: auto; font-size: 32px; font-weight: normal; border: none; color: #000000; font-family: Arial, Helvetica, sans-serif;}
h2 { margin-left: auto; font-size: 24px; font-weight: normal; border: none; color: #000000; font-family: Arial, Helvetica, sans-serif;}
h3 { margin-left: auto; font-size: 20px; font-weight: normal; border: none; color: #000000; font-family: Arial, Helvetica, sans-serif;}
h4 { margin-left: auto; font-size: 13px; font-weight: bold; border: none; color: #000000; font-family: Arial, Helvetica, sans-serif; }

/* Link colours etc. */

a:link    {  text-decoration : underline; color: #0000FF}
a:visited {  text-decoration : underline; color: #000000}
a:hover   {  text-decoration : underline; color: #FF0000}

a.lhsNav:link    {  text-decoration : underline; color: #FFFFFF}
a.lhsNav:visited {  text-decoration : underline; color: #CCCCCC}
a.lhsNav:hover   {  text-decoration : underline; color: #336633}


/* colours */

.highRed    { color: #FF0000}
.highOrange { color: #CC6600}
.highAnsa   { color: #8A2223}

/* size */

.copyRite    { font-size: 10px; }
.copyRight    { font-size: 10px; color: #8A2223 }
.small10W   { font-size: 10px; color: #FFFFFF}

/* table backgrounds */

.bgcat1 {  background-color: #336633; font-size: 9px; color: #FFFFFF}


/* bottom navigation */

#navlist
{
margin: 0;
padding: 0 0 10px 5px;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: center;
line-height: 12px;
font-weight: normal;
margin: 0 10px 4px 5px;
text-decoration: underline;
color: #000;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 2px solid #8A2223;
padding-bottom: 2px;
background: transparent;
text-decoration: none;
color: #000;
}

#navlist a:hover { color: #8A2223; }

/* Scrolling ticker */

#jump_base {
  overflow-y:hidden;
  width: 200px;
  height: 100px;
  border: 2px dotted #000099;
  margin: auto;
  padding: 0 10px 0 10px;
  font-size: .9em;
  font-family: Verdana, Arial, sans-serif;
}

#jump_base a {
  color: #000099;
  background-color: inherit;
}

.news {
  background-color: #DDDDDD;
  color: inherit;
}

/* body etc. */

body {
color: #00FF00;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;
}


   td, tr, p, div, ul, li {    
     margin-left      : auto
     font-family      : Verdana, Arial, Helvetica, Geneva, sans-serif;  
     font-weight      : normal;
     font-size        : 11px;                                                 
     color            : #000000;                                              
   }



/* End */