/*  created using www.csswizard.net  */
/* This stylesheet controls the webpage areas colours */

body {
	
    	background-color: rgb(204,51,204);
	}

#pageframe {
    	background-color: rgb(255,204,255);
    	background-image: url(images/pageback.jpg); 
	}
	
#titlearea {
    	background-color: transparent;
    	background-position: top left;
    	background-image: url(picts/red-hat-logo1.png);
            background-repeat: no-repeat;
	}

#custom1 {
	}


/*   XXXXXXXXXXXX  This controls the TOP menu area and buttons  */

#topmenuback {
    	background-color: rgb(255,0,0);
	}

.menutopbox {
}

/*   XXXXXXXXXXXX  This controls the MIDDLE menu area and buttons  */

#centerarea {
    	border-left: 1px double rgb(255,0,0);
    	border-bottom: 1px double rgb(255,0,0);
    	border-right: 1px double rgb(255,0,0);
    	border-top: 1px double rgb(255,0,0);
    	background-color: rgb(255,225,223);
	}

#authorarea {
	}

.headingarea {
	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 {
    	background-color: transparent;
	}

/*   XXXXXXXXXXXX  Bottom bar area XXXXXXXXXXXX */

#bottombar {
    	background-color: rgb(255,0,0);
	}

/*   XXXXXXXXXXXX  This controls the tables created using our table code generator  */

.subtable {
	background: rgb(250,250,250);
	border: 1px solid rgb(0,0,0);
	}

.toprow {
	background: rgb(230,230,230);
	}

.lastrow {
	background: rgb(230,230,230);
	}

/* Individual text font styles*/


p {	color: rgb(0,0,0);}

h1 {	color: rgb(0,0,0);}

h2 {	color: rgb(0,0,0);}

h3 {	color: rgb(0,0,0);}

h4 {	color: rgb(0,0,0);}

h5 {	color: rgb(0,0,0);}

h6 {	color: rgb(0,0,0);}


/* indented paragraphs and list styles*/

ul {  color: rgb(109,109,117);}
li {  color: rgb(109,109,117);}


/* Default text link styles*/

a:link    {color: rgb(13,37,150)}
a:visited {color: rgb(0,0,0)}
a:hover   {color: rgb(248,80,243)}
a:active  {color: rgb(13,37,125)}

/* Top menu text link styles*/

a.topmenutext:link, a.topmenutext:visited, a.topmenutext:active {
    	background: transparent url(images/button.jpg) 0px 0px no-repeat;
	padding: 2px 0px 0px 0px;
	color: rgb(0,0,0);
	text-decoration : none;
	}

a.topmenutextlive:link, a.topmenutextlive:visited, a.topmenutextlive:active {
    	background: transparent url(images/button.jpg) 0px -30px no-repeat;
	padding: 2px 0px 0px 0px;
	color: rgb(0,0,0);
	text-decoration : none;
	}

a.topmenutext:hover  {
    	background: transparent url(images/button.jpg) 0px -60px no-repeat;
	padding: 2px 0px 0px 0px;
	color: rgb(255,204,255);
	text-decoration : underline;
	}

/* Side menu text link styles*/

a.sidemenutext:link {
    	background: transparent url(images/button.jpg) 0px 0px no-repeat;
    	padding: 3px 0px 0px 16px;
	color: rgb(0,0,153);
	text-decoration: none;
	}

a.sidemenutext:visited, a.sidemenutext:active {
    	background: transparent url(images/button.jpg) 0px 0px no-repeat;
    	padding: 3px 0px 0px 16px;
	color: rgb(0,0,153);
	text-decoration: none;
	}

a.sidemenutextlive:link, a.sidemenutextlive:visited, a.sidemenutextlive:active {
    	background: transparent url(images/button.jpg) 0px -30px no-repeat;
    	padding: 3px 0px 0px 16px;
	color: rgb(0,102,204);
	text-decoration: none;
	}

a.sidemenutext:hover, a.sidemenutextlive:hover {
    	background: transparent url(images/button.jpg) 0px -60px no-repeat;
	color: rgb(255,0,0);
	text-decoration: underline;
	}

/* Sidesub menu text link styles*/

a.sidesubmenutext:link, a.sidesubmenutext:visited, a.sidesubmenutext:active {
    	background: transparent url(images/button.jpg) 0px 0px no-repeat;
    	padding: 2px 0px 0px 6px;
	color: rgb(0,0,153);
	text-decoration: none;
	}

a.sidesubmenutextlive:link, a.sidesubmenutextlive:visited, a.sidesubmenutextlive:active {
    	background: transparent url(images/button.jpg) 0px -30px no-repeat;
    	padding: 2px 0px 0px 6px;
	color: rgb(0,0,0);
	text-decoration : none;
	}

a.sidesubmenutext:hover, a.sidesubmenutextlive:hover {
    	background: transparent url(images/button.jpg) 0px -60px no-repeat;
    	padding: 2px 0px 0px 6px;
	color: rgb(255,0,0);
	text-decoration: underline;
	}


