* {
    padding: 0;
    margin: 0;}
body {
    font-family:         arial, verdana, helvetica, sans-serif;
	font-size:           .80em;
    background:          url(../img/bk.jpg) repeat-x;
    color:	             #787878;
    background-color:    #000794;}
#content {
      width:             700px;
      margin-right:      auto;
      margin-left:       auto;
      text-align:        left;
      background-color:  #fff;}
a:link {
      color:            #000794;
      text-decoration:   none;
      border-bottom:    none;}
a:visited {
      color:            #000794;
      text-decoration:   none;
      border-bottom:    none;}
a:hover {
      color:            #808080;
      text-decoration:   none;
      border-bottom:    1px solid #000794;}
#menu {
      float:            right;
      padding:          10px 10px 10px 0;
      font-size:        .85em;}
#header {
      background:        #fff;
      padding:           40px 0 0 40px;}
#header a:hover {
      border:none;
      text-decoration:none;}
#navigation {
      display:           block;
      position:          relative;
      float:             right;
      margin:            37px 40px 0 0;}
#navigation a {
         color:          #000794;}
      #navigation a img { 
         height: 0;
         width: 0;
         border-width: 0;}
      #navigation a:link {
         color:          #000794;
         border:         none;}
      #navigation a:visited {
         color:          #000794;}
      #navigation a:hover {
         color:          #787878;
         border:         none;}
      #navigation ul {
         list-style-type: none;}
      #navigation a:hover img {
         position: absolute;
         top: 10px;
         left: 145px;
         height: 95px;
         width: 95px;}
      #navigation li {
         background-color: #fff;
         padding:          4px 10px 4px 10px;
         border-bottom:    1px dotted #808080;}

#main {
      margin-top:          10px;}      
#main p {
      padding:             0px 30px 15px 30px;
      line-height:         1.7;}
.spacer {
     height:             15px;
     width:              100%;}
.center_nob {
     display:           block;
     margin:            0 auto 5px auto;
     padding:           3px;}
.alignright_nob {
      float:            right;
      margin:           10px 30px 10px 10px;
      padding-left:     3px;}
.alignleft_nob {
      float:            left;
      margin:           0 10px 5px 5px;
      padding:          3px;}
hr {
      color:             #808080;
      height:            1px;
      background:        #fff;
      width:             95%;
      text-align:        center;
      margin:            10px auto 10px auto;}

#footer {
      color:             #808080;
      font-size:         .85em;
      clear:             both;
      text-align:        center;
      width:             90%;
      margin-left:       auto;
      margin-right:      auto;
      padding:           5px 0 10px 0;}
