/*** Master ***/
.masterContainer
{
    width:950px;
    margin-left:auto;
    margin-right:auto;
}
.mainContainer
{
    width:950px;
    margin-top:1px;
    padding:5px;
    border:solid 2px #ddd;
    background-color:#fff;
    float:left;
}
.masterBlank
{
    height:30px;
    width:100%;
    float:left;
    /*background-color:blue;*/
}
/*** Header ***/
.headerContainer
{
    width:950px;
    height:155px;
    float:left;
}
.headerSection
{
    width:950px;
    height:120px;
    background-image:url(../../images/nursan_header.jpg);
    /**background-repeat:repeat-x;*/
}
.logoContainer
{
    padding-left:10px;
    float:left;
}
.title
{
    font-family:Arial, Verdana, Sans-Serif;
    font-size:21px;
    font-weight:bold;
    font-style:italic;
    color:#fff;
    margin-top:31px;
    float:left;
}
.headerPicture
{
    padding-right:10px;
    float:right;
}
/*** Body Section ***/
.bodyContainer
{
    width:950px;
    float:left;
}
.bodyMenuSection
{
    width:200px;
    float:left;
}
.bodyContentSection
{
    /*width:720px;
    padding-top:5px;
    padding-left:5px;
    margin-left:4px;*/
    /*/border-left:so 1px #ccc;*/
    float:right;
}
/*** Footer Container ***/
.footerContainer
{
    width:950px;
    height:15px;
    margin-top:1px;
    margin-left:auto;
    margin-right:auto;
    border-top:solid 1px #ccc;
    background-color:#023B69;
    float:left;
}
.footerInformation
{
    color:#fff;
    margin-top:1px;
    text-align:center;
    font-size:8px; 
}
.sayacContainer
{
    width:950px;
    height:30px;
    margin-top:5px;
    margin-left:auto;
    margin-right:auto;
    border-top:solid 1px #ccc;
    background-color:#023B69;
    float:left;
}
.sayacInformation
{
    color:#fff;
    margin-top:15px;
    font-weight:bold;
    text-align:center;
}
/*** Pager ***/
.pagerContainer
{
    width:100%;
    padding-top:5px;
    float:left;
}
.pageContainerHeader
{
    margin:5px;
    float:left;
}
.pageNumberBox
{
    width:20px;
    text-align:center;
    background-color:#066b9f;
    padding:3px;
    margin:1px;
    float:left;
}
.pageNumberBox:hover
{
    background-color:#033550;
}
.pageNumber
{
    color:#fff;
    text-decoration:none;
}
/*** Back ***/
.back
{
    width:740px;
    height:20px;
    margin-top:5px;
    padding-top:5px;
    border-top:solid 1px #ccc;
    float:left;
}
.backLink
{
    font-size:11px; 
    font-weight:bold;
    color:#01669a;
    text-decoration:none;
}
.backLink:hover
{
    text-decoration:underline;
}
/*** Continue Link ***/
.continue-link
{
    font-family:Arial, Verdana, Sans-Serif;
    font-size:11px;
    text-decoration:none;
    color:#217ABC;
}
.continue-link:hover
{
    text-decoration:underline;
}
.listSiteMap
{
    text-decoration:none;
    font-weight:bold;
    color:#01669a;
    font-size:12px;
}
.listSiteMap:hover
{
    color:#066b9f;
}
