
body {
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.background {
	width: 100%;
	background: url('TopBar.png') repeat-x;
	background-color: WhiteSmoke;  /*url('silver4-scheme.png') repeat top left;*/
}

#top {
	text-align: left;	
	color: white;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	height: 25px;
	margin: 0px 0px;
}

#toTheRight {
	padding-left: 80px;
}

#footerid {
	background: #444451;/*black  url('FooterBar.png') repeat-x;*/ 
	color: white;
	text-align: centre;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	padding-top: 12px;
}

#title {   /* This is now just a placeholder. */
	margin-top: 1em;
	display: block;
	width: 562px;
	height: 350px;
}

#main {
	/*float: left;*/
	font: 12pt Arial, Helvetica, sans-serif;
	width: 1000px;
	height: 2000px;
	margin: 0px auto;
	/*margin: 0px auto 0px 14%;*/ /*Was previously: 0 auto;	 This centres everything.*/
	background: #ffffff;
}

#othermain {
	width: 980px;
	margin: 0px auto;
	background: WhiteSmoke;
}

#mainText { text-align: left; }

.rightfloat {
	float: right;
}

#showcase {		/* This is now just a placeholder. */
	float: right;
	/* background-image: url('Showcase.png'); */
	margin-top: 0;
	margin-bottom: 1em;
	margin-left: 1em;
	width: 699px;
	height: 50px;
}





#pretext { 
	white-space: pre;
}

#smallVerticalGap { 
	height: 15px;
}




/* *******************  text styles ************************** */

.emphasis { }
/* font: 15pt Bodoni MT Italic, Arial, Times New Roman; }*/
.strong { /*font: 15pt Bodoni MT, Arial, Times New Roman;*/ }

.seriousfont { font-family: Arial; font-size: 16; text-align: centre; }

.style2 { 
	font-family: Arial;
	font-size:12pt;
}
.style1 {
	font-family: Arial;
	font-size: 36pt;
}
.normal { 
	font-family: Vani, Arial;
	font-size: 11pt;
	font-style: normal;
	margin: 0px 0px;
}
 
.style3 { 
	font-family: Arial;
	font-size:10pt;
}
.style4 { 
	font-family: Arial;
	font-size:14pt;
}
 
.NormalText {	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}
.style5 {
	color: #FF0000;
	font-style: italic;
}

.style6 {
	font-family: Arial;
	font-size: 16pt;
}
