/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
html{color:#000;background:#FFF;}

body {
  text-align: center;
}

#container {
  margin: 0 auto;
  width: 700px;
  text-align: center;
  line-height: 2;
}

#header {
  height: 100px;
  width: 700px;
}

#sx{
  float: left;
  width: 450px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#dx{
  float: right;
  width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#end{
    clear:both;
    border-bottom:5px solid black;
}

#txtWide{
    margin-top: 10px;
    width: 700px;
    text-align: left;
}
.max{
    font-size:120%;
    font-weight: bolder;
}
#separator{
    margin:5px;
    width:100%;
    height: 3px;
    border-bottom:1px solid Gray;
}
.under{
    text-decoration: underline;
}

.centerTxt{
     width:100%;
     text-align: center;
}

ul {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
}

a:link {color:green; text-decoration: none}
a:visited {color:green; text-decoration: none}
a:hover {color:grey;text-decoration: underline }
a:active {color:green; text-decoration: none}
