/*  created using www.csswizard.net  */
/* This stylesheet controls the webpage areas colours */

body {
	background-color: rgb(0,0,0);
	}

#pageframe {
    	border-left: 1px solid rgb(240,240,240);
    	border-bottom: 1px solid rgb(240,240,240);
    	border-right: 1px solid rgb(240,240,240);
    	border-top: 1px solid rgb(240,240,240);
    	background-color: rgb(0,0,0);
	}
	
#titlearea { 
	background-color: rgb(128,0,0);
		}

#custom1 {
	}

#custom2 {
	}

#custom3 {
	}

/*   XXXXXXXXXXXX  This controls the TOP menu area and buttons  */

#topmenuback { 
	background-color: #ffffcc;
	}

.menutopbox {
}

/*  XXXXXXXXXXXX This controls the SIDE menu area and buttons  */
#leftarea {
	background-color: rgb(128,0,0);
	}

.menubox {
}

.submenubox {
}

/*   XXXXXXXXXXXX  This controls the MIDDLE menu area and buttons  */

#centerarea {
	background-color: #ffffcc;
		}

#authorarea {
	}

.headingarea {
    	border-left: 1px solid rgb(180,180,103);
    	border-bottom: 1px solid rgb(180,180,103);
    	border-right: 1px solid rgb(180,180,103);
    	border-top: 1px solid rgb(180,180,103);
	background-color: transparent;
	}

.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 */

.articlepicture, .articlepicture0, .articlepicture1 {
    	border: 1px solid rgb(210,210,210);
    	background-color: rgb(245,245,245);
	}

.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(128,0,0);
	}

/*   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(128,0,0)}



h1 {	color: #dffbdb;}

h2 {	color: #dffbdb;}

h3 {	color: maroon;}

h4 {	color: rgb(0,0,102);}

h5 {	color: rgb(255,255,255);}

h6 {	color: rgb(255,255,255)}


/* indented paragraphs and list styles*/

ul {  color: rgb(0,0,0)}
li {  color: rgb(0,0,0)}


/* Default text link styles*/

a:link    {color: gray}
a:visited {color: silver}
a:hover   {color: red}
a:active  {color: gray}

/* Top menu text link styles*/

a.topmenutext:link, a.topmenutext:visited, a.topmenutext:active {
    	border: 1px solid maroon;
    	background: transparent;
	padding: 2px 0px 0px 0px;
	color: gray;
	text-decoration: none;
	}

a.topmenutextlive:link, a.topmenutextlive:visited, a.topmenutextlive:active {
    	border: 1px solid maroon;
    	background: transparent;
	padding: 2px 0px 0px 0px;
	color: gray;
	text-decoration: none;
	}

a.topmenutext:hover {
    	border: 1px solid maroon;
    	background: transparent;
	padding: 2px 0px 0px 0px;
	color: red;
	text-decoration: underline;}

/* Side menu text link styles*/

a.sidemenutext:link {
    	border-top: 1px solid rgb(153,153,153);
	background: rgb(219,219,183);
	padding: 3px 0px 0px 16px;
	color: rgb(128,64,64);
	text-decoration: none;
	}

a.sidemenutext:visited, a.sidemenutext:active {
    	background: transparent;
    	border-top: 1px solid rgb(153,153,153);
	padding: 3px 0px 0px 16px;
	color: rgb(0,0,153);
	text-decoration: none;
	}

a.sidemenutextlive:link, a.sidemenutextlive:visited, a.sidemenutextlive:active {
    	border-top: 1px solid rgb(153,153,153);
	padding: 3px 0px 0px 16px;
	background: rgb(180,180,103);
	color: rgb(253,160,91);
	text-decoration: none;
	}

a.sidemenutext:hover {
	background: rgb(182,169,139);
	color: rgb(0,0,139);
	text-decoration : underline;
	}

/* Sidesub menu text link styles*/

a.sidesubmenutext:link, a.sidesubmenutext:visited, a.sidesubmenutext:active {
    	border-top: 1px solid rgb(153,153,153);
    	padding: 2px 0px 0px 6px;
	background: rgb(219,219,183);
	color: rgb(128,64,64);
	text-decoration: none;
	}

a.sidesubmenutextlive:link, a.sidesubmenutextlive:visited, a.sidesubmenutextlive:active {
    	padding: 2px 0px 0px 6px;
	background: rgb(255,255,255);
    	border-top: 1px solid rgb(153,153,153);
	color: rgb(0,0,0);
	text-decoration: none;
	}

a.sidesubmenutext:hover {
    	padding: 2px 0px 0px 6px;
	background: rgb(182,169,139);
	color: rgb(0,0,139);
	text-decoration: underline;
	}