html {
   margin: 0 auto 0 auto;
}


body {
   font-size:80%;
	font-weight:normal;
	font-family:Verdana,Helvetica,Arial,Geneva;
     color:#CCCCFF;
     background-color : #000;
     scrollbar-face-color:#565656;
     scrollbar-shadow-color: #565656;
     scrollbar-highlight-color: #565656;
     scrollbar-3dlight-color:#565656;
     scrollbar-darkshadow-color:#000000;
     scrollbar-track-color:#343434;
     scrollbar-arrow-color: #000000;
     text-align: center;
}

#wrapper {
   width:750px;
   margin: 55px auto 0px auto;
   text-align: left;
}

#header {
        font-weight: bold;
        font-size: 100%;
        width: 732px;
        margin : 5px 5px 5px 5px;
        text-align: center;
}

#content {
        padding-top:10px;
        text-align: left;
        margin-left: 5px;
        width: 739px;
}

.gotop {
        text-align: right;
}

.leftbar {
        float:left;
        width:155px;
        padding-top: 10px;
        padding-bottom:15px;
        padding-left:0px;
        padding-right:5px;
}

.mainbar {
        /*border-left: 1px dashed Gray;*/
        height:100%;
}

h1 {
        margin-top: 30px;
        font-weight: bold;
        font-size: 100%;
}

.centre {
        text-align: center;
}

.footnote {
        margin-top: 2em;
        padding: 2px 2px 2px 2px;
        font-size: 80%;
        /*font-style: italic;*/
        text-align: center;
        background-color : #333333;
        width: 600px;
}

.FAQLIST {
        margin-left: 25px;
}

/*.defaultcol:link {color: #CCCCFF}     /* unvisited link */
/*.defaultcol:visited {color: #CCCCFF}  /* visited link */
/*.defaultcol:hover {color: #FFFFFF; text-decoration: underline}   /* mouse over link */
/*.defaultcol:active {color: #FFFFFF; text-decoration: underline}   /* selected link */


a {text-decoration:none}
a:link {color: #FFCCFF}     /* unvisited link */
a:visited {color: #FFCCFF}  /* visited link */
a:hover {color: #FFFFFF; text-decoration: underline}   /* mouse over link */
a:active {color: #FFFFFF; text-decoration: underline}   /* selected link */

#footer {
        font-size: 80%;
	text-align: center;
        padding-top: 0.3em;
        padding-bottom: 4em;
        margin-top: 4em;
        border-top: 1px solid #fff;
        width: 749px;
}

.NumList {
        list-style-type: decimal;
}
.DotList {
        list-style-type: disc;
}

LI {
        padding-top: 70%;
}


