* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family:Arial, Helvetica, sans-serif;
  text-align:center;
}

body{
width:100%;
height:100%;
}

#display{
background-color:White
}

#wrapper{
width:1000px; /*see sizes below*/
height:100%;
margin-left:auto;
margin-right:auto;

}

#Left_column{
width:150px;
height: 100%;
float:left;
text-align:left;

}


#Right_column{
height:100%;
width:850px; /*must be 150 less than wrapper*/
float:right;
}

#Header{
width:850px;
height:176px;
background-repeat:repeat-x;
background-image:url('images/BG_fade.jpg')
}

#subhead{
clear:both;
margin-top:5px;
margin-bottom:5px;
}

#top_corners{
height:25px;
width: 850px; /*must be same as Right Column*/
}

#bottom_corners{
height:25px;
width: 850px; /*must be same as Right Column*/
}

#whitebars{
width:800px; /*must be 50 less than Right Column*/
height:25px;
background-color: white;
float:left;}


#mauk{
width:300px;
height:75px;
margin-left:auto;
margin-right:auto;
background-color: rgb(200,200,200);
}

/* SPANS */

span.contact{
color:rgb(160,160,160);
margin-top:10px
} 

span.header{
color:rgb(150,150,255);
} 

/* HYPER LINKS */

a.header{
color:rgb(150,150,255);
text-decoration:none;
}

a.header:hover {
color:rgb(50,220,255);
}



a.mauk{
color:rgb(84,99,107);
text-decoration:none;
}

a.mauk:hover{
color:rgb(150,50,0);
}





h2{
margin-left:10px;
text-align:left;
}

li{
list-style: square inside;
margin-left:15px;
text-align:left;
}

/* PARAGRAPH*/

p{
font-size:0.8em;
margin-left:10px;
margin-right:10px;
} 


p.LJ{
text-align:left;
margin-left:10px;
} 

p.nav{
font-size:.85em;
font-weight:bold;
color:white;
text-align:center;
margin-top:5px;
margin-bottom:5px;
} 

p.disclaimer{
margin-top:5px;
text-align:center;
color:rgb(0,30,130);
font-size:0.75em;
}

/* IMAGES */

img.nav{
border-width:1px;
border-style:solid;
border-color:black;
}

img.nav:hover{
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}


img.FR{
border-width:1px;
border-style:solid;
border-color:black;
float:right;
margin-right:10px;
margin-left:20px;
}