﻿
 body
 {
  margin:0;
  padding:0 0 0 0;
  font: normal normal 12px arial, Helvetica, sans-serif; 
 }
 
 div#footer{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:75px;
  background-color: #e1e4f7;
  border-top: solid 1px #c4c4de;
  text-align:center;
 }
 @media screen{
   body>form>div#footer{
   position: fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
}

#contentcontainer
{
    width: 1000px ;
    margin-left: auto ;
    margin-right: auto ;
    /*border: solid 1px red;
    border-top: 0px;*/
}
 
#outercontainer
{
    width: 100%;
    background-image: url(../img/top_banner_bg.jpg); 
    background-repeat:repeat-x;
}

#masterheader
{
	height: 73px;
    width: 1000px;
    background-image: url(../img/top_banner.jpg);
    background-repeat:no-repeat;
}

#adminLogin
{
	float:right;
	margin-top: 2px;
	margin-left: 5px;
}

#adminLogin a
{
	color:#000;
	font-weight:bold;
}
 
img
{
    border:0px;
}

#footeritems img 
{
    padding-left: 15px;
    padding-right: 15px;
}

#footeritems
{
    vertical-align:middle;   
    text-align:center;  
    padding-top:3px;
}

#menubar
{
    height: 20px;
    background-color: #000066;
}


/*---------------------------------------------------------*/
/* Text Styles                                             */
/*---------------------------------------------------------*/

.FooterText
{
	clear:both;
    text-align:center;
}

a
{
    color: #4559a5;
    text-decoration:none;
}

a:hover
{
    color: #000066;
}

H2, .h2
{ 
	font-size: 16px ;
	font-weight:bold;	
}

.Headline
{
     font-size: 18px;
     font-weight: bold;
}

.Subhead
{
     font-size: 15px;
     color:#000074;
}

.headBold { font-weight: bold;}

.BodyText
{
     font-size: 12px;
}

.BodyTextItalic
{
    font-size: 12px;
    color: #000000;
    font-style: italic;
}

.BodyTextFeature
{
    font-size: 12px;
    color:#9999cc;
}

.BodyTextFeatureItalic
{
    font-size: 12px;
    color:#9999cc;
    font-style: italic;
}

.Title
{
     font-size: 13px;
     font-weight: bold;
}

.plain
{
     font-weight: normal;
}

.rev
{
      color: #ffffff;
}

.ErrorMsg
{
    color: Red;
    font-weight: bold;
}

.SuccessMsg
{
    color: Green;
    font-weight: bold;
}

.SearchCaption
{
    color: Red;
}

