<STYLE TYPE="type/css">

<!--

/* Define the style for the body of the page #eee8cd */

BODY {
	width: 1000px;
	background: #ffffff
	margin: 0px;
	padding:0px;

}
A:link {color:maroon; }
A:visited {color:maroon; }
A:hover{color:blue;}
H1 {font-size: 10pt; font-family: tahoma; color:blue; }
H2 {font-size: 10pt; font-family: tahoma;text-transform:uppercase; text-align:center;}
H3 {font-size:10pt; font-family: tahoma; color:maroon; }
a {font-size: 9pt; font-family: tahoma;}
p{font-size: 9pt; font-family: tahoma;}
p.about {font-size: 9pt; font-family: tahoma;}
td {font-size: 9pt; font-family: tahoma;}



/* Define the style and position for the main section */
div.mainform 
{
	width: 1000px;
	margin-top: 0px;
}

/* Define the main section for the page */
div.main
{
	width: 1000px;
	background: rgb(153,153,153);
}

/* Define the style and position for the column left section */
div.columnleft
{

	width:230px;
	margin-top: 0px;
	margin-left: 0px;
	background-color:#eedc82 ;
}

div.columnleft h3
{
	background-image: url(images/blueband.jpg);
	background-repeat: no-repeat;
	height:30px;
	font-size: 10pt;
	font-family: tahoma;
	text-align:center;
	font-weight:lighter;
	color:#cccccc;
	margin-top: 0px;
}

div.columnleft p
{
	margin-top:-10px;
	margin: 5px;
	font-size:11px;
	font-family: tahoma;
	text-align:left;
	font-weight:lighter;
}
	
div.columnleft a
{
	text-decoration:none;
	margin-left: 5px;
}
/*end of definition for the columnleft section */



/* define the maincenter position of general.php */
div.generalcenter1
{

	margin-top:0px;
	width: 400px;
	margin-left:5px;
}

div.generalcenter1 h3
{
	
	background-image: url(images/greyband.JPG);
	background-repeat: repeat;	
	text-align:center;
	margin-top:0px;
	width:400px;
}


div.generalcenter1 h1 
{
	
	background-image: url(images/greyband.JPG);
	background-repeat: repeat;
	height:30px;
	margin-left: 0px;
	margin-top:0px;
	text-align:center;
	
}



div.generalcenter1 p
{
	
	font-size: 9pt; 
	font-family: Tahoma; 
	font-weight: lighter ;
	margin-left: 0px;
	
}


div.generalarticle
{
	margin-top:0px;
	width: 410px;
	margin-left:5px;
}

div.generalarticle h3 
{
	
	background-image: url(images/greyband.JPG);
	background-repeat: repeat;
	height:30px;
	margin-left: 0px;
	margin-top:0px;
	text-align:center;
	width: 410px;
}
div.generalarticle p
{
	
	font-size: 9pt; 
	font-family: Tahoma; 
	font-weight: lighter ;
	margin-left: 0px;
	
}

/* define the maincenter position of main.php */
div.mainpagecenter
{
	

	margin-top:0px;
	width: 365px;
	margin-left:0px;
	
}
/* define the main right column of main.php */
div.mainpageright
{
	


	width:200px;
	background-color: #fff0f5 ;
	margin-left:3px;
	
}
div.mainpageright h3
{
	


	font-size: 10pt; 
	font-family: Tahoma; 
	font-weight: lighter; 
	background-image: url(images/blueband.JPG);
	background-repeat: repeat;
	height: 25px;
	text-align: center;
	color:white;
	
}



/* define the maincenter position of index.php */
div.maincenter
{
	

	margin-top:0px;
	width: 430px;
	margin-left:0px;
	clear:both;
}


/* define the center article position and style */

div.maincenter h3 
{
	font-size: 10pt; 
	font-family: Tahoma; 
	font-weight: bold; 
	background-image: url(images/greyband.JPG);
	background-repeat: repeat;
	height: 25px;
	text-align: center;
	color:maroon;

}

/* define the maincenter position and style in index.php */

div.maincenter p
{
	margin-top: 0px;
	font-size: 10pt; 
	font-family: Tahoma; 
	font-weight: lighter;
	margin-left: 5px;

}




/*Define the position and style for the mainright section*/
div.columnright 
{
	margin-top:0px;
              margin-left:0px;
	width:180px;
	background-color: #ebebeb ;
	
}
div.columnright h3 
{
	font-size: 10pt; 
	font-family: Tahoma; 
	font-weight: lighter; 
	background-image: url(images/blueband.jpg);
	background-repeat: repeat;
	height: 25px;
	text-align: center;
	color:#cccccc;
}			
div.columnright p
{ 
	margin-top:0px;
	margin-left:5px;
	font-style:italic;
	font-size:10px;
	font-family:tahoma;
	color:black;
}
div.columnright table
{
	background-color:#ebebeb;
	font-size:10px;
}
div.columnright table a
{
	
	font-size:10px;
}

div.about
{
	width:365px;
	margin: 5px;
	text-align:justify;

}

img.floatLeft { 
    float: left; 
    margin-right: 10px; 
}
img.floatRight { 
    float: right; 
    margin-left: 10px; 
}

/* Define the copyright section */
div.copyright p 
{

	margin-top:0px;
	width:1000px;
	background-color: rgb(0,0,0);
	text-align:center;
	font-family:Tahoma;
	font-size:xx-small;
	color:lightgrey;


}


-->

</STYLE> 
