body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-image: url(../images/back_top.gif);
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin: 0;
	color: #ffffff;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #660000;
}
a:active {
	text-decoration: none;
	color: #333333;
}
#header {
  position : fixed;
  width : 100%;
  height : auto;
  top : 0;
  right : 0;
  bottom : auto;
  left : 0;
  border-bottom : 2px solid #cccccc;
}
#leftnavigation {
  position : fixed;
  height : auto;
  top : 10%;
	left : 0;
	width : 150px;
	margin : 0px 0px 0px 10px;
	color : #647500;
	padding : 3px;
  overflow : auto;
}
#content {
  position : fixed;
  top : 10%;
  bottom : 100px;
  margin : 0px 0px 0px 165px;
  width : auto;
  height : auto;
  padding-left : 5px;
  padding-right : 0px;
  color : #973621;
  border-left : 2px solid #cccccc;
  overflow : auto;
}
#content h1, #content h2 {
  color : #cc0000;
}
.content_box {
	line-height: 16px;
	background-color: #CCCCCC;
	background-image: url(../images/content_back.gif);
	text-align: left;
	padding: 20px;
	overflow: auto;
	height: 463px;
	width: 510px;
}
#footer {
  position: fixed;
  width: 100%;
  height: 100px;
  top: auto;
  right: 0;
  bottom: 0;
  margin-left : 10px;
  border-top : 2px solid #cccccc;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
.content_cd {
	padding-left: 20px;
}
.content_table {
	margin-bottom: 20px;
}
.content_box_rep {
	line-height: 16px;
	background-color: #CCCCCC;
	background-image: url(images/content_back.gif);
	text-align: left;
	padding: 0px 20px 20px;
	overflow: auto;
	height: 483px;
	width: 510px;
}
.copyright {
	font-weight: normal;
	color: #999999;
	margin-top: 15px;
	text-align: right;
}