﻿html { 
margin : 0; 
padding : 0; 
} 
body { 
text-align : center; 
font : 0.7em Arial !important ; 
margin : 0; 
padding : 0; 
background-color : #f5f2ee; 
} 
#background { 
background-image : url(../images/bg_mid.jpg); 
background-repeat : repeat-x; 
} 
#wrapper { 
width : 900px; 
text-align : left; 
margin : 0 auto; 
} 
.AlertMsg
{
    font-size:20px;
    color: Black;
    font-weight: bold; 
    margin-bottom: 20px;  
    clear: both;
}
#header { 
height : 145px; 
padding-top : 10px; 
padding-bottom : 10px; 
} 
#logo { 
width : 140px; 
height : 145px; 
float : left; 
} 
#logo img { 
border : 0; 
} 
h1 { 
color : #412a07; 
/*text-shadow : black 1px 1px 2px; */
padding-left : 10px; 
padding-bottom : 0; 
margin-bottom : 0; 
} 
.Selected { 
color : #ffe04a; 
} 


#BigTopMenu { 
width : 760px; 
float : left; 
text-align : center; 
margin : 0 auto; 
padding-top : 40px; 
/*text-shadow : black 3px 3px 5px; */
} 
#BTM { 
margin : 0; 
padding : 0; 
} 
#BTM span { 
font-family : Times New Roman; 
font-size : 30px; 
font-weight : bold; 
} 
#BTM li, #BTM a { 
height : 32px; 
display : inline; 
text-decoration : none; 
color : white; 
} 
#BTM a:hover { 
color : #ffe04a; 
} 
#BTM a:active { 
text-decoration : none; 
color : #ffe04a; 
} 
#BTM li { 
list-style : none; 
padding-left : 10px; 
padding-right : 10px; 
} 

#TopMenuDivider { 
width : 760px; 
float : left; 
height : 5px; 
background-image : url(../IMAGES/TopMenuDivider.png); 
background-repeat : no-repeat; 
background-position : center; 
padding-top : 3px; 
} 
#SmallTopMenu { 
width : 760px; 
float : left; 
text-align : center; 
margin : 0 auto; 
padding-top : 3px; 
/*text-shadow : black 1px 1px 2px; */
} 
#STM { 
height : 32px; 
margin : 0; 
padding : 0; 
} 
#STM span { 
font-family : Times New Roman; 
font-size : 20px; 
font-weight : bold; 
} 
#STM li, #STM a { 
height : 32px; 
display : inline; 
text-decoration : none; 
color : navy; 
} 
#STM a:hover { 
color : #ffe04a; 
} 
#STM li { 
list-style : none; 
padding-left : 8px; 
padding-right : 8px; 
} 

#FooterMenu { 
width : 900px; 
float : left; 
text-align : center; 
margin : 0 auto; 
padding-top : 3px; 
} 
#FM { 
height : 22px; 
margin : 0; 
padding : 0; 
} 
#FM span { 
font-family : Times New Roman; 
font-size : 14px; 
font-weight : bold; 
} 
#FM li, #FM a { 
height : 22px; 
display : inline; 
color : #4e3711; 
} 
#FM li { 
list-style : circle; 
padding-left : 5px; 
padding-right : 5px; 
} 


#body { 
min-height : 500px; 
background-color : #fbeacb; 
padding : 18px; 
} 
#Graphic img { 
border : 2px solid white !important ; 
border-bottom : none !important ; 
} 
#ContentHead { 
background-image : url(../IMAGES/Headers/bg_contenthead.jpg); 
background-repeat : no-repeat; 
width : 100%; 
min-height : 150px; 
} 
#ContentHead img { 
border : 3px solid white; 
} 
#Content { 
position : relative; 
padding : 1%; 
width : 98%; 
height : 98%; 
} 
#Content_Side { 
float : right; 
width : 30%; 
padding-top : 30px; 
} 
#Content_Main { 
float : left; 
border-right : 1px solid #eace9b; 
width : 69%; 
min-height : 200px; 
} 
#footer { 
text-align : center; 
margin : 0 auto; 
} 

#weatherwrap /* Weather Wrap Class */
{
   /* position: absolute;
    top: 5px;
    right: 5px; */
    position: relative;
    left: 640px;
    bottom: 120px;
    color : #487fb0; 
} 
#weatherwrap p { 
margin : 1px; 
padding : 1px; 
font-size : 11px; 
line-height : 1em; 
font-family : georgia, times, serif; 
} 

.clearfix { 
clear : both; 
} 
.PrintOnly { 
display : none; 
} 
.noPrint
{
}
