/* ------------------------------------------------------------------- Body & Tag Settings */
body,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
        scrollbar-face-color: #7B203E;
        scrollbar-shadow-color: #FFFFFF;
        scrollbar-highlight-color: #FFFFFF;
        scrollbar-3dlight-color: #7B203E;
        scrollbar-darkshadow-color:#7B203E;
        scrollbar-track-color: #FFFFFF;
        scrollbar-arrow-color: #F5E8CF;
}
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;}
/* form {margin: 0; padding: 0; display:inline;} */
/* ------------------------------------------------------------------------- Main Settings */
/* --------------------------------------------------------- Wrap (body container) */
#wrap {
	width: 100%;
	height: 100%;
	background-color: #7B203E;
	background-image: url(../images/bgmain.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
#wrapsplash {
	width: 100%;
	height: 100%;
	background-image: url(../images/bgvert.gif);
	background-repeat: repeat;
	background-position: center center;
}
/* --------------------------------------------------------- Main (page container) */
#main {
	width: 948px;
	height: 100%;
	background-color: #ffffff;
	background-image: url(../images/bgvert.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#mainsplash {
	width: 770px;
}
#header {
	background-color: #111111;
	color: #EEEEEE;
	text-align: center;
	height: 100px;
}
#footer {
	background-color: #7B203E;
	color: #ffffff;
	text-align: center;
	height: 50px;
	line-height: 1.5;
}
#content {
	padding: 20px;
	color: #111111;
	text-align: justify;
/* showhide content border guide */
	border: 1px solid #000000;
}
#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-position: left top;              TOP LEFT OF BOX
	background-position: center center;         CENTRE OF BOX
*/
/* -------------------------------------------------------------------- Element Properties */
.height100pc {
	height: 100%;
}
.width100pc {
	width: 100%;
}
.h100pcw1024 {
	width: 1024px;
	height: 100%;
}
.elementtop {
    vertical-align: top;
}
.elementctr {
	text-align: center;
}
.maincontent {
    padding:2em;
    text-align:justify;
}
.tblcontent {
    padding:0em 1em 0em 1em;
    text-align:justify;
}
.tblbulletcont {
	padding:0em 0em 0em 0em;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;

}
.maroontext { color:#7B203E; }
/* -------------------------------------------------------------- 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: #000000; }
a:visited { text-decoration: none; color: #000000; }
a:hover   { text-decoration: underline; color: #000000; }
a:active  { text-decoration: none; color: #000000; }
/* ------------------------------------------------------- Alternate Link Settings */
a:link.alt    { text-decoration: none; color: #7B203E; }
a:visited.alt { text-decoration: none; color: #7B203E; }
a:hover.alt   { text-decoration: underline; color: #7B203E; }
a:active.alt  { text-decoration: none; color: #7B203E; }
/* ---------------------------------------------------------- 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: #A36378; }
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 */
