@charset "UTF-8";
/* CSS Document */

body {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  color: black;
  background-color: #757;
  font-size: small;
}

#container {
  background-color: #DDF;
  margin-left: 10%;
  margin-right: 10%;
  float: left;
}

a {
  color: blue;
}

a:active {
  color: green;
}

a:visited {
  color: purple;
}

a:hover {
  color: red;
}

div {
  margin-top: .25em;
  margin-bottom: .25em;
  padding: 1%;
}

#content div {
  margin: 0%;
}

#content {
  min-width: 950px;
}

#main {
  float: left;
  width: 64%;
  min-width: 500px;
}

#side {
  float: right;
  width: 30%;
  min-width: 300px;
}

#header {
  text-align: center;
}

#nav {
  text-align: center;
}

#nav ul {
  list-style-type: none;
}

#nav li {
  display: inline;
  font-size: 200%;
  padding: .25em;
}

#nav a, #nav a:active, #nav a:visited {
  color: #000;
  background: url('b1.png');
  background-repeat: repeat-x;
  padding: .25em;
  text-decoration: none;
  border-radius: 12px;
  -moz-border-radius: 12px;
}

#nav a:hover {
  color: #FFF;
  background: url('b2.png');
  background-repeat: repeat-x;
  padding: .25em;
  text-decoration: none;
}

.caption {
  font-size: 85%;
  text-align: right;
  padding-right: 1em;
  padding-bottom: 1em;
}

h2 {
  font-size: 350%;
  text-align: center;
  margin: 0%;
  color: #060;
}

h3 {
  font-size: 200%;
  text-align: center;
  margin: 0%;
  color: #060;
}

#headLeft {
  float: left;
  padding-left: 3em;
}

#headRight {
  float: right;
  text-align: center;
  padding-right: 5%;
}

ul#news li {
  list-style-type: none;
  clear: both;
}

.dbsp {
  padding-bottom: 1em;
}

.newsHead1 {
  font-size: 250%;
}

.newsHead2 {
  font-size: 130%;
}

.newsHead3 {
  font-size: 130%;
  padding-top: .5em;
}

.big {
  font-size: 125%;
}

table {
  border: none;
  width: 100%;
}

#resumeHead {
  font-size: 250%;
  padding: 0em;
  text-align: center;
}

td[colspan='3'] {
  text-align: center;
}

th, .resumeHead {
  font-weight: bold;
  text-decoration: underline;
  padding-top: 1em;
  padding-left: 0em;
  text-align: left;
}

#resume2 {
  padding-left: 0em;
}

.resumeP {
  text-indent: 0em;
  margin: 0em;
}

.wTitle {
  padding-bottom: 0em;
  font-size: 150%;
}

.wSub {
  padding-top: 0em;
}

#webCredit {
  font-size: 75%;
  padding-top: 2em;
  padding-left: 40px;
}

.indent {
  text-indent: 2em;
  display: block;
}

#newsList {
  font-size: 200%;
  color: #060;
}

.subdd {
  padding-top: 1em;    
}
