/*-----------Main Page Variables-----------*/
body {
	margin: 0;
	padding: 0;
	border-width: 0;
	border-style: none;
	border-color: inherit;
	width: auto;
	background-color: #FFFFFF; /* This will set the base BODY color of your page */
	font-family: arial, helvetica, geneva;
	text-align: center;
	font-family: arial, helvetica, geneva;
    }
#wrapper {
	position:relative;
	width:797px;
	z-index:1;
	left: 0px;
	top: 0px;
	margin: 0 auto 0;
	/* text-align stops the text in the wrapper being controlled by the centre instruction in the body tag */
	text-align: left;
	}
.mainTable {
	border: solid 1px #cccccc;
	width: 799px;
	height: 600px;
	}

.imgLeft {  display: inline; width:150px; float: left; text-align: left; border-top: 1px solid #cccccc; padding: 10px 0px 0px 0px; margin: 0px 0px 10px 20px; /* Top Right Bottom Left */}
.contentRight {  display: inline; width:421px; float: left; text-align: left; border-top: 1px solid #cccccc; padding: 10px 0px 0px 0px; margin: 0px 0px 10px 0px; /* Top Right Bottom Left */}

/*-----------Text-----------*/
.hdrText {
	color: #000000;
	font-weight: bold;
	font-size: 10pt;
	margin: 0px 0px 10px 18px; /* Top Right Bottom Left */	
    }
p.normText {
	color: #000000;
	font-size: 10pt;
	margin: 0px 0px 0px 0px; /* Top Right Bottom Left */	
    }
p.bold { font-weight: bold;}
.mainText {
	color: #000000;
	font-size: 10pt;
	margin: 0px 20px 10px 18px; /* Top Right Bottom Left */	
    }
.newsText {
	color: #000000;
	font-size: 10pt;
	margin: 0px 0px 0px 18px; /* Top Right Bottom Left */	
    }
.menu {
	color: #0E5784;
	font-size: 10pt;
	margin: 10px 25px 0px 0px; /* Top Right Bottom Left */	
    }
li {
    font-family: arial, helvetica, geneva;
	font-size: 10pt;
	color: #000000;
	margin: 0px 10px 10px 20px; /* Top Right Bottom Left */	
	list-style-image: url(../images/bullet.gif);
	}
/*-----------Links-----------*/
A.menuLink {
	color: #0E5784;
	text-decoration: none;	
    }
A.menuLink:HOVER {
	color: #0E5784;
	text-decoration: underline;	
    }
A.Links {
	color: #76A7DA;
	text-decoration: none;	
    }
A.Links:HOVER {
	color: #76A7DA;
	text-decoration: underline;	
    }
img {
	border: 0px;
	}

.content1 { display: inline; width:421px; float: left; text-align: left; padding: 0px 0px 0px 0px; margin: 0px 0px 5px 0px; /* Top Right Bottom Left */}
.content2 { display: inline; width:200px; float: left; text-align: left; padding: 0px 0px 0px 0px; margin: 0px 0px 5px 0px; /* Top Right Bottom Left */}
