body {
    margin: 0px;
    font-family:Tahoma, Arial, Helvetica, Sans-Serif, MS Sans Serif;
    font-size: small;
    background-color:White;
}
p, li, td
{
   font-family:Tahoma, Arial, Helvetica, Sans-Serif, MS Sans Serif;
    font-size: 9pt;
}
P{
    padding-left: 0px;
    padding-right: 0px;
}

 .CellUnderline{
    border-bottom: 1px;
 }
h1 
{
    font-size: 14pt;
    color: rgb(64, 88, 167);
    font-weight: normal;
    margin-top: 5px;
}
h2 
{
    font-size: 12pt;
    color: rgb(64, 88, 167);
    font-weight: normal;
    width: 100%;
    padding-bottom: 5px;
}
h3 
{
    font-size: 10pt;
    color: rgb(64, 88, 167);
    font-weight: normal;
    font-style: italic;
}
h4 
{
    font-size: 10pt;
    color: rgb(64, 88, 167);
    text-decoration: underline;
}
h5 
{
    font-size: 10pt;
    color: rgb(64, 88, 167);
    font-style:italic;
}
h6 
{
    font-size: 10pt;
    color:rgb(64, 88, 167);
    font-variant:small-caps;
}

#Main{
    width: 775px;
    text-align: left;
}

#BreadCrumbTrail{
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 5px;
    font-size: xx-small;
}

#ManageMyBreadcrumb{
    margin-bottom: 2px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

#Content
{
    padding:0px;
    padding-top: 0px;
    margin-top: 0px;
    margin-left: 15px;
    margin-bottom: 15px;
    min-height: 500px;
    line-height: 1.3em;
    width: 600px;
    color: rgb(55,55,55);
}
#Content.li{
    margin-bottom: 5px;
}

.Background_Left{
    background-image: url(/images/layout/bluebackground.png);
    background-position: top right;
    background-repeat:no-repeat;
    background-color: #5570C8;
}
.Background_Right{
    background-image: url(/images/layout/goldbackground.png);
    background-position: top left;
    background-repeat:no-repeat;
    background-color: #F6CD3D;
}
.ContentMenuLeft{
    background-image: url(/images/layout/menuleftbar.png);
    background-position: top left;
    background-repeat:no-repeat;
    width: 3px;
    vertical-align:top;
    display:inline-block;
    min-height: 350px;
    float:left;
}
.ContentMenu{
    background-image: url(/images/layout/menubackground.png);
    background-position: top center;
    background-repeat:no-repeat;
    width: 212px;
    vertical-align:top;
    text-align: left;
    display:inline-block;
    min-height: 300px;
    float:left;
}
.ContentLeft{
    background-image: url(/images/layout/contentleftbar.png);
    background-position: top left;
    background-repeat:no-repeat;
    width: 10px;
    vertical-align:top;
    display:inline-block;
    min-height: 350px;
    float:left;
}
.ContentMain{
    background-image: url(/images/layout/contentbackground.png);
    background-position: top left;
    background-repeat:no-repeat;
    vertical-align:top;
    width: 465px;
    display:inline-block;
    min-height: 300px;
    border: 0px solid black;
    float:left;
}
.MenuHolder{
    border-left:   4px solid rgb(64, 88, 167);
    border-right:  4px solid rgb(64, 88, 167);
    border-bottom: 4px solid rgb(64, 88, 167);
    min-height: 300px;
}

.BoxTop IMG{
    display: block;
}
.BoxTop{
    background-color: rgb(64, 88, 167);
    margin: 0px;
    border-top: 0px;
    border-left:   4px solid rgb(64, 88, 167);
    border-right:  4px solid rgb(64, 88, 167);
    border-bottom: 4px solid rgb(64, 88, 167);
    min-height: 100px;
    display: block;
    }
.BoxTop_Content{
    background-color: rgb(64, 88, 167);
    margin: 0px;
    border-top:   4px solid rgb(64, 88, 167);
    border-left:   4px solid rgb(64, 88, 167);
    border-right:  4px solid rgb(64, 88, 167);
    border-bottom: 4px solid rgb(64, 88, 167);
    min-height: 100px;
    display: block;
    width:606px;
    background-color: White;
    text-align: left;
    
    }
.BoxTop_Weather{
    background-color: rgb(64, 88, 167);
    text-align: center;
    vertical-align:middle;
    margin: 0px;
    border-top: 0px;
    border-left:   4px solid rgb(64, 88, 167);
    border-right:  4px solid rgb(64, 88, 167);
    border-bottom: 4px solid rgb(64, 88, 167);
    min-height: 100px;
    display: block;
    }
.NewsHolder{
    margin: 0px;
    border-top: 0px;
    border-left:   4px solid rgb(64, 88, 167);
    border-right:  4px solid rgb(64, 88, 167);
    border-bottom: 4px solid rgb(64, 88, 167);
    padding: 1px;
    background-color: White;
    min-height: 100px;
    display: block;
    }
.NewsArticle{
    border: 1px solid silver;
    border-top: 3px solid silver;
    height: 100px;
    padding-left: 3px;
    padding-right: 3px;
    background-color: White;
    width: 392px;
    display: block;
}    
.NewsArticle H1, .NewsArticle A {
    font-size: 12px;
    font-weight: bold;
    color: #E1BB20;
    text-decoration: underline;
    margin-bottom: 2px;
    text-transform: uppercase;
}
.NewsArticle P{
    font-size: 12px;
    margin-top: 3px;
}



