<style type="text/css">
html
  {
    margin:0;
    padding:0
  }
body
  {
    margin-left: auto;
    margin-right: auto;
    width: 1050px;
    font:76% arial,sans-serif;
  }
p
  {
    font-family: Times New Roman;
    margin:0 10px 10px;
  }
a
  {
    padding:10px;
  }
#container
  {
    background-color: #DDDDDD;
    min-height: 100%;
    position: relative;
    height: 850px;
  }
#header
  {
    background-image: url(images/SimoldHeaderFade.gif);
  }
  h1
  {
    height:130px;
    line-height:80px;
    margin:0;
    padding-left:10px;
    background:#EEEEEE;
    color: #79B30B;
    background-color:#EEEEEE;
  }
#navigation
  {
    padding: 10px;
    position: relative;
    background-color: #000000;
    color:  #FFFFFF;
    font-size: 15px;
    font-weight: bold;
  }
ul
  {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
  }
  ul li
  {
    display: inline;
  }
  ul li a
  {
    text-decoration: none;
    color: #FFFFFF;
  }
p.title
  {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
  }
p.bodytext
  {
    padding: 4px;
    font-size: 20px;
  }
img.floatleft
  {
    float:left;
    margin: 4px;
  }
img.floatright
  {
    float: right;
    margin: : 4px;
  }
img.floatleftclear
  {
    clear: left;
    float:left;
    margin: 4px;
  }
img.floatrightclear
  {
    clear: right;
    float: right;
    margin: : 4px;
  }
p.arrowlist
  {
    margin: 25px;
    font-size: 20px;
    font-weight: bold;
  }
#footer
  {
    clear: both;
    position: absolute;
    bottom: 0;
    height: 60px;
    width: 1050px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    background-color: #DDDDDD;
  }
#shadow-container
  {
	position: relative;
	left: 15px;
	top: 15px;
	margin-right: 12px;
	margin-bottom: 12px;
  }
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .scontainer
  {
	position: relative;
	left: -5px;
	top: -5px;
  }
#shadow-container .shadow1
  {
    background: #555555;
  }
#shadow-container .shadow2
  {
    background: #777777;
  }
#shadow-container .shadow3
  {
    background: #CCCCCC;
  }
#shadow-container .scontainer
  {
    background: #ffffff;
	border: 1px solid #848284;
	padding: 10px;
  }
</style>