@charset "utf-8";
* {
	padding:0;
	margin:0;
}
body {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
a {
	color: #0066cc;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color: #330066;
}

#wrapper {
	width: 1013px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/dropshaddow.jpg);
	padding-right: 8px;
	padding-left: 8px;
	background-repeat: repeat-y;
}
#header {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 109px;
}
#navigation {
	height: 43px;
	background-color: #000000;
	clear: both;
}
#banner {
	background-image: url(../images/mainBanner.jpg);
	background-repeat: no-repeat;
	height: 238px;
}
#content {
	padding-top: 18px;
}
#columnLeft {
	float: left;
	width: 760px;
	padding-right: 20px;
	padding-left: 65px;
}
#columnRight {
	width: 151px;
	padding-left: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	float: right;
	margin-bottom: 15px;
}
#content h1 {
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 15px;
}
#content h2 {
	padding-top: 8px;
}
.clearer {
	clear: both;
}
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 111px;
	font-size: .9em;
}
#secondaryFooter {
	background-color: #E0E0E0;
	height: 111px;
}
#logo {
	float: left;
}
#headerNavigation {
	width: 500px;
	float: right;
}
#headerNav {
	list-style-type: none;
	float: right;
	margin-top: 86px;
}
#headerNav li {
	display: inline;
}
#headerNav a {
	font-size: 1.2em;
	text-decoration: none;
	color: #999999;
	display: block;
	float: left;
	background-image: url(../images/4dots.jpg);
	background-repeat: no-repeat;
	padding-left: 14px;
	padding-right: 30px;
	font-weight: bold;
}
#headerNav a:hover {
	color: #000000;
}
#content  p {
	margin-top: 15px;
}
#content  ul {
	margin-top: 15px;
  margin-left: 15px;
}
#content  td {
	padding-left: 5px;
  padding-right: 5px;
}
.styleBlack {
  color: #FFFFFF
}
.styleLB {
  font-size: 14px;
  font-weight: bold;
}
.styleLarge {
  font-size: 14px;
  font-weight: bold;
}
.styleLColored {
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}
.date {
	font-weight: bold;
	color: #ff6633;
}
#mainNav {
	list-style-type: none;
}
#mainNav li {
	display: inline;
}
#mainNav a {
	display: block;
	float: left;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2em;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f9bd11;
	margin-top: 7px;
	margin-bottom: 7px;
	font-family: "Trebuchet MS", Arial;
}
#mainNav a:hover {
	color: #f9bd11;
}
#footText {
	width: 585px;
	float: left;
	padding-top: 30px;
	padding-left: 55px;
}
#footText strong {
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
}
#footText em {
	font-size: 1.2em;
}

#footIcons {
	float: right;
	width: 370px;
	margin-top: 1px;
}
#shortFootIcons {
	float: right;
	width: 208px;
	margin-top: 1px;
}
#bannerText {
	width: 535px;
	float: left;
	padding-top: 110px;
	padding-left: 65px;
	color: #FFFFFF;
	font-size: 1.45em;
	font-weight: normal;
}
#bannerText em {
	color: #f9bd11;
	font-weight: bold;
}
#bannerText strong {
	text-decoration: underline;
	font-weight: normal;
}
#bannerText .smallFont {
	font-size: .8em;
	margin-top: 10px;
	font-weight: normal;
}

#posted {
  font-size: .8em;
  color: #8F8F8F;
}

#content .comment {
  font-size: .8em;
  color: #8F8F8F;
}

#downloadNow {
	float: right;
	width: 396px;
	margin-top: 69px;
	color: #FFFFFF;
	font-weight: bold;
}
#downloadNow p {
	margin-bottom: 4px;
	padding-left: 10px;
	font-size: 1.1em;
}

