body
 {background-color: #CC3366; 
 margin: 0px 0px 0px 0px;
 padding: 0px;
 background-image:  url(graphics/logo_head/bkground.gif); 
 background-repeat: repeat-x;
font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
color : #666666;
padding: 0px;
margin: 0px;
}

p {
font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #000000;
}

td{
font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
color : #666666;	
}

.maintable{
background-color: White;
padding: 0px;
color : #333333;
font : 14px Verdana, Geneva, Arial, Helvetica, sans-serif;	
border-bottom: 1px solid black;
}

.maintable a:link { color : #000000; text-decoration : underline }
.maintable a:visited { color : #999999; text-decoration : underline }
.maintable a:hover { color : #ECBC91; text-decoration : underline }
.maintable h1 {
	color : #483D8B;
	font : bold 14px Verdana, Arial, Helvetica, sans-serif;
}
.maintable h2 {
	color : #FF6600;
	font : bold 12px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing : 2px
}
.content {
margin-top: 10px;
	padding: 0px 6px 6px 15px;
	background-color: White;
}

#sidebarrt {
border-left: 1px solid #999999;
background-color: #FFEED8;
padding: 0px 2px 0px 2px;
color: black;
}

#sidebarlt {
background-image:  url(graphics/sidebarbck.gif);
background-repeat: repeat-y;
border-right: 1px solid #999999;
padding: 0px 4px 0px 4px;

}
#sidebarlt p{
font-size: 12px;
color: #333333;
}


/*--  How the menu and related articles links look in the index, main page, and article templates  --*/
#nav a {
font-family:Arial;
font-size:11px;
color:#666666;
font-weight:bold;
text-decoration:none;
}

/*--  How the menu and related articles links look in the index and article templates when hovered over with the mouse  --*/
#nav a:Hover {
font-family:Arial;
font-size:11px;
color:#000000;
font-weight:bold;
cursor:pointer;
text-decoration:none;
}


/* The Footer*/
.footer {
 color: White; /* this is the colour of the font */
 text-align: center;
 font-size: 11px;
}
.footer a:link { color : #666666;
}
.footer a:visited { color : #99CCFF;
}
.footer a:hover { color : #000000;
}

h1 {  font-family: Arial, Helvetica, sans-serif; 
font-size: 14px; 
color: #CC3366;
}

h2 {  font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #663300;
}

h3  { 
	color: #666666;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 12px;
	}
	.hotrecommended {	font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: italic;	font-weight: bolder; color: #CC3366;}
	
.valid {
	border: 1px solid #333333;
	background-color: #FDD021;
color: Black;
font-size: 10px;
padding: 2px 2px 2px 2px;
}
	
#navbar {
   border-collapse: collapse;
	text-align: center;
}

.imgleft{
	float: left;
}
.imgright {
	float: right;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}