body
{
    background-attachment: fixed;
    background-image: url(main_background.jpg);
    background-repeat: repeat-x;
    text-align:center;
}

.centerMain
{
    background-color: #e2e9f4;
  
    width: 50em;
    height: 1040px;
    border-right: #768995 2px solid;
    border-top: #768995 2px solid;
    border-left: #768995 2px solid;
    border-bottom: #768995 2px solid;
    margin: 0px auto;
    position: relative;

}

.mainTop
{

    background-image: url(main_top_background.jpg);
    background-repeat: repeat-x;
    height: 211px;
}












.mainMiddle
{

    background-image: url(main_middle_background.jpg);
    background-repeat: repeat-x;
    height: 714px;
    \\float:left;
    \\background-color:Fuchsia;
    
    
}

.mainBottom
{

    background-image: url(main_bottom_background.jpg);
    background-repeat: repeat-x;
    height: 115px;
    \\background-color:White;
}



.topLogo
{
    float: left;
    background-image: url(pslogosmall.png);
    background-repeat:no-repeat;
    height: 12.06em;
    width: 9.25em;
}


 


.topWordLogo
{
   
    float:left;
    
    background-repeat:no-repeat;
    height: 10.38em;
    width: 33.25em;
    width:40em;
    position: relative;
    
}

.topWordLogoInside
{
    margin: 0px auto;
    
    background-image: url(PS-words_logo-trimmed.png);
    background-repeat:no-repeat;
    height: 10.38em;
    width: 33.25em;
    
}

.currentLocation
{
 float:right;
 font-family:Serif;
 font-size:1.3em;
 font-weight:bold;
 font-style:italic;
 color: #093789;
 margin-right:2em;
 position:static;
 margin-top:-2.5em;
 
 
}
.currentLocationBetween
{
 float:right;
 font-family:Serif;
 font-size:1.2em;
 font-weight:bold;
 color: #093789;
 margin-right:2em;
 margin-top:-3em;
}
.currentLocation2
{
 float:right;
 font-family:Serif;
 font-size:1.7em;
 font-weight:bold;
 
 font-style:italic;
 color: #093789;
 margin-right:2em;
 margin-top:-1em;
 
 

}



.middleLeft
{
    float:left;
    margin-left:.5em;
    padding-left:1em;
    
    height:92%;
    width:15em;
    font-size:.8em;
    font-family:Georgia;
    text-align:left;
    
    \\background-color:White;
}

.middleLeft .link .unused
{
    font-style:italic;
    color: #acbfe2;
    font-size:.9em;
    line-height:1.2em;
    text-decoration:line-through;
}

.middleLeft .sublink .unused
{
    font-style:italic;
    
    color: #acbfe2;
    font-size:.9em;
    line-height:1.2em;
    margin-left:1em;
    text-decoration:line-through;
}


.middleLeft .link a:link  
{
    font-style:normal;
    text-decoration:none;
    color: #093789;
    font-size:1.2em;
    line-height:1.2em;
}
.middleLeft .link a:visited
{
    font-style:normal;
    text-decoration:none;
    color: #093789;
    font-size:1.2em;
    line-height:1.2em;
}
.middleLeft .link a:hover
{
    font-style:normal;
    text-decoration:none;
    font-size:1.2em;
    font-weight:bold;
    line-height:1.2em;
}


.middleLeft .sublink a:link  
{
    font-style:normal;
    text-decoration:none;
    color: #093789;
    font-size:1.1em;
    line-height:1.2em;
    margin-left:1em;
}
.middleLeft .sublink a:visited
{
    font-style:normal;
    text-decoration:none;
    color: #093789;
    font-size:1.1em;
    line-height:1.2em;
    margin-left:1em;
}
.middleLeft .sublink a:hover
{
    font-style:normal;
    text-decoration:none;
    font-size:1.1em;
    font-weight:bold;
    line-height:1.2em;
    margin-left:1em;
}






.middleRight
{
    float:left;
    //margin-left:3em;
    margin-left:.5em;
    padding-left:1.5em;
    padding-right:1em;
    \\padding-top:3em;
    
    height:90%;
    //width:29em;    
    width:37em;  
    
    \\background-color:Lime;
    font-size:.9em;
    font-family:Georgia;
    text-align:left;

}


.bottomFill
{
   background-color:Blue;
   height:1.5em;
   \\background-color:Fuchsia;
   float:left; 
}

.bottomLeft
{
    float:left;
    \\background-color:Maroon;
    height:115px;
    width:20em;
}

.bottomCenter
{
    float:left;
    margin-top:23px;

    color:#093789;
    font-size:.8em;
    \\background-color:Navy;
}
.bottomRight
{
  float:right;
  height:83px;
  width:216px;
  margin-top:20px;
  \\background-color:Yellow;
  background-image: url(designByAsi.png);
}

.clear
{
    clear:both;
    height:0px;
    width:0px;
}

.copyright
{
    float:right;
    font-size:.7em;
    font-family:Microsoft Sans Serif;
    
}

.newsletter_shift
{
	margin-left:10px;

}


.new
{
    background-color:Aqua;
}


.centerAlign{
	margin-left:auto;
	margin-right:auto;
}

