/*  created using www.csswizard.net  */
/* This stylesheet controls the webpage areas colours */

body {
	background: url('images/bg_body.png') repeat;
	background-color: rgb(255,255,255);	
	}


#pageframe {
	background-color: rgb(255,255,255);
	border: 1px solid rgb(153,153,153);
	}
	
#titlearea { 
	background-color: rgb(140,170,230);
	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);
	border-top: 1px solid rgb(153,153,153);
	border-bottom: 1px solid rgb(153,153,153);
	}

.menutopbox {
}

/*  XXXXXXXXXXXX This controls the SIDE menu area and buttons  */
#leftarea {
	background-color: rgb(0,101,153);
	border-right: 1px solid rgb(153,153,153);
	border-bottom: 1px solid rgb(153,153,153);
	}

.menubox {
	background-color: rgb(0,101,153);
}

.submenubox {
	background-color: rgb(0,101,153);
}

/*   XXXXXXXXXXXX  This controls the MIDDLE menu area and buttons  */

#centerarea {
	background-color: transparent;
		}

#authorarea {
	background-color: transparent;
	}

.headingarea {
	background-color: transparent;
	border-bottom: 1px solid rgb(153,153,153);
	}

.articlearea {
	background-color: transparent;
	}
	
/* columns in text areas */
	
.clmn1 {border: 1px dashed rgb(153,153,153); 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 */

.articlepicture, .articlepicture0, .articlepicture1 {
	background-color: rgb(245,245,245);
	border: 1px solid rgb(210,210,210);
	}

.frametopleft {
	background: url('images/frame_tl.gif') no-repeat top left;
	}

.frametopright {
	background: url('images/frame_tr.gif') no-repeat top right;
	}

.framebottomleft {
	background: url('images/frame_bl.gif') no-repeat bottom left;
	}

.framebottomright {
	background: url('images/frame_br.gif') no-repeat bottom right;
	}

/*   XXXXXXXXXXXX  Bottom bar area XXXXXXXXXXXX */

#bottombar {	background-color: rgb(255,255,255);
	}

/*   XXXXXXXXXXXX  This controls the tables created using our table code generator  */

.subtable {
	background-color: rgb(0,101,153);
	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(0,0,102)}
h1 {	color: rgb(0,0,102);}
h2 {	color: rgb(0,51,153);}
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(0,0,0)}
a:hover   {color: rgb(200,0,0)}
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 16px;
    	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 16px;
    	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 16px;
	background: rgb(0,101,153);
    	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 16px;
	background: rgb(100,135,220);
    	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 16px;
	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 16px;
	background: rgb(0,102,204);
	color: rgb(255,255,255);
	text-decoration: underline;
	}
/* Top menu dd list 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: 1px solid rgb(0,51,153);
	color: rgb(255,255,255);
	text-decoration: none;
	}

.topmenutextlive li a:link, .topmenutextlive li a:visited, .topmenutextlive li a:active, .topmenutext li.selected a {
	background: url('images/topbutton.gif') no-repeat 0px 0px;
	border: 1px solid rgb(255,255,255)
	}

.topmenutext li a:hover {
	padding:  3px 7px 3px 7px;
    	border: 1px solid rgb(230,240,255);
	color: rgb(253,160,91);
	text-decoration: underline;
	}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0px;
border: 1px solid rgb(153,153,153);
font:normal 11px Verdana, Arial, Helvetica, sans-serif;
line-height: 18px;
z-index: 100;
background-color: rgb(255,255,255);
width: 150px;
visibility: hidden;
}

.dropmenudiv a{
border-left:0px solid rgb(153,153,153); border-right:0px solid rgb(153,153,153); border-top:0px solid rgb(153,153,153); border-bottom:1px solid rgb(153,153,153); width: auto;
display: block;
text-indent: 5px;
text-decoration: none;
color: rgb(0,0,0); padding-left:0; padding-right:0; padding-top:2px; padding-bottom:2px
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ 
background-color: #edf3f3;
}