@import url("css/menu.css");

/* CSS Document */
body {
    background:#f2f2f2 url(images/background.jpg) repeat-x top left; height:100%; margin:0px; padding:0px; 
    text-align:center;
    font-family: Arial;
    color: #666666;
    font-size: 0.8em;
    line-height: 1.8em;
    padding: 10px;
}

#divHolder
{
    background-color: White;
    width: 900px;
    border: solid 1px #666666;
    min-height: 500px;
    padding: 15px;
    margin: 5px;
    text-align:left;
}

#divMainContent
{
    border: solid 1px #999999;
    padding: 5px;
    margin-top: 20px;
    min-height: 450px;
}

#divHeader
{
    padding-bottom: 5px;
}

.tdHeader
{
    background: #666666 url(images/logo.jpg) repeat-x top left; height:120; margin:0px; padding:0px;     
    text-align:right;
    color: White;
    padding-right: 3px;
    border: solid 1px #666666;
}

a
{
    color: #255586;
}

a:hover
{
    color: Red;
    text-decoration: none;
}

/*--------- pane style ----------*/
.ContentPane, .TopPane, .BottomPane{ padding:0px; margin:0px; }
.LeftPane{ padding:0px 10px 0px 0px; width:23em; margin:0px; }
.RightPane{ padding:0px 0px 0px 10px; width:20em; margin:0px; }

.BottomContentPane{ padding:0px 10px 0px 0px; width:33%; margin:0px; }
.BottomLeftPane{ padding:0px 10px 0px 0px; width:33%; margin:0px; }
.BottomRightPane{ padding:0px 0px 0px 10px; width:33%; margin:0px; }

.homepageFeature
{
    border: solid 1px #cccccc;
}

.homepageFeatureMiddle
{
    border: solid 1px #cccccc;
    margin: 0 10px 0 10px;
}



















