* {
	margin: 0;
	padding: 0;
	border: 0;
}

html,BODY {

	height: 100%;
  
}

BODY {
	position: relative;
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
	background: #2A3747;
	text-align: center;
	
}

DIV {

	margin-left: auto; 
	margin-right: auto;

}

#outer {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: #2A3747 url("pictures/fon800.gif") repeat-y;
	width: 800px;

}


#header{
	width: 800px;	
}

#menu {
	margin-left: 75px; 
	margin-right: 75px;
	width: 650px;
}

#page {

	margin-left: 75px; 
	margin-right: 75px;
	width: 650px;
	text-align: justify;
	padding-bottom: 2em;
	
}

* html #footer {

	position: absolute;
	bottom: 0;
	width: 100%;
	width: 800px;
	height: 25px;
	left: 50%; 
	margin-left: -50%;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 25px;
}

A:link {
	text-decoration: none; 
	color: #440C0D;
}

A:visited {
	text-decoration: none;
	color: #440C0D;
}

A:hover {
	text-decoration: none;
	color: #ffffff;
}

A:active {
	text-decoration: none;
	color: #750604;
}

A.imp { 
	text-decoration: none;
	color: #ffffff;
}

A.imp:visited {
	text-decoration: none;
	color: #ffffff;
}

A.imp:hover {
	text-decoration: none;
	color: #750604;
}

A.imp:active {
	text-decoration: none;
	color: #750604;
}

TABLE {
	background: #556272;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	vertical-align: center;
	border: 1px solid black;
	border-collapse: collapse;
}

TD {
	text-align: center;
	padding: 5px
}

TD, TH {
	border: 1px solid black;
}

H1 {	
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	}

H2 {
	font-size: 12px;	
}


UL {
	padding: 0; 
	margin: 0;
	margin-left: 20px; 
	list-style-image: url('/pictures/marker.gif')
}

.colortext {	
	color: white;
	border-bottom: 3px solid #750604;
	padding-bottom: 0px; 
}

.spaced {
	letter-spacing: 1px;
}

OL {
	list-style-position: outside;
	padding: 5; 
	margin: 5;
	margin-left: 25px; 
}

P {
	margin: 10px 0;
	text-indent: 20px;
	}