/* CSS Document */
/* innerPage.css */

body {
font-family:Geneva, Arial, Helvetica, sans-serif;
background-color:#000000;
/* background-image:url("file:///C|/Documents and Settings/arvetth/My Documents/NEW_SITE/WebsiteImages/background.jpg"); */
line-height: 1.25;
font-size:13px;
color:#000000;
margin:0px;
padding:0px;
}


/***  Section Heading Styles ***/
h1
{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:14px;
  margin:0px;
  padding:0px;
  text-decoration:none;

}


/***  News & Updates Heading Styles ***/
h2 
{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#999999;
  margin:0px;
  padding:0px;
  text-decoration:none;
}



a:link, a:visited, a:hover
{
   
   font-size:13px;
   
}

a:active
{
   
   background-color:#CCCCCC;
   
}


/*** STYLES *****/

.Navbar a
{
    color:#FFFFFF;
	font-weight:bold;
    text-decoration: none;

}

.side_MENU a
{
   font-size:12px;
   color:#000000;
   text-decoration:none;

}





/**** PAGE STRUCTURE *********/

.container{background-color:#FFFFFF; width:1024px; height:1000px; margin:0 auto; overflow:hidden; border:inset;}

.banner{width:100%; height:15%;}
.Navbar{background-color:#000000;   width:100%; height:4%;}
.Navbar a{height:4%; line-height:28px;  padding:0 8px; display:inline;}



.main{width:100%; height:69%;}

.content {width:72%; height:100%; margin-top:15px; margin-left:4px; float:left;}

.side_MENU{background-color:#FFFFCC;  width:20%; height:100%; margin-top:15px; margin-left:8px; margin-right:20px; float:left;}

.footer{background-color:#CCCCCC; width:100%; height:12%; font-size:13px; padding-top:6px; clear:both;}


/**** COLOUR STRIPS ****/
.strip1{background-color:#FFFFCC; height:2%; display:block;}
.strip2{background-color:#FFFF00; height:0.5%; display:block;}
.strip3{background-color:#009900; height:0.5%; display:block;}
.strip4{background-color:#FFFF66; height:2px; display:block;}



