/*  created using www.csswizard.net  */
/* This stylesheet controls the webpage areas colours */

body {
	background-color: rgb(255,255,255);
	}

#pageframe { 
	
	border-left: px solid rgb(210,210,210);
    	border-bottom: px solid rgb(210,210,210);
    	border-right: px solid rgb(210,210,210);
    	border-top: px solid rgb(210,210,210); 
	}
	
#titlearea { 
	background-color: transparent;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	}

#custom1 {
	}

#custom2 {
	}

#custom3 {
	}

/*   XXXXXXXXXXXX  This controls the TOP menu area and buttons  */

#topmenuback { 
	background-color: rgb(255,255,255);
	}

.menutopbox {
}

/*  XXXXXXXXXXXX This controls the SIDE menu area and buttons  */
#leftarea {
	background-color: rgb(255,255,255);
	}

.menubox {
}

.submenubox {
}

/*   XXXXXXXXXXXX  This controls the MIDDLE menu area and buttons  */

#centerarea {
	background-color: rgb(255,255,255);
	border-left: px solid  rgb(153,153,153);
		}

#authorarea {
	}

.headingarea {
	background-color: transparent;
	border-bottom: px solid rgb(153,153,153);
	}

.articlearea {
	background-color: transparent;
	}
	
/* columns in text areas */
	
.clmn1 {border: 1px dotted rgb(230,230,230); background: transparent;}
.clmn2 {border: 1px dotted rgb(230,230,230); background: transparent;}
.clmn3 {border: 1px dotted rgb(230,230,230); background: transparent;}
.clmn4 {border: 1px dotted rgb(230,230,230); background: transparent;}

/*   XXXXXXXXXXXX  Pict and surround XXXXXXXXXXXX */


/*   XXXXXXXXXXXX  Bottom bar area XXXXXXXXXXXX */

#bottombar 
	{background-color: transparent;

	}

/*   XXXXXXXXXXXX  This controls the tables created using our table code generator  */

.subtable {
	background-color: rgb(250,250,250);
	border: 1px solid rgb(0,0,0);
}

.toprow {
	background-color: rgb(230,230,230);
	}

.lastrow {
	background-color: rgb(230,230,230);
	}

/* Individual text font styles*/


p {	color: rgb(162,162,162)}

h1 {	color: rgb(0,0,102);}

h2 {	color: rgb(0,0,102);}

h3 {	color: rgb(0,0,102);}

h4 {	color: rgb(0,0,102);}

h5 {	color: rgb(0,0,102);}

h6 {	color: rgb(0,0,102)}


/* indented paragraphs and list styles*/

ul {  color: rgb(0,0,0)}
li {  color: rgb(0,0,0)}


/* Default text link styles*/

a:link    {color: rgb(13,37,150)}
a:visited {color: rgb(13,37,150)}
a:hover   {color: rgb(13,37,150)}
a:active  {color: rgb(13,37,125)}

/* Top menu text link styles*/


/* Side menu text link styles*/

a.sidemenutext:link {
	background: rgb(240,240,240);
	padding: 3px 0px 0px 12px;
    	border-top: 1px solid rgb(153,153,153);
	color: rgb(0,0,153);
	text-decoration: none;
	}

a.sidemenutext:visited, a.sidemenutext:active {
	padding: 3px 0px 0px 12px;
    	border-top: 1px solid rgb(153,153,153);
	color: rgb(0,0,153);
	text-decoration: none;
	}

a.sidemenutextlive:link, a.sidemenutextlive:visited, a.sidemenutextlive:active {
	padding: 3px 0px 0px 10px;
	background: rgb(255,255,255);
    	border-top: 1px solid rgb(153,153,153);
	color: rgb(253,160,91);
	text-decoration: none;
	}

a.sidemenutext:hover, a.sidemenutextlive:hover {
	background: rgb(100,135,220);
	color: rgb(255,255,255);
	text-decoration : underline;
	}

/* Sidesub menu text link styles*/

a.sidesubmenutext:link, a.sidesubmenutext:visited, a.sidesubmenutext:active {
	padding: 2px 0px 2px 10px;
	background: rgb(255,255,255);
    	border-top: 1px solid rgb(153,153,153);
	color: rgb(0,0,153);
	text-decoration: none;
	}

a.sidesubmenutextlive:link, a.sidesubmenutextlive:visited, a.sidesubmenutextlive:active {
	padding: 2px 0px 2px 10px;
	background: rgb(255,255,255);
    	border-top: 1px solid rgb(153,153,153);
	color: rgb(0,0,0);
	text-decoration: none;
	}

a.sidesubmenutext:hover, a.sidesubmenutextlive:hover {
	padding: 2px 0px 2px 10px;
	background: rgb(0,102,204);
	color: rgb(255,255,255);
	text-decoration: underline;
	}
/* Top menu text link styles*/

.topmenutext li{
display: inline;
margin: 0 0 0 3px;
}


.topmenutext li a:link, .topmenutext li a:visited, .topmenutext li a:active {
	padding: 3px 7px 3px 7px;
    	border: px solid rgb(0,51,153);
	color: rgb(162,162,162);
	text-decoration: none;
	}

.topmenutext li a:hover {
	padding:  3px 7px 3px 7px;
    	border: px solid rgb(230,240,255);
	color: rgb(204,51,102);
	text-decoration: none;}

.topmenutext li.selected a{ /*selected main tab style */
background-color:  rgb(255,255,255);
background-image: url(images/topbutton.gif) ;
border-bottom-color: white;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0px;
border: 1px solid #918d8d; 
font:normal 11px Verdana;
line-height: 18px;
z-index: 100;
background-color: white;
width: 150px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; 
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ 
background-color: ;
}
