body {
  
	background-color: #405000;
	margin-top: 10px;
	margin-bottom: 10px;
	}

h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 36px;
	color: #F;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 130px;
}
	
h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 25px;
	color: #000000;
    width: 100%;
	margin-top: 35px;
	border-bottom: 2px solid  #000000; 
}
  
#content {
  background-image:url(../images/boog.jpg);
  
	width: 780px;
	text-align: center;
	margin-top: 0px; 
	margin-right: auto; 
	margin-bottom: 0px; 
	margin-left: auto; 

}

#header {
	background-image: url(../images/bgheader.gif);
	background-color: #990000;
	background-repeat: no-repeat;
	background-position: 1px;
	margin-top: 0px;
    border-bottom: 10px solid #000000;
    border-top: 1px solid #8d9399;
	font-family: arial, helvetica, sans-serif;
	float: left;
	width: 780px;
	height: 62px;
	text-align: center;
}

#content_sidebar {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	float: left;
	width: 180px;
}

.content_menu {
	background-color: #FFE4B5;
	background-repeat: no-repeat;
	font-family: arial, helvetica, sans-serif;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
	float: left;
	clear: left;
	margin-top: 30px;
	width: 180px;rgb(64,80,0)rgb(57,128,244)rgb(64,80,0)
	padding: 0px 0px 0px 0px;
}

.content_menu div {
	background-color: #990000;
  	display: block;
  	border-top: 3px solid #000000;
    border-bottom: 3px solid #000000;
    border-left: 3px solid #000000;
    border-right: 3px solid #000000;
	font-size: 16px;
	padding: 10px 0px 10px 0px;
}

.content_menu a {
	text-decoration: none;
	font-size: 14px;
  	display: block;
	padding: 8px 0px 8px 0px;
	color: #555555;
}

.content_menu a:visited {
	text-decoration: none;
	border-bottom: 3px solid #000000;
	border-left: 3px solid #000000;
	border-right: 3px solid #000000;
	border-top: 3px solid #000000;
	font-size: 14px;
  	display: block;
	padding: 8px 0px 8px 0px;
	color: #405000;
}

.content_menu a:active {
	text-decoration: none;
	font-size: 14px;
  	display: block;
	padding: 8px 0px 8px 0px;
	color: #60B000;
}

.content_menu a:hover {
	text-decoration: underline;
	border-bottom: 3px solid #000000;
	border-left: 3px solid #000000;
	border-right: 3px solid #000000;
	border-top: 3px solid #000000;
	font-size: 14px;
  	display: block;
	padding: 8px 0px 8px 0px;
	background-color: #990000;
	color: #000000;
}

#content_main {
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
    line-height: 130%;
	color: #00FF00;
	float: left;
	width: 560px;
	text-align: center;
}

#content_main a, #content_main a:visited, #content_main a:active {
	text-decoration: underline;
	color: #8d9399;
}

#content_main a:hover {
	text-decoration: underline;
	color: #000000;
}

#content_right {
	margin: 0 auto;
	padding: 5px;
	display: inline;
	float: right;
	width: 265px;
}

#content_left { 
	margin: 0 auto;
	padding: 5px;
	display: inline;
	float: left;
	width: 265px;
}

#footer {
	width: 780px;
	border-top: 1px solid #DDDDDD;
	text-align: center;
	clear: both;
	margin-top: 0px; 
    margin-right: auto; 
	margin-bottom: 0px; 
	margin-left: auto; 
}

#footer_space {
	line-height: 30px;
	width: 780px;
	clear: both;
	margin-top: 0px; 
    margin-right: auto; 
	margin-bottom: 0px; 
	margin-left: auto; 
	}
	
#footer_right {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #DDDDDD;
	float: right;
	text-align: right;
}

#footer_left {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	float: left;
	clear: left;
	text-align: left;
}

#footer_right a, #footer_right a:visited, #footer_right a:active, #footer_right:hover {
	text-decoration: none;
	color: #999999;
}

table.files {
	border-width: 1px 1px 1px 1px;
	border-spacing: 4px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: #F7F7F7;
	width: 95%;
}
table.files th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	background-color: #E5E5E5;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.files td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	background-color: #F7F7F7;
	-moz-border-radius: 0px 0px 0px 0px;
	white-space: nowrap;
}
