/* CSS Document */
body {
	font-family: Helvetica,'Trebuchet MS',Tahoma,sans-serif;
	font-size: 12px;
	margin-top: -2px;
	color: #CCCCCC;
  background-color: #333333;
/*	background: url('images/bg.gif'); */
}
#container {
	margin: 0 auto;
	width: 736px;
}
#header {
/*	background: url('images/header.jpg'); */
	height: 116px;
	width: 736px;
}
#headertitle {
	padding-top: 80px;
	padding-left: 15px;
	float: left;
	font-size: 1.2em;
	color: white;
}
.boldtitle {
	font-size: 1.6em;
	font-weight: bold;
	padding-left: 5px;
}
#links {
	padding-top: 85px;
	padding-left: 350px;
	color: white;
	font-weight: bold;
	letter-spacing: .3px
}
a {
	color: white;
	text-decoration: none;
	font-size: .9em;
}
a:hover {
	color: red;
	text-decoration: none;
}
#mainbody {
	background: #3d3d3d;
	width: 736px;
	clear: both;
	margin-top: 20px;
}
.header1 {
	color: white;
	font-size: 1.5em;
	text-indent: 20px;
	padding-top: 20px;
	font-weight: normal;
	letter-spacing: 2px;
}
.bodytext {
	color: white;
	font-size: 1.1em;
	/*text-indent: 20px;*/
	padding-top: 20px;
	letter-spacing: .2px;
	padding: 12px 20px 10px 20px;
}
.image {
float:right
}
.spantext {
	margin-left: 10px;
	padding-left: 60px;
	padding-right: 60px;
	width: 100%
}
#footer {
	font-size: .9em;
	color: #9a9a9a;
}
#footer a {
	color: #9a9a9a;
	font-weight: normal;
	font-size: .9em
}
#footer a:hover {
	color: red;
	font-weight: normal;
	font-size: .9em
}

#caption {
	font-size: .9em;
	color: #9a9a9a;
}
#caption a {
	color: #9a9a9a;
	font-weight: normal;
	font-size: .9em
}
#caption a:hover {
	color: red;
	font-weight: normal;
	font-size: .9em
}

td { 
font-size: 12pt;
font-family: Helvetica,'Trebuchet MS',Tahoma,sans-serif; 
padding-right: 10px;
text-align: center;
 }
