/*
	Standard font family for site
*/

body, table, tr, td, p, h1, h2, h3, h4, h5
{
	font-family: arial, helvetica, sans-serif;
}


/*
	Page body style
*/

body
{
	margin: 0;
	padding: 0;
  color: #666;
  background-color: #fff;
}

p
{
	font-family: arial, helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0 20px 15px 0;
	padding: 0 0 0 0;
}


/*
	Headings
*/

h1
{
	font-family: arial, helvetica, sans-serif;
	font-size: 1.2em;
	color: #996600;
	margin: 0 20px 15px 0;
	padding: 50px 0 0 0;
}

h2
{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 1em;
	color: #666666;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

h3
{
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	color: #999999;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
}

/*
	Links
*/
a:link, a:visited {
	text-decoration: none;
	color: #134f87;
	font-weight: normal;
	font-family:  Arial, Helvetica, Sans-Serif;
	font-size: 10px;
}

a:hover {
	text-decoration: underline;
	color: #134f87;
/*	font-weight: normal;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px; */
}

a:active {
	text-decoration: none;
	color: #BC9C00;
/*	font-weight: normal;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px; */
}

/*
	Outer Container for page 
*/

#outer-container
{
	margin: 20px auto 0 auto;
	padding: 0 0 0 0;
	width: 800px;
}
#left-menu {
	background-color: #3300FF;
	width: 100px;
	float: left;
}



/* Styles for the logo */

#logo
{
	float: left;
	width: auto;
	height: auto;
	margin-top: 0px;
}

#logo-right
{
	float: left;
	width: 40%;
	height: 100px;
	margin-top: 0px;
}

#header h1
{
  font-size: 2.7em;
  padding: 0 0 0 40px;
  margin: 0;
  /*background-image: url("images/header_pattern.gif");*/
  background-repeat: no-repeat;
}


#top-promo
{
	width: 960px;
}

#top-promo-left
{
	width: 200px;
	float: left;
	padding: 0;
	margin: 0;
}

#top-promo-right
{
	width: 360px;
	height: 215px;
	float: left;
	padding: 0;
	margin: 0 0 0 20px;
	background-color: #b6005f;
	/* Provides the gradient in the coloured box */
	background-image: url("../images/bg_box.gif");
 	background-repeat: repeat-x;
}

#top-promo-right p
{
	font-size: 1.2em;
	padding: 10px;
}



/* Clearing element */

.clear
{
  position: relative; 
  clear: both; 
  height: 0; 
  line-height: 0; 
  font-size: 0;
}
.mainMenu {
	outline-color: #FFFFFF;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
