/***************************************************************************
 *                              main_style.php
 *                            -------------------
 *   begin                : Monday, June 26, 2006
 *   copyright            : (C) 2006 Scoobler Solutions
 *   email                : scoobler@gmail.com
 *
 ***************************************************************************/

/***************************************************************************
 *
 *   This file contains most of the style found on the website, from the 
 *   background color to fonts and sizes used.
 *   Follow the comments to edit the colors on your site.
 *
 ***************************************************************************/

/* The body tag is the overall page */
body 
{ 
	font-family: arial, helvetica, sans-serif;  		/* The default font to be used */
	font-size: 11px; 																/* The default font size */
	color: B1CBE0; 																	/* The default font colour */
	background-image: none;													/* The main page background image */
	background-color: 3B4E5D; 											/* The main page background color */
}

/* The td is the table default */
td 
{ 
	line-height: 1.2;  															/* The line height of the each line */
}

/* The HeaderNAV is the top left link section */
TD#HeaderNAV
{
	background-color: 293E4F;												/* The background color of the header */
}

/* The Border is the borders round the table */
TD#Border
{
	background-color: 333333;												/* The background color of the borders */
}

/* The Main is the main centre section backgound colour */
TD#Main
{
	background-color: 3F617E;												/* The background color of the borders */
}

/* The Main is the main centre section text control */
TD#MainText
{
	font-family: arial, helvetica, sans-serif;    	/* The font to be used */
	font-size: 12px;  															/* The font size */
	color: B1CBE0; 																	/* The font colour */ 
}
/* The Main is the main centre section */
TD#NavBar
{
	font-family: arial, helvetica, sans-serif;    	/* The font to be used */
	font-size: 11px;  															/* The font size */
	color: 0A2236; 																	/* The font colour */ 
	background-color: 3F617E;												/* The background color of the footer */
}
/* The Main is the main centre section */
TD#Footer
{
	font-family: arial, helvetica, sans-serif;    	/* The font to be used */
	font-size: 11px;  															/* The font size */
	color: B1CBE0; 																	/* The font colour */ 
	background-color: 3F617E;												/* The background color of the footer */
}
/* The following control the links that appear at the top left*/
a.menu:link
{
	color: 637F97; 																	/* The font color */
	font-family: arial, helvetica, sans-serif;  		/* The font used */
	font-size: 11px;   															/* The font size */
	text-decoration: none;   												/* The font style, bold, underline etc */
}
a.menu:visited 
{
	color: 637F97; 																	/* The font color */  
	font-family: arial, helvetica, sans-serif;  		/* The font used */ 
	font-size: 11px;   															/* The font size */
	text-decoration: none;    											/* The font style, bold, underline etc */
} 
a.menu:active 
{
	color: FFFFFF; 																	/* The font color */  
	font-family: arial, helvetica, sans-serif;  		/* The font used */ 
	font-size: 11px;   															/* The font size */
	text-decoration: none;    											/* The font style, bold, underline etc */
} 
a.menu:hover 
{
	color: FFFFFF; 																	/* The font color */  
	font-family: arial, helvetica, sans-serif;  		/* The font used */ 
	font-size: 11px;   															/* The font size */
	text-decoration: none;   												/* The font style, bold, underline etc */ 
} 
/* The following control the links that appear at the main page */
a:link 
{
	color: FFFFFF; 																	/* The font color */  
	font-family: arial, helvetica, sans-serif;  		/* The font used */ 
	font-size: 11px;   															/* The font size */ 
	text-decoration: underline;   									/* The font style, bold, underline etc */ 
}
a:visited 
{
	color: FFFFFF; 																	/* The font color */  
	font-family: arial, helvetica, sans-serif;  		/* The font used */ 
	font-size: 11px;   															/* The font size */ 
	text-decoration: underline;   									/* The font style, bold, underline etc */ 
} 
a:active 
{
	color: A1CDF3; 																	/* The font color */  
	font-family: arial, helvetica, sans-serif;  		/* The font used */ 
	font-size: 11px;   															/* The font size */ 
	text-decoration: none;   												/* The font style, bold, underline etc */ 
} 
a:hover 
{
	color: A1CDF3; 																	/* The font color */  
	font-family: arial, helvetica, sans-serif;  		/* The font used */ 
	font-size: 11px;   															/* The font size */ 
	text-decoration: none;   												/* The font style, bold, underline etc */ 
} 
/* The following control will align images */
img.placement 
{
	vertical-align: middle;  											   /* The alignment of text round an image */
}

