﻿body 
{
    
    margin:0 auto;
    padding:0;
    width:905px;
	background-color: White;
	font-family: Arial;
	font-size:10pt;
	color:Black;
	border: 5px solid #BFDFFC;
    box-shadow: 7px 7px 10px #888;
    -moz-box-shadow: 7px 7px 10px #888;
    -webkit-box-shadow: 7px 7px 10px #888;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-right-radius: 15px;
}
#MainContainer
{
 width:900px;
 clear:left;
 top:0px;
 z-index:1;
}

#AnnouncementHeader
{
 position:relative;
 width:900px;   
 height:100px;
}

#SpecialNotice
{
 position:absolute;
 top:0px;
 left:50px; 
}
    
#LeftHeaderCallout
{
    position:absolute;
    float:left;
    top:50px;
    left:50px;
    width:250px;
    border: 2px solid #99C3E8;
    box-shadow: 7px 7px 10px #888;
    -moz-box-shadow: 7px 7px 10px #888;
    -webkit-box-shadow: 7px 7px 10px #888;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-right-radius: 15px;
    text-align:center;
    z-index:999;
    background-color:White;
}

#StorageHeader
{
 position:absolute;
 top:0px;
 right:75px;   
 }

#IndoorStroageCallout
{
    position:absolute;
    float:right;
    top:50px;
    right:50px;
    width:200px;
    border: 2px solid #99C3E8;
    box-shadow: 7px 7px 10px #888;
    -moz-box-shadow: 7px 7px 10px #888;
    -webkit-box-shadow: 7px 7px 10px #888;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-right-radius: 15px;
    text-align:center;
    z-index:999;
    background-color:White;
}


.Copy
{
	font-family: Arial;
	color:Black;
}

a:Link
{
	color:Black;
	font-weight: bolder;	
}

a:Hover
{
	text-decoration: underline;
	color: Silver;
}

a:Visited
{
	color:Black;
	font-weight: bolder;
}

a.Small:Link
{
	color:Black;
	font-family:Arial;
	font-weight:lighter;
	text-decoration: none;
}

a.Small:Hover
{
	text-decoration: underline;
	color:Silver;
}

a.Small:Visited
{
	color:Black;
	Font-family:Arial;
	text-decoration: none;
	font-weight:lighter;
}
.Normal
{
	font-family: Arial;
	font-size: 12pt;
	color:Black;
}
