@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font: 0.8125em Verdana, sans-serif; 
	line-height: 1.55em; 
	color: #333;
/*	background-image: url(images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat; */
}

p {
	margin: 0 0 1.5em 0;
	text-indent: 0;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

#container {
	position: relative;
	width: 760px;
	margin: 0 auto 0 auto;
	padding: 0;
	font-size: 1em;
	background-color: #F2F2F2;
	border-right: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
}

#header {
	position: relative;
	height: 60px;
	margin: 0;
	padding: 0;
	background-color: #2F2F2F;
}

#header_content {
	position: relative;
	width: 760px;
	height: 60px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	color: #999999;
	font-size: 9px;
}

#header_logo {
	position: relative;
	float: left;
	width: 200px;
	height: 60px;
	margin: 0;
	padding: 0;
}

#header_links {
	position: relative;
	float: right;
	width: 550px;
	height: 28px;
	margin: 0;
	padding: 32px 5px 0px 0px;
	text-align: right;
	color: #999999;
	font-size: 9px;
}

#header_links a:link {
	color: #999999;
	text-decoration: none;
	font-size: 9px;
	padding: 0 5px;
}

#header_links a:visited {
	color: #999999;
	text-decoration: none;
	font-size: 9px;
	padding: 0 5px;
}

#header_links a:hover {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 9px;
	padding: 0 5px;
}

#header_links a:active {
	color: #999999;
	text-decoration: none;
	font-size: 9px;
	padding: 0 5px;
}

#content {
	position: relative;
	width: 538px;
	margin: 0px 0px 0px 222px;
	padding: 0;
	font-size: 0.8em;
	background-color: #FFFFFF;
}

#content a {
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content_padding {
	padding: 20px 20px 5px 20px;
	border-left: 1px solid #D9D9D9;
}

#content_padding h1 {
	color: #000000;
	font-size: 1.1em;
	margin: 0 0 15px 0;
	padding: 7px;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	font-weight: bold;
}

#nav {
	position: absolute;
	top: 20px;
	left: -222px;
	width: 182px;
	padding: 0 20px;
	text-align: right;
}

#nav a:link {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	padding: 0 0 0 15px;
}

#nav a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	padding: 0 0 0 15px;
}

#nav a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	background-image: url(images/nav_hover.jpg);
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
}

#nav a:active {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	padding: 0 0 0 15px;
}

#nav ul {
	margin: 0;
	padding: 0;
	border-top: 1px dotted #999999;
}

#nav li bold {
	color: #000000;
	margin: 0;
	padding: 5px 0;
	font-weight: bold;
}

#nav li {
	list-style: none;
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px dotted #999999;
	font-weight: bold;
}

#footer {
	float: relative;
	height: 30px;
	margin: 0;
	padding: 0;
	background-color: #2F2F2F;
}

#footer_content {
	float: relative;
	width: 760px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #999999;
	font-size: 9px;
	line-height: 30px;
}

table.download {
  border-collapse: collapse;
  text-align: left;
}
table.download td {
  font-size: 10px;
}
table.download th {
  font-size: 12px;
  border-bottom: 1px solid;
}


