/*
This is an Elated Product - www.elated.com.
Copyright (c) 1996-2008 Elated Communications Ltd.
*/


/*
	Standard font family for site
*/

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
	font-family: Georgia, Times, Times New Roman, serif;
	}



/*
	Standard paragraph style
*/

hr { color: #bd9c6d; border:none ;border-top: dotted 2px }


p
{
	font-family: Georgia, Times, Times New Roman, serif;
	font-weight: normal;
	font-size: 0.8em;
	color: #000;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
}


/*
	Headings
*/

h1
{
	font-weight: bold;
	letter-spacing: -0.03em;
	font-size: 2.5em;
 	color: #000;
 	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h2
{
	font-weight: bold;
	letter-spacing: -0.05em;
	font-size: 1.2em;
 	color: #000;
 	margin: -5px 0 0 0;
	padding: 0 0 0 0;
}

h3
{
	font-weight: bold;
	letter-spacing: -0.03em;
	font-size: 1em;
 	color: #000;
 	margin: 20px 0 10px 0;
	padding: 0 0 0 0;
}

h5
{
	font-weight: bold;
	color: #ffffff;

background-color:#545454;

}

h6
{
font-weight: bold;
}


/*
	Style for standard links
*/

a
{
	color: #614720;
 	text-decoration: none;
}

a:visited
{
 	color: #274345;
 	text-decoration: none;
}

a:hover
{
 	color: #91969e;
 	text-decoration: underline;
}

a:visited:hover
{
 	color: #91969e;
 	text-decoration: underline;
}



/* logo links */

h1 a
{
	color: #614720;
 	text-decoration: none;
}

h1 a:visited
{
 	color: #274345;
 	text-decoration: none;
}

h1 a:hover
{
 	color: #91969e;
 	text-decoration: none;
}

h1 a:visited:hover
{
 	color: #91969e;
 	text-decoration: none;
}


/* The highlight colour for the logo */

.highlight-colour
{
	color: #009500;
}






/* 
	BASIC LAYOUT 
*/


/* Outer Container for page */

#outer-container
{
	margin: 0 auto 0 auto;
 	padding: 0 0 0 0;
	width: 960px;
}


/* Header */

#header
{
	width: 960px;
 	height: 130px;
 	margin: 0 0 0 0;
 	padding: 0 0 0 0;
}


/* Content wrapper */

#content-container
{
	width: 960px;
}



.tablebord {border: 0px green solid; border-collapse: collapse;}




/* 
	HEADER STYLES
*/

#top-promo
{
	width: 960px;
}



/* logo */

#logo
{
	width: 960px;
	padding: 0;
	margin: 10px 0 10px 0;
}


