﻿body 
{
    margin:0px 0px 0px 0px;
    background-image:url(../images/CSSBkg.jpg);
    background-repeat:repeat-x;
    background-color:#004674;
}

#wrapper
{
    margin-left: auto;
    margin-right: auto;
    width:910px;
}

#imageheader
{
    float:left;
}

#whiteBody
{   
    float:left;
    vertical-align:top;
    text-align:left;
    margin:0px 0px 0px 0px;
    width:910px;
    /*height:400px;*/
    background-image:url(../images/Template_08.jpg);
    background-repeat:repeat-y;
    
}

#menuDiv
{
    float:left;
    margin:0px 0px 0px 0px;
    width:236px;
}
#contentDiv
{   float:left;
    margin-left:10px;
    margin-top:19px;
    height:95%;
    width:626px;
    font-family:Arial;
    font-size:10pt;
    text-align:justify;
}

#footer
{
    color:#777777;
    float:left;
    margin:0px 0px 0px 0px;
    width:910px;
    height:50px;
    text-align:center;
    font-family:Arial;
    font-size:8pt;
    background-image:url(../images/Template_09.jpg);
    background-repeat:no-repeat;
}

#footer a
{
    color:#777777;
    font-family:Arial;
    font-size:8pt;
}

.footerSpacer
{
    width:20px;
    height:4px;   
}

a.newsBoxLink
{
    font-family:Arial;
    font-size:9pt;
    font-weight:bold;
    color:#027ec6;
    text-decoration:none;
}
a.newsBoxLink:hover
{
    font-family:Arial;
    font-size:9pt;
    font-weight:bold;
    color:#4dace4;
    text-decoration:none;
}

a
{
    font-family:Arial;
    font-size:10pt;
    color:#027ec6;
    text-decoration:none;
}
a:hover
{
    font-family:Arial;
    font-size:10pt;
    color:#4dace4;
    text-decoration:none;
}

/* Text Box with Side Image: */
#searchBoxPosition
{
    margin:54px 0px 0px 20px;
}
.textbox_side 
{
	border:0px;
	background-image:url(../images/SearchBox_01.jpg);
    width:120px;
    vertical-align:middle;
    height:18px;
    margin-left:-4px;
    color:#777777;
    
}

.search_button
{
	border-collapse:collapse;
	border:0px;
    width: 64px;
    height: 20px;
    vertical-align:middle;
    background-image:url(../images/SearchBox_02.jpg);
  
}	
