body {
	background: url(graphics/texture.png);
	repeat: repeat; 
	}
h1 {font-family: "Arial", "Helvetica", sans-serif; 
	color: #000;
	font-size: 16px; 
	font-weight: 500;
	text-align: center;
	}

h2 {font-family: "Arial", "Helvetica", sans-serif; 
	color: #000;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	}
	
h3 {font-family: "Arial", "Helvetica", sans-serif; 
	color: #000;
	font-size: 12px;
	font-weight: 600;
	}

#banner {
	position: absolute;
	top: 35px;
	left: 130px;
	z-index: 1;
	}
	
#do {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	}

#logo {
	position: absolute;
	top: 20px;
	left: 25px;
	z-index: 4;
	}

#navigation {
	position: absolute;
	top: 210px;
	left: 20px;
	width:130px;
	padding:5px;
	font-family: "arial", "Helvetica", sans-serif;
	font-size: 13px;
	line-height: 2em;
	background: url(graphics/texture.png);
	repeat: repeat;
	}

#navigation a {display: block;}

a {
	color: #03c;
	text-decoration: none;
	font-weight: 400;
	}

a:link { color: #03c;}
a:visited { color: #03c;}
a:hover { color:#800000;}
a:active { color: #bfb2D3;}

	
#content {
	position: absolute;
	top: 130px;
	left: 160px;
	width: 708px;
	padding: 15px;
	border: solid; 
	border-width: 1px; 
	border-color: #b7b7b7; 
	padding: 15px; 
	z-index: 2; 
	text-align: justify;
	background-color:#F9F9F9;
	}
p	
	{
	text-indent: 0em;
	font-size: 13px;
	font-family: "Arial", "Helvetica", sans-serif; 
	color: #000;
	}
.center
	{
	text-indent: 0em;
	text-align: center;}

.right
	{
	text-align: right;}

.red
	{color: #FF0000;}
	
.sml
	{font-size: 10px;}
	
.lg
	{font-size: 14px;}
	
.block {
	text-indent: 0em; 
	margin-left: 50px; 
	margin-right: 50px; 
	width: auto;
	}
	
.block2 {
	text-indent: 0em
	}

.em {
	font-style: italic;
	}
	
.b {
	font-weight: 700;
	}
	
.copyright {
	text-indent: 0em;
	}

ul li {
	list-style-type: circle; 
	font-family:"Arial", "Helvetica", sans-serif; 
	color: #000; 
	font-size: 12px;
	}

ol li {
	list-style-type: decimal; 
	font-family:"Arial", "Helvetica", sans-serif; 
	color: #000; 
	font-size: 12px; 
	margin-left:40px; margin-right: 50px;
	}

ol ol li {
	list-style-type: lower-alpha; 
	font-family:"Arial", "Helvetica", sans-serif; 
	color: #000; 
	font-size: 12px; 
	margin-left:40px; 
	margin-right: 50px;
	}

table.tbl {
	width: 500px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	font-family:"Verdana", "Helvetica", sans-serif;
	font-size: 12px;
	}
