html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

body {		
	font-family: arial, tahoma, Verdana, sans-serif;
	text-align: center;
	color: #000000;
	background-color: #ffffff;
	font-size: 80%;
	width: 100%;
	background: url(../images/img-background-header.gif) repeat-x;
	background-position: top;
}

h1 {
	color: #cc0000;
	font-size: 130%;
}

h2 {
	color: #cc0000;
	font-size: 110%;
}

p {
	font-size: 90%;
}

a {
	color: #cc0000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

hr {
	color: #999999;
	background-color: #999999;
	height: 1px;
	border: 1px solid #999999;
	width: 980px;
}

li {
	list-style-type: square;
	font-size: 90%;
}
		
#container {
	margin: 0 auto;
	width: 100%; 
	min-height: 100%;
	text-align: left;
	background-color: #ffffff;
	position: relative;
}

*html #container {
	height: 100%;
}

#header {
	height: 112px;
	width: 100%;
	background: url(../images/img-background-header.gif) repeat-x;
	text-align: left;
}

#navigation {
	width: 980px;
	height: 26px;
	font-size: 85%;
	font-weight: bold;
	padding-top: 15px;
	text-align: left;
	overflow: hidden;
	clear: both;
}

#navigation a {
	color: #ffffff;
}

#content {
	width: 960px;
	padding: 10px;
}

#footer	{
	font-size: 95%;
	color: #c70000;
	padding-left: 10px;
	text-align: center;
	clear: both;
}

#footer p {
	margin: 0px;
	padding: 15px 0px 0px 0px;
}

#clearfooter {
	height:67px;
	width:100%;
	clear:both
}

.imgBorder {
	border: 1px solid #cc0000;
}

.imgBorderDownloads {
	border: 2px solid #7f0b29;
}

.table {
	width: 400px;
	overflow: hidden;
	border: 0px solid green;
	margin-bottom: 18px;
	font-size: 90%;
}

.leftCell {
	float: left;
	width: 200px;
	font-weight: bold;
}

.rightCell {
	float: right;
	width: 200px;
}

.spacer {
	margin-top: 10px;
	clear: both;
}

.downloadsTable {
	height: 115px;
	width: 355px;
	float: right;
	margin: 0px 0px 10px 20px;
	overflow: hidden;
	background-color: #a50000;
	border: 2px solid #7f0b29;
}

.dtImageHolder {
	float: left;
	width: 155px;
	padding: 2px;
}

.dtTextHolder {
	float: right;
	width: 180px;
	font-weight: bold;
	color: #ffffff;
	padding: 3px 10px 2px 2px;
}

.dtTextHolder a {
	color: #ffffff;
	text-decoration: underline;
}

.dtTextHolder a:hover {
	text-decoration: none;
}

.selectContainer {
  border: 1px solid #cc0000;
  position: relative; overflow: hidden;
  width: 97px; height: 17px;
  #width: 97px;
}

.inputFieldsSelect {
	height: 20px;
	font-size: 90%;
	margin: -1px 0px 0px -1px; 
	width: 100px;
}