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

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

#pageframe {
    min-width:900px;
	}
	
#titlearea {
    	background-color: transparent;
    	background-repeat: no-repeat;
    	background-image: url(img/title.jpg);
		border: 1px solid rgb(200,160,140);

		background-position:left;
		
	}

#custom1 {
	}

#contentwrapper {
	    	background-color: transparent;
		
	}

#custom3 {
	}

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

#topmenuback {
		background-color: transparent;

			}

.menutopbox {
}

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

#leftarea {
	


	}

.menubox {

	}

.submenubox {
	}

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

#centerarea {

	
	}

#authorarea {
    	background-color: transparent;
	}

.headingarea {

	background-color: transparent;
	}

.articlearea {

	background-color: transparent;
	}
	
#myform{
	border: 1px solid rgb(0,72,100); 
	background-color: rgb(0,0,15);

}	
	
.text {
	border: 1px solid rgb(0,72,100);
background-color: rgb(50,50,100);

color: rgb(135,135,235);
text-align: center;
}
	
.img	{
	
	}
	

.imgtitle {
border: 1px solid rgb(210,210,210);
	}
	
/* columns in text areas */
	
.clmn1 {
    	border: 1px solid rgb(0,72,100);

		}

.clmn2 { border: 1px solid rgb(210,210,210); background: rgb(65,65,65); }
.clmn3 { border: 1px solid rgb(210,210,210); background: rgb(85,85,85); }
.clmn4 { border: 1px solid rgb(210,210,210); background: rgb(85,85,85); }

/*   XXXXXXXXXXXX  Pict and surround XXXXXXXXXXXX */

.articlepicture, .articlepicture0, .articlepicture1, .articlepicturecaption, .articlepicturecaption1  {
    	border: 1px solid rgb(200,160,140);
    		background: rgb(245,231,205);
	}
	
.gallerypic  {
    	border: 1px solid rgb(210,210,210);
    	background-color: transparent;
	}

.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: rgb(245,231,205);
	border: 1px solid rgb(200,160,140);
	width:900px;
	}

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

.subtable {
    	border: 1px solid rgb(210,210,210);
    	background: rgb(85,85,85);
	}

.toprow {
    	background: rgb(102,102,102);
	}

.lastrow {
    	background: rgb(102,102,102);
	}


/* Individual text colours*/


p {	color: rgb(85,78,10);}

h1 {	color: rgb(85,78,10);}



h2 {	color: rgb(85,78,10);}


h3 {	color: rgb(85,78,10);}

h4 {	color: rgb(85,78,10);}

h5 {	color: rgb(85,78,10);}



h6 {	color: rgb(85,78,10);}


/* indented paragraphs and list colours*/

ul { color: rgb(255,255,255)}
li { color: rgb(180,180,180)}

/* Default text link colours*/

a:link    {color: rgb(85,78,10)}
a:visited {color: rgb(60,60,70)}
a:hover   {color: rgb(60,60,70)}
a:active  {color: rgb(60,60,70)}




a.sidemenutext:link {
    	background: rgb(245,231,205) url(images/button.jpg) 0px 0px no-repeat;
	padding: 2px 0px 0px 10px;
	color: rgb(85,78,10);
	text-decoration: none;
	border: 1px solid rgb(200,160,140);
	}

a.sidemenutext:visited, a.sidemenutext:active {
     	background: rgb(245,231,205) url(images/button.jpg) 0px 0px no-repeat;
	padding: 2px 0px 0px 10px;
	color: rgb(85,78,10);
	text-decoration: none;
	border: 1px solid rgb(200,160,140);
	}

a.sidemenutextlive:link, a.sidemenutextlive:visited, a.sidemenutextlive:active {
    	background: rgb(245,231,205) url(images/button.jpg) 0px 0px no-repeat;
	padding: 2px 0px 0px 10px;
	color: rgb(85,78,10);
	text-decoration: none;
	border: 1px solid rgb(200,160,140);
	}

a.sidemenutext:hover, a.sidemenutextlive:hover {
    	background: rgb(85,78,10) url(images/button.jpg) 0px -60px no-repeat;
	color: rgb(245,231,205);
	text-decoration:  underline;
	border: 2px inset rgb(130,130,130);
	}

/* Sidesub menu text link styles*/

a.sidesubmenutext:link, a.sidesubmenutext:visited, a.sidesubmenutext:active {
    	background: rgb(245,231,205) ;
	padding: 2px 0px 0px 6px;
	color: rgb(85,78,10);
	text-decoration: none;
	border: 1px solid rgb(200,160,140);


	}

a.sidesubmenutextlive:link, a.sidesubmenutextlive:visited, a.sidesubmenutextlive:active {
    background: rgb(85,78,10);
	padding: 2px 0px 0px 6px;
   	color: rgb(245,231,205);
	text-decoration: underline;
	}

a.sidesubmenutext:hover, a.sidesubmenutextlive:hover {
    background: rgb(85,78,10);
	padding: 2px 0px 0px 6px;
   	color: rgb(245,231,205);
	text-decoration: underline;
	

	}
