﻿#wrapper
  {
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  background-color: #D1E4FA;
  -webkit-box-shadow: 5px 5px 5px #000033;
  -moz-box-shadow: 5px 5px 5px #000033;
  box-shadow: 5px 5px 5px #000033;
  text-align: left;
  }
#header
  {
  height: 131px;
  width: 100%;
  background-image: url(images/logo.jpg);
  background-color:#325884;
  background-repeat: no-repeat;
  font-family: Georgia;
  color: #ffffff;
  }
#header div
  {
  background-image: url(images/dots.jpg);
  background-repeat: repeat-x;
  margin-top: 22px;
  margin-left: 186px;
  }
#header img
  {
  margin-top: 22px;
  margin-left: 186px;
  }
#header p
  {
  margin-top:0;
  margin-bottom:0;
  }
#title
  {
  font-size: 24pt;
  }
#subtitle
  {
  font-size: 12pt;
  font-style: italic;
  }
#leftbar
  {
  float: left;
  width: 175px;
  }
#select
  {
  height: 35px;
  line-height: 35px;
  display: block;
  background-image: url(images/menu-hover.png);
  background-repeat: repeat-x;
  color: #325884;
  text-align: center;
  }
#nav a
  {
  height: 35px;
  line-height: 35px;
  display: block;
  background-image: url(images/menu-regular.png);
  background-repeat: repeat-x;
  text-align: center;
  text-decoration: none;
  }
#nav a:link
  {
  color: #FFFFFF;
  }
#nav a:visited
  {
  color: #FFFFFF;
  }
#nav a:hover
  {
  background-image: url(images/menu-hover.png);
  background-repeat: repeat-x;
  text-align: center;
  color: #325884;
  }
#nav2 a
  {
  height: 35px;
  line-height: 35px;
  display: block;
  background-image: none;
  background-color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  }
#nav2 a:link
  {
  color: #325884;
  }
#nav2 a:visited
  {
  color: #325884;
  }
#nav2 a:hover
  {
  background-image: url(images/menu-hover.png);
  background-repeat: repeat-x;
  text-align: center;
  }
#content
  {
  margin-left: 175px;
  background-color: #FFFFFF;
  padding: 0px 20px 20px 20px;
  }
#info
  {
  margin-right: 255px;
  padding: 20px 20px 20px 0px;
  }
#info h1
  {
  font-family:Verdana, Arial, Geneva, sans-serif;
  font-size: 20px;
  color: #638CBB;
  text-align: left;
  }
#info h2
  {
  font-size: 12px;
  font-weight: bold;
  color:#638CBB;
  }
#rightbar
  {
  float: right;
  width: 255px;
  padding: 20px 0px 20px 0px;
  }
#rightbar div
  {
  text-align: center;
  }
#footer
  {
  font-size: 10pt;
  font-style: italic;
  font-family: Arial;
  color: #FFFFFF;
  background-color: #325884;
  padding: 5px;
  text-align: center;
  }
.clear
  {
  clear: both;
  }
.defaulttable th, .defaulttable td, .defaulttable tr
  {
  text-align: left;
  padding: 4px;
  }
#disktable th, #disktable td
  {
  text-align: center;
  padding: 10px;
  }
#disktable p
  {
  margin-top:0;
  margin-bottom:0;
  }
.firstrow
  {
  background-color: #325884;
  color: #FFFFFF;
  }
.altrow
  {
  background-color: #D5ECE1;
  }
.intro
  {
  margin: 5px;
  padding: 10px;
  background-color: #D5ECE1;
  color: #325884;
  font-weight: bold;
  }
.news
  {
  margin: 5px;
  padding: 10px;
  background-color: #658EBC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 5px #1E1E1E;
  -moz-box-shadow: 5px 5px 5px #1E1E1E;
  box-shadow: 5px 5px 5px #1E1E1E;
  text-align: center;
  color: #FFFFFF;
  }
body
  {
  margin: 0;
  background-image: url(images/background.jpg);
  background-position: left top;
  background-repeat: repeat-x;
  font-family: Verdana, Arial, Geneva, sans-serif;
  font-size: 10pt;
  color: #000000;
  }
html body
  {
  text-align:-moz-center;
  }
ul, ol
  {
  margin-top:.3em;
  margin-bottom:.3em;
  list-style-position:outside!important;
  }
.box
  {
  color:#E11521;
  }
img
  {
  border-style: none;
  }
.MSC_Body
  {
  padding:10px;
  text-align:left;
  background:#ffffff;
  height:100%;
  }
