/*-----------Main Site Variables-----------*/
body {
	margin: 0px 0px 0px 0px;
	padding: 0;
	border-width: 0;
	border-style: none;
	border-color: inherit;
	width: auto;
	font-family: arial, helvetica, geneva;
	text-align: center;
	font-size: 75%;
	background-color: #000000; /* This will set the base BODY color of your page */;
    }
#wrapperHome {
	position:relative;
	width:603px;
	z-index:1;
	left: 0px;
	top: 0px;
	margin: 0 auto 0;
	text-align: left;
	background-color: #000000; 
	}
#wrapperMain {
	position:relative;
	width:978px;
	z-index:1;
	left: 0px;
	top: 0px;
	margin: 0 auto 0;
	background-color: #000000; 
	}
#logoSection  {
	width:220px;
	float: left;
	text-align: left;
	padding: 0px 0px 0px 0px; /* Top Right Bottom Left */
	margin: 0px 0px 0px 0px; /* Top Right Bottom Left */
	}
#topSection  {
	width:758px;
	float: left;
	text-align: right;
	padding: 0px 0px 0px 0px; /* Top Right Bottom Left */
	margin: 90px 0px 0px 0px; /* Top Right Bottom Left */
	}
#menuSection  {
	clear: left;
	width:138px;
	float: left;
	text-align: left;
	padding: 10px 0px 0px 0px; /* Top Right Bottom Left */
	margin: 0px 0px 0px 0px; /* Top Right Bottom Left */
	}
#mainSection  {
	width:840px;
	float: left;
	text-align: left;
	padding: 0px 0px 0px 0px; /* Top Right Bottom Left */
	margin: 0px 0px 0px 0px; /* Top Right Bottom Left */
	}
#fullSection  {
	width:820px;
	float: left;
	text-align: left;
	padding: 10px 10px 0px 10px; /* Top Right Bottom Left */
	margin: 0px 0px 0px 0px; /* Top Right Bottom Left */
	background-color: #FFFFFF;
	}
#leftSection  {
	clear: left;
	width:372px;
	float: left;
	text-align: left;
	padding: 10px 10px 0px 10px; /* Top Right Bottom Left */
	margin: 0px 0px 0px 0px; /* Top Right Bottom Left */
	background-color: #FFFFFF;
	}
#rightSection  {
	width:448px;
	float: left;
	text-align: left;
	padding: 0px 0px 0px 0px; /* Top Right Bottom Left */
	margin: 0px 0px 0px 0px; /* Top Right Bottom Left */
	background-color: #000000;
	}
#leftTable  {
	width:400px;
	height:400px;
	float: left;
	background-color: #ecebeb;
	padding: 5px 5px 15px 5px; /* Top Right Bottom Left */
	margin: 0px 10px 20px 0px; /* Top Right Bottom Left */
	background-color: #dfdede;
	}
#rightTable  {
	width:390px;
	height:400px;
	float: left;
	background-color: #ecebeb;
	padding: 5px 5px 15px 5px; /* Top Right Bottom Left */
	margin: 0px 0px 0px 0px; /* Top Right Bottom Left */
	background-color: #dfdede;
	}
#leftContact  {
	width:400px;
	float: left;
	padding: 5px 5px 15px 5px; /* Top Right Bottom Left */
	margin: 0px 10px 20px 0px; /* Top Right Bottom Left */
	background-color: #FFFFFF;
	}
#rightContact  {
	width:405px;
	float: left;
	background-color: #ecebeb;
	padding: 5px 5px 0px 5px; /* Top Right Bottom Left */
	margin: 5px 5px 5px 0px; /* Top Right Bottom Left */
	background-color: #dfdede;
	}
#bottomSection {
	clear: left;
	width: 978px;
	}
#popup {
	position:relative;
	z-index:1;
	left: 0px;
	top: 0px;
	margin: 0px 5px 0px 5px; /* Top Right Bottom Left */
	padding: 0px 0px 0px 0px; /* Top Right Bottom Left */
	/* text-align stops the text in the wrapper being controlled by the centre instruction in the body tag */
	text-align: left;
	background-color: #000000;
	}
#popupWhite {
	position:relative;
	z-index:1;
	left: 0px;
	top: 0px;
	margin: 0px 5px 0px 5px; /* Top Right Bottom Left */
	padding: 0px 0px 0px 0px; /* Top Right Bottom Left */
	/* text-align stops the text in the wrapper being controlled by the centre instruction in the body tag */
	text-align: left;
	background-color: #FFFFFF;
	}
/* TEXT PROPERTIES */
P 	{
  	padding: 0px 0px 0px 0px;
  	margin: 0px 0px 0px 0px;
	color: #000000;
	}
H1	{
	font-weight: normal;
	padding:0px 0px 0px 0px; /* Top Right Bottom Left */
	margin: 0px 0px 3px 0px; /* Top Right Bottom Left */
	font-size: 150%;
	font-weight: bold;
	color: #000000;
	}
H2	{
	font-weight: normal;
	padding:0px 0px 0px 0px; /* Top Right Bottom Left */
	margin: 0px 0px 3px 0px; /* Top Right Bottom Left */
	font-size: 125%;
	font-weight: bold;
	color: #000000;
	}
H3	{
	font-weight: normal;
	padding:0px 0px 0px 0px; /* Top Right Bottom Left */
	margin: 0px 0px 3px 0px; /* Top Right Bottom Left */
	font-size: 105%;
	font-weight: bold;
	color: #666666;
	}
.bold	{
	font-weight: bold;
	}
.white	{
	color: #FFFFFF;
	}
/* LINKS PROPERTIES */
A {
	text-decoration: underline; 
	color: #ff6600;
	}
A:HOVER {
	text-decoration: none; 
	color: #ff6600;
	}
A.mainLinks {
	text-decoration: none; 
	font-weight: bold;
	color: #FFFFFF;
	}
A.mainLinks:HOVER {
	text-decoration: underline; 
	font-weight: bold;
	color: #ff6600;
	}
