body{
        font-family: Georgia, Times, serif;
        color: #5F5D5E;
        font-size: 11px;
}
img{
        border: 0px;
}
a{
        color: #5F5D5E;
        font-family: Georgia, Times, serif;
        font-weight:bold;
        font-size: 11px;
        text-decoration: none;
}
a:hover{
        text-decoration: underline;
}
td{
        padding-right: 20px;
        padding-bottom: 10px;
}
/*Home Navigation*/
a.homeNavigation{
        line-height: 18px;      
}
.homeLogo{
        position: absolute;
        top: 20px;
        left : 400px;
}
.homeNavImage{
        margin-bottom: 10px;
}
.homePhoto{
        position : absolute;
        top:54px;
        left : 18px;
}
.homeNavigationBox{
        position : absolute;
        left : 390px;
        top:54px;
        background-color : #A8D787;
        width: 405px;
}
.homeNavigationNode{
        width: 100%;
        padding: 10px;
}
.navigation_learning_resources{
        background-color : Gray;
        color : White;
        padding : 10px;
        width: 100%;

}
.navigation_our_services{
        background-color : Gray;
        color : White;
        padding : 10px;
        width: 100%;
}
.homeCopyRight{
        position: absolute;
        top: 335px;
        left : 400px;
        font-size: 11px;
}
/*SubPage Navigation*/
.logoSubPage{
                position: absolute;
                top: 16px;
                left : 534px;
}
.homeSubPage {
        position: absolute;
        left : 20px;
        top : 46px;
        width: 79px;
        height: 79px;
        background-image: url(images/subnav/home.gif);
}
.learningMaterialsSubPage{
        position: absolute;
        left : 99px;
        top : 46px;
        width: 79px;
        height: 79px;
        background-image: url(images/subnav/learning-materials.gif);
}
.learningMaterialsSubPageSelected{
        position: absolute;
        left : 99px;
        top : 46px;
        width: 79px;
        height: 79px;
        background-image: url(images/subnav/learning-materials-selected.gif);
}
.serviceInfomationSubPage{
        position: absolute;
        left : 20px;
        top : 125px;
        width: 79px;
        height: 79px;
        background-image: url(images/subnav/service-information.gif);
}
.serviceInfomationSubPageSelected{
        position: absolute;
        left : 20px;
        top : 125px;
        width: 79px;
        height: 79px;
        background-image: url(images/subnav/service-information-selected.gif);
}
.aboutUsSubPage{
        position: absolute;
        left : 99px;
        top : 125px;
        width: 79px;
        height: 79px;
        background-image:url(images/subnav/about-us.gif);
}
.aboutUsSubPageSelected{
        position: absolute;
        left : 99px;
        top : 125px;
        width: 79px;
        height: 79px;
        background-image:url(images/subnav/about-us-selected.gif);
}
.subNavSubPage{
        font-size: 13px;
        position: absolute;
        top: 216px;
        left: 200px;
}
A.subNavSubPageLink{
        font-size: 13px;
        text-decoration: underline;
}
A.subNavSubPageLink:hover{
        text-decoration: none;
}
.photoSubPage{
        position: absolute;
        left: 200px;
        top: 46px;
}
.dottedLineSubPage{
        position: absolute;
        width: 560px;
        height: 1px;
        left: 200px;
        top: 240px;
        background-image: url(images/subnav/dottedline.gif);
        background-repeat: repeat;
}
.dottedLineSubPageBottom{
        width: 100%;
        height: 1px;
        background-image: url(images/subnav/dottedline.gif);
        background-repeat: repeat;
        margin-bottom: 10px;
}
.dottedLineCorner{
        position: absolute;
        left: 760px;
        top: 233px;
}
.bottomBarSubPage{
        width: 100%;
        margin-bottom: 20px;
}
.subNavImage{
        position: absolute;
        top: 230px;
        left: 0px;
}
.body{
        position: absolute;
        top: 250px;
        left: 200px;
        line-height:17px; 
        width: 590px;
}
.headerSubPage{
        font-size: 13px;
}
.asrmFooter{
        font-size: 10px;
}
a.LinkHeaderSubPage{
        font-size: 13px;
}
a.blueLink{
        color:#0000FF;
}
/*Learning Materials Styles */
.regularText{
        font-size 11px;
}
.topBar{
        position: absolute;
        top: 46px;
        left: 200px;
        width: 585px;
        height: 24;
        background-color: #A8D787;
}
.learningMaterialsNavigation{
        font-size: 14px;
        font-weight: bold;
        position: absolute;
        top: 80px;
        left: 200px;
}
A.learningMaterialsNavigationLink{
        font-size: 14px;
        text-decoration: underline;
}
A.learningMaterialsNavigationLink:hover{
        font-size: 14px;
        text-decoration: none;
}
.learningMaterialsBody{
        position: absolute;
        top: 120px;
        left: 200px;
        line-height:17px; 
        width: 590px;
}
.lMDottedLineSubPage{
        position: absolute;
        width: 560px;
        height: 1px;
        left: 200px;
        top: 110px;
        background-image: url(images/subnav/dottedline.gif);
        background-repeat: repeat;
}
.lMDdottedLineCorner{
        position: absolute;
        left: 760px;
        top: 104px;
}
.categoryHeader{
        font-size: 13px;
        font-weight: bold;
}
.categoryRight{
        line-height: 20px;
}
.categoryLeft{
        line-height: 20px;
}