body {
 font-size: 10px;
 background: #999;
}

.clear {
 clear: both;
}

#wrapper {
 width: 770px;
 background: #000; 
 margin: 0 auto;
}

#header {
 background: #fff url('/img/header.png') no-repeat top left;
 height: 88px;
 position: relative;
}

#header .menu {
 position: absolute;
 bottom: -5px;
 _bottom: 5px; /* IE6 */
 left: 230px;
}

/* IE7 */
*:first-child+html #header .menu { bottom: 5px; }

#header .menu li {
 display: inline;
 margin-left: 25px;
}

#header .menu li a {
 color: #000;
 font: 1em Arial;
 text-decoration: none;
 font-variant: small-caps;
 font-weight: bold;
 letter-spacing: 1px;
}

#header .menu li a:hover {
 color: red;
}

#header #date { 
 position: absolute;  
 font: 1.2em Arial, Helvetica, Times New Roman; 
 font-weight: 700; 
 color: black;
 right: 10px;
 top: 20px;
}

.message {
 background: #eee;
 padding: 5px;
 margin: 15px 0;
 border: 1px solid #ddd;
 font-size: 1.4em;
}

.links:link {
	z-index: 5; 
	position: absolute;
	color: black;
	font: 13px Arial Black, Arial;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: normal;
}

.links:visited	{
	z-index: 5; 
	position: absolute;
	color: black;
	font: 13px Arial Black, Arial;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: normal;
}

.links:hover {
	z-index: 5; 
	position: absolute;
	color: #ff3333;
	font: 13px Arial Black, Arial;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: normal;
}

img { 
	z-index: 1; 
	border: 0px;
}

#content { 
 background: #fff url('/img/bg.png') no-repeat top left; 
 border-style: solid; 
 border-width: 2px; 
 border-color: gray; 
 padding: 10px;
 margin: 5px;
 min-height: 300px;
 _height: 300px;
}

fieldset {
 border: 1px solid #ccc;
 width: 475px;
}

fieldset legend {
 font-size: 1.4em;
}

fieldset .input {
 width: 100%;
 margin: .5em 0;
 font-size: 1.2em;
}

fieldset label {
 font-size: 1.2em;
 width: 135px;
 float: left;
}

fieldset .submit {
 float: right;
}

.info_tbl {
	float: right;
	color: black;
	font: 10pt Arial, Tahoma, Times New Roman;
	background-color: #E8E8E8;
	border: 1px solid gray;
	border-top: 0px;
	margin-left: 7px;
}

.info_tbl td {
	padding: 5px;
}

.info_tbl caption {
  text-align: left;
  color: black; 
  font: 10pt Arial, Tahoma, Times New Roman;
  font-weight: 700;
  background-color: #C9C9C9;
  padding: 5px;
  border: 1px solid gray;
  border-bottom: 0px;
}

.error-message {
 color: #dd0000;
 font-size: 1.2em;
}

.top {
	float: right;
	font: 12px Arial, Tahoma, Times New Roman;
}

p { 
	margin-top: 3px;
	color: black; 
	font: 10pt Arial, Tahoma, Times New Roman;
	line-height: 1.5em;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
}

p strong {
	font-weight: 900;
}

h2 { 
	color: black; 
	font: 12pt Arial, Helvetica, Times New Roman; 
	font-weight: 900;
	margin-right: 250px;
	border-bottom: 2px solid black;
}

h3 { 
	color: #FF0f0f; 
	font: 11pt Arial, Helvetica, Times New Roman; 
	font-weight: 700;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

ul {
	margin-top: 0px;
	margin-left: 30px;	/* Firefox */
	padding-left: 30px;	/* Opera and IE */
	list-style-image: url('images/disc.png');
}

li { 
	color: black; 
	font: 10pt Arial, Helvetica, Times New Roman;
}

a:link { 
	color: red;
	text-decoration: none;
}

a:visited { 
	color: red;
	text-decoration: none;
}

a:hover { 
	color: black;
	text-decoration: underline;
}

a:active { 
	color: black;
}

ul#services {
 list-style-type: none;
}

ul#services > li {
 float: left;
 margin-right: 2em;
 font-weight: bold;
 color: #333;
}

ul#services > li ul {
 margin-left: 0;
 margin-top: .5em;
 padding-left: 15px;
}

ul#services > li ul li ul {
 margin-top: 0;
}

#footer {
 color: #E9E9E9;
 font-weight: 900;
 font: 11px Arial, Helvetica, Times New Roman;
 padding: 5px;
}

#footer .menu {
 text-indent: 0;
 margin: 0;
 padding: 0;
 list-style-type: none;
}

#footer .menu li {
 display: inline;
 color: #555;
 font-weight: bold;
}

#footer p {
 margin: 0;
 padding: 0;
 font-size: 1em;
 color: #ccc;
}

#footer a {
 font-weight: normal;
 font-size: .8em;
 color: #ff3333;
 text-decoration: none;
}

#footer #menu li a:hover {
 text-decoration: underline;
}

#footer a:link { 
 color: #ff3333;
 text-decoration: none;
}

#footer	a:visited { 
 color: #ff3333;
 text-decoration: none;
}
