html, body 
{
    background-color:#000000;
    background-position:top left;
    background-image:url('../UI/bg.png');
    background-repeat:repeat;
    font-family:Arial;
    margin:0;
    padding:0;
    height:100%
}
#form1
{
    min-height:100%; position:relative;
}
#headerWrapper
{
    width:100%;
    height:140px;
}
.header
{
    text-align:right;
    background-color:#000000;
    height:auto;
    padding: 0px 10px 10px 10px;
}
.header h1
{
    margin: 0;
    font-size:34pt;
    font-weight:normal;
    color:#FFFFFF;
}
.header p
{
    margin-top:-10px;
    font-size:18pt;
    font-weight:normal;
    color:#FFFFFF;
}
.header img
{
    margin: 0px 10px 20px 0px;
}
.linksTop
{
    margin-top:5px;
    text-align:left;
    color: #FFFFFF;
}
.linksTop a:link
{
    text-decoration:none;
    color: #FFFFFF;
}
.linksTop a:hover
{
    text-decoration:underline;
}
.linksTop a
{
    color: #FFFFFF;
}

#bodyWrapper
{
    width:100%;
}
#footerWrapper
{
    /*
    background-color:#0d0c0d;
    background-image:url("../UI/footer-bg.png");
    position:absolute;
    bottom:0;
    width:100%;
    height:140px;
    */
}


.categoryName
{
    text-decoration:none;
}
.categoryName h2
{
    margin: 15px 0 0 0;
    padding-top:5px;
    font-size:13pt;
    font-weight:normal;
    height:30px;
    font-family:Arial, Helvetica, Sans-Serif;
    color:#FFFFFF;
    padding-left:20px;
    cursor:pointer;
}
.categoryDescription
{
    margin: 0 0 15px 0;
    font-size:10pt;
    font-weight:normal;
    font-family:Arial, Helvetica, Sans-Serif;
    color:#000000;
    padding-left:20px;
}
.resourceType
{
    margin:10px 0 5px 10px;
    font-weight:normal;
    font-size:12pt;
    font-weight:bold;
    font-variant:small-caps;
    color:#FFFFFF;
}
.resourceName
{
    margin: 0 0 0px 0;
    font-size:10pt;
    font-weight:normal;
    color:#FFFFFF;
}
.resourceDescription
{
    font-size:11pt;
    color:#FFFFFF;
    margin: 0 0 0px 0;
}
.resourceList
{
    margin-bottom:0;
    padding-bottom:10px;
    list-style-type:none;
    display:none;
    background-color:#000000;
}
.resourceList li
{
    margin:0px 0 10px 10px;
    line-height:10pt;
    float:left;
    /*padding-left:35px;*/
}
.resourceItem
{
    text-decoration:none;
}
.resourceItem:visited
{
    text-decoration:none;
}
.resourceItem:hover
{
    color:#FFFFFF;
    text-decoration:underline;
}

.fileType1
{
    background-image:url('../UI/filetypeELearning.png');
    background-position:0px 0px;
    background-repeat:no-repeat;
}
.fileType2
{
    background-image:url('../UI/filetypeGuidebook.png');
    background-position:0px 0px;
    background-repeat:no-repeat;
}
.fileType3
{
    background-image:url('../UI/filetypeLessonPlan.png');
    background-position:0px 0px;
    background-repeat:no-repeat;
}

.roundedCorners h2
{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.external html, body
{
    color:#FFFFFF;
}
.external .spacer
{
    height: 500px;
}