/* ------------------------------------------------------------------- Body & Tag Settings */
body,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	height: 100%;
}
h1 {text-align: left; margin: 5px 0px 5px 0px; padding: 5px 0px 5px 0px; font-size: 24px;} /*  TOP, RIGHT, BOTTOM, LEFT  */
h2 {text-align: left; margin: 5px 0px 5px 0px; padding: 5px 0px 5px 0px; font-size: 18px;} /*  Text align option, LEFT, CENTER, RIGHT  */
h3 {text-align: left; margin: 5px 0px 5px 0px; padding: 5px 0px 5px 0px; font-size: 16px;}
h4 {text-align: left; margin: 5px 0px 5px 0px; padding: 5px 0px 5px 0px; font-size: 14px;}
h5 {text-align: left; margin: 5px 0px 5px 0px; padding: 5px 0px 5px 0px; font-size: 12px;}
h6 {text-align: left; margin: 5px 0px 5px 0px; padding: 5px 0px 5px 0px; font-size: 10px;}
/* ------------------------------------------------------------------------- Main Settings */
/* --------------------------------------------------------- Wrap (body container) */
#wrap {
	width: 100%;
	height: 100%;
	background-image: url(../images/bgmain.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
#wrapsplash {
	width: 100%;
	height: 100%;
	background-image: url(../images/bgcentre.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
/* --------------------------------------------------------- Main (page container) */
#main {
	width: 938;
	height: 100%;
}
#mainsplash {
	width: 770;
}
#header {
	background-color: #111111;
	color: #EEEEEE;
	text-align: center;
	height: 100px;
}
#container {
	background-color: #111111;
	color: #EEEEEE;
}
#footer {
	background-color: #111111;
	color: #EEEEEE;
	text-align: center;
	height: 50px;
	line-height: 1.5;
}
#content {
	padding: 20px;
	background-color: #EEEEEE;
	color: #111111;
	text-align: justify;
}
#buttonbar {
	background-color: #111111;
	text-align: center;
}
/* ------------------------------------------------------------------- Background Settings */
.leftbg  {  }
.midbg   {  }
.rightbg {  }
/*
	background-image: url(../images/bg2-L.gif);    Image location relative to CSS file, not the file that calls it
	background-repeat: no-repeat;               
	background-repeat: repeat;               
	background-repeat: repeat-x;               
	background-repeat: repeat-y;               
	background-position: left top;              TOP LEFT OF BOX
	background-position: center center;         CENTRE OF BOX
*/
/* -------------------------------------------------------------------- Element Properties */
.height100pc {
	height: 100%;
}
.width100pc {
	width: 100%;
}
.h100pcw1024 {
	width: 1024;
	height: 100%;
}
.elementtop {
    vertical-align: top;
}
.elementctr {
	text-align: center;
}
/* -------------------------------------------------------------- Drop Down Links Settings */
.buttonbar2           { color: #FFFFFF; }
.buttonbar2 a:link    { text-decoration: none; color: #FFFFFF; }
.buttonbar2 a:visited { text-decoration: none; color: #FFFFFF; }
.buttonbar2 a:hover   { text-decoration: underline; color: #FF0000; }
.buttonbar2 a:active  { text-decoration: none; color: #FFFFFF; }
.buttonbar2 table    {	text-decoration: none; color: #FFFFFF; background-color: #333333; }
/* ------------------------------------------------------------------------- Link Settings */
/* ------------------------------------------------------------ Main Link Settings */
a:link    { text-decoration: none; color: #FFFFFF; }
a:visited { text-decoration: none; color: #FFFFFF; }
a:hover   { text-decoration: underline; color: #CCCCCC; }
a:active  { text-decoration: none; color: #FFFFFF; }
/* ------------------------------------------------------- Alternate Link Settings */
a:link.alt    { text-decoration: none; color: #FF0000; }
a:visited.alt { text-decoration: none; color: #FF0000; }
a:hover.alt   { text-decoration: underline; color: #CC0000; }
a:active.alt  { text-decoration: none; color: #FF0000; }
/* ---------------------------------------------------------- Footer Link Settings */
a:link.textlinks    { text-decoration: none; color: #FFFFFF; }
a:visited.textlinks { text-decoration: none; color: #FFFFFF; }
a:hover.textlinks   { text-decoration: underline; color: #AAAAAA; }
a:active.textlinks  { text-decoration: none; color: #FFFFFF; }
/* -------------------------------------------------------- Totalbiz Link Settings */
a:link.tbslinks    { text-decoration: none; color: #FFFFFF; }
a:visited.tbslinks { text-decoration: none; color: #FFFFFF; }
a:hover.tbslinks   { text-decoration: underline; color: #E157A6; }
a:active.tbslinks  { text-decoration: none; color: #FFFFFF; }
/* -------------------------------------------------------------------------- END Settings */