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

body {
	background-color: rgb(171,146,70);
	/*background-image: url(bricks.jpg); */
	}

#pageframe { 

	
	}
	

	
#titlearea { 

	
	background-color: rgb(0,69,0);
	background-image: url(img/banner.jpg); 
	border: 1px solid rgb(240,240,240);
	}

#custom1 {
	}

#main {
	}

#custom3 {
	}



/*  XXXXXXXXXXXX This controls the SIDE menu area and buttons  */
#leftarea {
			background-image: url(img/gravel.jpg); 
	background-color: rgb(124,124,57);
	border: 1px solid rgb(240,240,240);
	}

.menubox {
background-color: rgb(0,69,0);
}



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

#centerarea {
	
	background-color: rgb(174,164,92);
	
	border: 1px solid rgb(240,240,240);
		}

#authorarea {
	}

.headingarea {
	background-color: transparent;
	border: 1px 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 */

.articlepicture, .articlepicture0, .articlepicture1, .frontpic {
		background-color: rgb(223,223,208);
	border: 1px solid rgb(240,240,240);
	}

.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-image: url(img/bottom.jpg); 
	background-color: rgb(83,131,13);
	border: 1px solid rgb(240,240,240);
	}

/*   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(0,0,0)}

.side { color: rgb(232,233,233);}

h1 {	color: rgb(232,213,213);}

.black{
	color: rgb(0,0,0);}
	

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

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

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

h5 {	color: rgb(125,125,125);}

h6 {	color: rgb(232,213,213)}


/* indented paragraphs and list styles*/

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

/*input box;s */
input[type="text"] {background-color: rgb(140,170,230)}

/* Default text link styles*/

a:link    {color: rgb(252,228,228)}
a.body:link    {color: rgb(0,0,120)}
a.body:visited    {color: rgb(0,0,120)}
a:visited {color: rgb(252,228,228)}
a:hover   {color: rgb(232,213,213)}
a:active  {color: rgb(232,213,213)}

/* Top menu text link styles*/



/* Side menu text link styles*/

a.sidemenutext:link , a.sidemenutext:visited{
	
	background: rgb(100,69,0);
	padding: 3px 0px 2px 16px;
	background-image: url(img/button.jpg); 
    	border: 1px outset rgb(153,153,153);
	color: rgb(232,233,233);
	text-decoration: none;
	}

 a.sidemenutext:active {
	padding: 3px 0px 0px 16px;
	background-image: url(img/button.jpg); 
    	border: 1px outset rgb(153,153,153);
	color: rgb(232,233,233);
	text-decoration: underline;
	}

a.sidemenutextlive:link, a.sidemenutextlive:visited, a.sidemenutextlive:active {
	padding: 3px 0px 0px 16px;
	background-image: url(img/button.jpg); 
	background: rgb(255,255,255);
    	border: 1px outset rgb(153,153,153);
	color: rgb(232,233,233);
	text-decoration: none;
	}

a.sidemenutext:hover, a.sidemenutextlive:hover {
	background: rgb(10,105,10);
	background-image: url(img/button.jpg); 
	font-weight: bold;
	color: rgb(255,255,255);
	text-decoration : underline;
	border: 1px inset rgb(253,253,253);
	}

/* Sidesub menu text link styles*/

a.sidesubmenutext:link, a.sidesubmenutext:visited, a.sidesubmenutext:active {
	padding: 2px 0px 0px 6px;
	background: rgb(255,255,255);
	background-image: url(img/button.jpg); 
    border: 1px outset rgb(153,153,153);
	color: rgb(232,213,213);
	text-decoration: none;
	}

a.sidesubmenutextlive:link, a.sidesubmenutextlive:visited, a.sidesubmenutextlive:active {
	padding: 2px 0px 0px 6px;
	background: rgb(255,255,255);
	background-image: url(img/button.jpg); 
    border: 1px outset rgb(153,153,153);
	color: rgb(232,213,213);
	text-decoration: none;
	}

a.sidesubmenutext:hover, a.sidesubmenutextlive:hover {
	padding: 2px 0px 0px 6px;
	background: rgb(0,102,204);
	background-image: url(img/button.jpg); 
	color: rgb(253,253,253);
	text-decoration: underline;
	border: 1px inset rgb(253,253,253);
	}