body {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #555;
}

a:link, a:active {
	text-decoration: none;
	color: #555;
}
a:visited {
	text-decoration: none;
	color: #555;
}

a:hover {
	text-decoration: underline;
	color: #555;
}
#header {
  width:100%;
  padding:0%;  
  margin: 0% 0% 4% 0%;
  white-space:nowrap;
}
#thebox {
	width: 50em;
	background-color: white;
	color: #555;
	border: 2px #c0c0c0 solid;
	margin: 4% auto 0px auto;
	padding: 0% 1.5% 0% 1.5%;
}

#redbox { 
	text-align: center;
	width: 26%;
	height:10%;
	margin: -2px 0% 0% 0%;
	padding: 8% 3% 1% 2%;
	border: 2px #cc0000 solid;
	background-color: #cc0000;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 100%;
	letter-spacing: 5px;
	text-transform: uppercase;
}

#nav {
	width: 88%;
	margin: -5.7% 0% 0% 0%;
	padding: 0% 0% 0% 10%;
	color: #555;
	font-weight: normal;
	font-size: 100%;
	text-align: right;
/*	background-color: #c0c0c0;*/
}

#nav li {
	list-style: none;
	display: inline;
	margin-left: 1.0em;
}

#nav a {
	font-size: 100%;
	font-weight: bold;
	color: #555;
	text-decoration: none;
}

#nav a:hover {
	color: #cc0000;
	text-decoration: underline;
}

#content {
	margin: 0% 0% 0% 0%;
	padding: 0% 2% 4% 2%;
	text-align: left;
}

#content h1 {
  font-size: 18px;
  letter-spacing: 3px;
}

#content h2 { 
  font-size: 16px;
  letter-spacing: 1px;
/*  text-transform: uppercase;*/
}

#foot {
	font-size: 80%;
	text-align: center;
}

#foot2 {
	width: 100%;
	text-align: right;
}

#content a:link.red {
	color					: #cc0000;
	text-decoration: none;
}
#content a:visited.red {
	color					: #cc0000;
	text-decoration: none;
}

#content a:link.dark {
	color					: #555;
	text-decoration: underline;
}
#content a:visited.dark {
	color					: #555;
	text-decoration: underline;
}

img { 
	border: none; 
}