#page{
	padding: 0px;
	background: #000000;
}

.imgRight {
float: right;
padding: 5px 5px 5px 5px;
margin-left: 3px;
margin-top:3px;
margin-bottom: 3px;
border: 1px solid #aaf
}

.imgLeft {
float: left;
padding: 15px 40px 10px 20px;
}

.imgCentre {
float: center;
padding: 15px 15px 15px 15px;
}

.imgTop {
padding: 0px 0px 0px 0px;
height:"70px";
width:"70%";
position:absolute;
top:140
}

li{
 margin-bottom: 1em;
}

H1{
	padding: 10px 10px 0 10px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	color: blue;
	background: url(images/menub_bg.gif);
}

H2{
color:green;
font-size: 175%;
background: grey;
}

H3{
color:green;
font-size: 150%;
}


 
#header{
 position:relative; 
 height:114px; 
 background-color:#000000; 
 width:100%;
} 

.boundbox{
background: #ff0022;
padding: 2em;
} 


div.pagewidth{ 
 width:93%; 
 position:absolute; 
 text-align:left;  
 margin-left:1.5%; 
 margin-right:auto;  
border: 1px ridge lightblue;
background: #ffffff;
padding: 1em;
} 
 
div.rightcol{
 vertical-align: top;
 background: #f4f9e8;
 border: 1px ridge lightblue;
 padding: 1em;
 width:23%; 
 float:left; 
 position:relative; 
 }
 
div.maincol{
 float: right; 
 display:inline; 
 position: relative; 
 width:70%;  
  /* background: #f4f9d8 url(images/bg3.jpg) no-repeat; */
 /*background: #fcfcfc; */
 background: #ffffff;
 padding: 1em;
 border: 0px ridge blue;
 }


body{
	font: 12px Arial,Helvetica,Sans-Serif;
	font-family: Arial,Helvetica,Sans-Serif;
	vertical-align: top;
/* background: #000000 url(images/bg.jpg) no-repeat top center; */
	/* background-attachment: fixed; */
	color: #666666;
	background: url(images/bg-bluelines2.jpg);
	/*background-color: #d7fae0; */
}


 
#footer{
 height:25px; 
  background-color:white; 
 clear:both;
 } 
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
 

.banner {
  margin: 0;
  font-size: 80% /*smaller*/;
  font-weight: bold;
  line-height: 2;
  text-align: right; 
 right: 10px
 top: 10px
 position:relative; 
 float: right;
 background-color:white; 
 padding: 1em;
}


/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: absolute;
	padding: 0 0 0px 0px;
	margin: 0 0 0 0;
	top: 140px;
	left: 40px;
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#bde;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 20px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	/* background: url(images/menub_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	/* background: url(images/menub_hover_right.gif) no-repeat right top; /*right tab image path*/
}


/* body>div.banner { position:fixed } */

div.banner p {
  margin: 0; 
  padding: 0.3em 0.4em;
  font-family: Arial, sans-serif;
  /* background: url(images/new3.gif); */
  border: blue;
  color: blue;
}


A:link{color:blue}
A:active{color:darkblue}
A:visited{color:darkblue}
a:hover{ text-decoration: underline; }
