<STYLE TYPE="type/css">

<!--

/* Define the style for the body of the page #eee8cd */

BODY {
	width: 900px;
	margin: 0px;
	padding:0px;

}
H1 {font-size: 10pt; font-family: tahoma; color:darkblue; }
H2 {font-size: 10pt; font-family: tahoma;text-transform:uppercase; text-align:center;}
H3 {font-size:10pt; font-family: tahoma; color:maroon; }
h4 {font-size:12pt; font-family: tahoma; color:maroon; }
a {font-size: 9pt; font-family: tahoma; text-decoration:none;}
p{font-size: 9pt; font-family: tahoma; margin-left:5px; margin-right:5px;}
TD {font-size: 9pt; font-family: tahoma;}


/* Define the style and position for the LEFT column (class parent, submenu) section */
div#parent
{

	width:190px;
	margin-top: 0px;
	margin-left: 0px;

}

div#parent h3
{

	height:30px;
	font-size: 10pt;
	font-family: tahoma;
	text-align:center;
	font-weight:lighter;
	color:#cccccc;
	margin-top: 0px;
}

div#parent p
{
	margin-top:-10px;
	margin: 2px;
	font-size:11px;
	font-family: tahoma;
	text-align:left;
	font-weight:lighter;
}
	
div#menu a
{
	text-decoration:none;
	margin-left: 5px;

}
div#submenu a
{
	text-decoration:none;
	margin-left: 5px;

}

/*end of definition for the LEFT column section */


/* define the CENTER column of index.php */
div#articles
{

	margin-top:0px;
	width: 395px;
	margin-left:5px;
}

div#articles h3
{
	
	text-align:center;
	margin-top:0px;

}


div#articles p
{
	
	font-size: 9pt; 
	font-family: Tahoma; 
	font-weight: lighter ;
	margin-left: 10px;
	
}
/* define the denter column of leftcolumn.php */
div#leftcolumn
{
	
	width:190px;
	background-color:#e8e8e8;
	margin-left:0px;
	
}

div#leftcolumn p
{
	
	font-size: 9pt; 
	font-family: tahoma; 
	font-weight: lighter ;
	margin-left: 2px;
		
}



/* define the denter column of index.php */
div#indexcenter
{
	
	width:385px;
	background-color: #ffffff;
	margin-left:0px;
	
}

div#indexcenter p
{
	
	margin-top: 0px;
	font-size: 10pt; 
	font-family: Tahoma; 
	font-weight: lighter;
	margin-left: 0px;
}


/* define the RIGHT column of index.php */
div#indexrightcolumn
{
	
	width:305px;
	background-color: #ffffff;
	margin-left:3px;
	
}
div#indexrightcolumn h3
{
	font-size: 10pt; 
	font-family: tahoma; 
	font-weight: lighter; 
	height: 25px;
	text-align: center;
	color:white;
}


div#indexrightcolumn p
{
	margin-top: 0px;
	font-size: 10pt; 
	font-family: tahoma; 
	font-weight: lighter;
	margin-left: 0px;
}

/* define the RIGHT column of the other pages */
div#rightcolumn
{
	
	width:190px;
	background-color:#fff0f5;
	margin-left:3px;
	
}
div#rightcolumn h3
{
	font-size: 10pt; 
	font-family: tahoma; 
	font-weight: lighter; 
	height: 25px;
	text-align: center;
	color:white;
}


div#rightcolumn p
{
	margin-top: 0px;
	font-size: 10pt; 
	font-family: tahoma; 
	font-weight: lighter;
	margin-left: 0px;
}




/* Define the copyright section */
div#copyright 
{
	margin-top:0px;
	width:900px;
	background-color: rgb(10, 10, 10);
	text-align:center;
}
div#copyright p 
{

	font-family:Tahoma;
	font-size:xx-small;
	color:lightgrey;
}



img.floatLeft { 
    float: left; 
    margin-right: 10px; 
}
img.floatRight { 
    float: right; 
    margin-left: 10px; 
}

-->

</STYLE> 
