html {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

body {
  margin: 25px 0 25px 0;
  padding: 0 0 0 0;
  background-color: #999999;
  font-family: Verdana, 'Book Antiqua', Helvetica, Arial; 
  text-align: center;
   font-size: 12px;
}
div#container {
  margin: auto auto auto auto;
  width: 600px;
  padding: 0 0 10px 0;
  background-color: #cccccc;
  text-align: center;
  border: 5px solid #666666;
}

div.header {
  margin: auto auto auto auto;
  width: 600px;
  padding: 0 0 0 0;}

div.nav {
  margin: 0 auto auto auto;
  padding: 0 0 10px 0;
  width: 600px;
  text-align: center;
  border-bottom: 5px solid #666666;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #BE0743;
}

div.content {
  margin: auto auto auto auto;
  width: 570px;
  padding: 20px 0 0 0;
  text-align: justify;}
  
  div.warning {
  margin: auto auto auto auto;
  width: 500px;
  padding: 0 0 0 0;
  color: #ffffff;
  text-align: justify;}

.center {text-align: center;}
  
  fieldset {
  width: 470px;
  padding: 5px 5px 5px 5px;
  text-align: left;
  border: 1px solid #666666;}

.pic, input, select, textarea {  
  text-align: left;
  border: 1px solid #666666;
  background-color: #cccccc;}
  
h2.posttitle, div.posttitle {
	font: 16px 'Comic Sans MS', Georgia, 'Times New Roman', serif;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 10px; 
  color: #BE0743;
}

a:link { font-weight: bold; color: #000000; text-decoration: none;}

a:visited {font-weight: bold; color: #000000; text-decoration: none;}

a:hover {font-weight: bold; color: #000000; text-decoration: none; font-style: italic;}

a:active {font-weight: bold; color: #000000; text-decoration: none;}

.affils a:link, .affils a:visited, .affils a:hover, .affils a:active{
  display: block;
  padding: 10px 5px 0 0;
  height: 30px;
	font: 12px 'Georgia', 'Times New Roman', serif;
	text-transform: capitalize;
	text-align: right;
	font-weight: bold;
	color: #ffffff;
}

.affils a:hover {font-style: italic; background-color: #cccccc;}

div.affils {
  margin: 5px 10px 0 0;
  padding: 0 0 0 0;
  background-image: url(images/affils.jpg);
  background-repeat: no-repeat;
  background-color: #cccccc;
  width: 200px;
  height: 40px;
  border: 1px solid #BE0743;
  float: left;}
  
  div.clear
  {clear: both; }


