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

body {
	background-color: rgb(252,252,252);
    	background-image: url(images/background.jpg);
	background-position: center;
	background-repeat: repeat-y;
	}

#pageframe {
    	background-color: rgb(255,255,255); 
    	border: 1px solid rgb(210,210,210); 
	}
	
#titlearea {
    	background-color: transparent;
	background-repeat: repeat-x;
    	background-image: url(images/topfade.jpg);
	}

#searchform {float: left; margin: 2px 0px 0px 5px;}

#custom1 {
	background-image: url(images/complogo.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat; 
	}

#custom2 {
	}

#custom3 {
	}

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

#topmenuback {
    	border-left: 0px solid rgb(210,210,210);
    	border-bottom: 1px solid rgb(210,210,210);
    	border-right: 0px solid rgb(210,210,210);
    	border-top: 1px solid rgb(210,210,210); 
	background-color: rgb(3,3,129);
	background-image: url(images/teleno.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat; 
	}

.menutopbox {
	}

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

#leftarea {
    	background-color: transparent;
    	background-repeat: no-repeat;
    	background-image: url(images/menufade.gif);
	}

.menubox {
    	background-color: transparent;
	}

.submenubox {
	}

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

#centerarea {
    	border-left: 1px solid rgb(235,235,235);
    	border-bottom: 1px solid rgb(235,235,235);
    	border-right: 1px solid rgb(235,235,235);
    	border-top: 1px solid rgb(235,235,235);
    	background-color: rgb(248,248,248);
	}

#authorarea {
    	border: 1px solid rgb(220,220,220); background: rgb(255,255,255);
	}

.headingarea {
    	border-bottom: 1px solid rgb(213,213,210);
    	background-color: transparent;
	}

.articlearea {
    	background-color: transparent;
	}

/* columns in text areas */
	
.clmn1 {    	border: 1px solid rgb(220,220,220); background: rgb(255,255,255); }
.clmn2 { 	border: 1px solid rgb(220,220,220); background: rgb(255,255,255); }
.clmn3 {		border: 1px solid rgb(220,220,220); background: rgb(255,255,255);}
.clmn4 {		border: 1px solid rgb(220,220,220); background: rgb(255,255,255);}

ul.default {list-style: square url(images/bullet.gif)}

/*   XXXXXXXXXXXX  Pict and surround XXXXXXXXXXXX */

.articlepicture, .articlepicture0, .articlepicture1 {
    	border: 1px solid rgb(220,220,220);
    	background-color: rgb(255,255,255);
	}

.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 {
	border-top: 1px solid rgb(220,220,220);
    	background-color: rgb(248,248,248);
	}

/*   XXXXXXXXXXXX  Controls tables created using our tabl 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(85,85,85);}

h1 {	color: rgb(3,3,129);}

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

h3 {	color: rgb(3,3,129);}

h4 {	color: rgb(3,3,129);}

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

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

p.tele {	color: rgb(3,3,129);
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	text-align: center;
	margin: 0px 0px 0px 0px;}
p.lowerleft {	color: rgb(3,3,129);
	width: 150px;
	border: 1px solid rgb(220,220,220); 
	background: rgb(255,255,255);
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
	margin: 30px 0px 30px 0px;}

/* indented paragraphs and list styles*/

ul {  color: rgb(85,85,85);}
li {  color: rgb(85,85,85);}


/* 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*/

a.topmenutext:link, a.topmenutext:visited, a.topmenutext:active	{
    	border-right: 1px solid rgb(210,210,210);
    	background: transparent;
	color: rgb(210,210,210);
	text-decoration: none;
	}

a.topmenutextlive:link, a.topmenutextlive:visited, a.topmenutextlive:active {
    	border-right: 1px solid rgb(180,180,180);
    	background: transparent;
	color: rgb(180,180,180);
	text-decoration: none;
	}

a.topmenutext:hover  {
    	border-right: 1px solid rgb(255,255,255);
    	background: transparent;
	color: rgb(255,255,255);
	text-decoration: underline;
	}

/* Side menu text link styles*/

a.sidemenutext:link {
    	background: transparent url(images/button.jpg) 0px 0px no-repeat;
    	border-bottom: 1px solid rgb(230,230,230);
	color: rgb(0,0,0);
	padding: 3px 0px 0px 16px;
	text-decoration: none;
	}

a.sidemenutext:visited, a.sidemenutext:active {
    	background: transparent url(images/button.jpg) 0px 0px no-repeat;
    	border-bottom: 1px solid rgb(230,230,230);
	color: rgb(119,0,0);
	padding: 3px 0px 0px 16px;
	text-decoration: none;
	}

a.sidemenutextlive:link, a.sidemenutextlive:visited, a.sidemenutextlive:active
	{
    	background: transparent url(images/button.jpg) 0px -30px no-repeat;
    	border-bottom: 1px solid rgb(230,230,230);
	color: rgb(253,160,91);
	padding: 3px 0px 0px 16px;
	text-decoration: none;
	}

a.sidemenutext:hover {
    	background: transparent url(images/button.jpg) 0px -60px no-repeat;
    	border-bottom: 1px solid rgb(255,0,0);
	color: rgb(0,0,0);
	padding: 3px 0px 0px 16px;
	text-decoration: underline;
	}

/* Sidesub menu text link styles*/

a.sidesubmenutext:link, a.sidesubmenutext:visited, a.sidesubmenutext:active {
    	border-bottom: 1px solid rgb(230,230,230);	
	background: transparent;
	padding: 2px 0px 0px 6px;
	color: rgb(85,0,0);
	text-decoration: none;
	}

a.sidesubmenutextlive:link, a.sidesubmenutextlive:visited, a.sidesubmenutextlive:active {
    	border-bottom: 1px solid rgb(230,230,230);	
	background: transparent;
	padding: 2px 0px 0px 6px;
	color: rgb(119,0,0);
	text-decoration: none;
	}

a.sidesubmenutext:hover {
    	border-bottom: 1px solid rgb(255,0,0);
	background: transparent;
	color: rgb(255,0,0);
	padding: 2px 0px 0px 6px;
	text-decoration: underline;
	}
