
div#innerspace {
    position:relative;
    border: 1px solid #B91D00;
    width: 762px;
    height: auto;
    min-height: 600px;
    text-align: left;
	background-color: #FFFFFF;
}
div#txtcontainer {
    position:relative;
    left:0px;
    width:470px;
    text-align: left;
    vertical-align:top;
    margin-right:5px;
    margin-left:5px;
    margin-top:5px;
    margin-bottom:25px;
	 color:#292929;
}
div#txtcontent {
    margin: 0 auto;
    width:99%;
    text-align:left;
    vertical-align:top;
}

/* --------------------- */
/* Text boxes            */
/* --------------------- */
div#txtbox0 {                        /* to use as an option for 1st box on top of the page */
   	background-color: #FFFFFF;
   	width:99%;
    filter: alpha(Opacity:90);
    opacity: .9;                    /* for Firefox and other W3C compliant */
    -moz-opacity: 0.9;              /* for Mozzila */
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	text-align: justify;
}
#txtbox0_child {
    padding:5px;
    vertical-align:top;
    margin: 0px auto;
    width=100%;
}
div#txtbox1 {                       /* to use as an option for 1st box on top of the page */
   	background-color: #FFFFFF;
   	width:99%;
    filter: alpha(Opacity:90);
    opacity: .9;                    /* for Firefox and other W3C compliant */
    -moz-opacity: 0.9;              /* for Mozzila */
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	text-align: justify;
}
#txtbox1_child {
    padding:5px;
    vertical-align:top;
    margin: 0px auto;
    width=100%;
}
div#txtbox2 {                       /* to use as 2nd box from top of page */
   	background-color: #FFFFFF;
   	width:99%;
    filter: alpha(Opacity:90%);
    opacity: .9;                   /* for Firefox and other W3C compliant */
    -moz-opacity: 0.9;             /* for Mozzila */
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	text-align: justify;
}
#txtbox2_child {
    padding:5px;
    vertical-align:top;
    margin: 0px auto;
    width=100%;
}
div#txtbox3 {                        /* to use as 3rd box from top of page */
   	background-color: #FFFFFF;
   	width:99%;
   	margin-top:3px;
    filter: alpha(Opacity:90);
    opacity: .9;                    /* for Firefox and other W3C compliant */
    -moz-opacity: 0.9;              /* for Mozzila */
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	text-align: justify;
}
#txtbox3_child {
    padding:5px;
    vertical-align:top;
    margin: 0px auto;
    width=100%;
}

.thinbox {                       /* to use as text box containing buttons */
   	background-color: #FFFFFF;
   	width:99%;
   	margin-top:3px;
    filter: alpha(Opacity:90);
    opacity: .9;                     /* for Firefox and other W3C compliant */
    -moz-opacity: 0.9;               /* for Mozzila */
}

div#txtboxpopup {          /* to use for text in the popups */
   	background-color: #FFFFFF;
   	width:99%;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	text-align: justify;
}


