html, body {
	background-color:silver;
	margin:0px;
	padding:0px;
}

#top {
	width:930px;
	height:100px;
	padding:0px;
	margin:0px;
	
	
}

#logo {
	position:absolute;
	top:5px;
	left:50px;
	width:135px;
}

#main {
	margin:0px;
	padding:0px;
}

#navigation {
	position:absolute;
	background-image:url(wallpaper.gif);
	background-repeat:repeat-y;
	top:100px;
	left:10px;
	width:200px;
	font-family: Arial, Thahoma, Helvetica, sans-serif;
}
	
a.navi, a.navi_first, a.navi_self {
	display:block;
	white-space:nowrap;
	overflow:hidden;
	border-left:1px solid  black;
	border-right:1px solid  black;
	border-bottom:1px solid  black;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:0.1em;
	padding:3px;
	text-align:center;
}

a.navi_first {
	border-top:1px solid  black;
}

a.navi:link, a.navi_first:link, a.navi:visited, a.navi_first:visited  {
	
	background-color:gray;
	color:white;
}

a.navi:active, a.navi_first:active, a.navi_self:active {
	
	background-color:white;
	color:black;
}

a.navi:hover, a.navi_first:hover, a.navi_self:hover, {
	
	background-color:red;
	color:black;
}



#content {
	
	margin-left:230px;
	width:730px;
	margin-right:0px;;
	font-family: Arial, Thahoma, Helvetica, sans-serif;
}



h1,h2,h3,p,ul,ol,table {
	margin-top:0px;
	margin-left:0px;
	margin-right:16px;
	
	font-family: Arial, Thahoma, Helvetica, sans-serif;
}

h1,h2,h3 {
	font-weight:bold;
	color:red;
	font-style:normal;
	line-height:0.9em;
}


p {
	font-weight:normal;
	
	font-size:13px
	line-height:1em;
	padding-left:20px
	color:black
}

p.intro {
	text-align:left;
	font-weight:normal;
	font-style:italc;
	font-size:100%
	line-height:1em;
	margin-left:48px;
	color:black
}

p.text {
	text-align:justify;
	font-weight:normal;
	font-style:normal;
	font-size:100%
	line-height:1em;
	marin-left:48px;
	color:blue
}

ul, ol {
	padding-left:20px
}



li {
	
	font-weight:bold;
	font-style:normal;
	font-size:13px
	line-height:1em;
	marin-top:6px;
	marin-bottom:6px;
	color:red
}

td,th {
	text-align:left;
	font-weight:normal;
	font-style:normal;
	font-size:90%;
	line-height:1.1em;
	marin-left:4px;
	font-family: Arial, Thahoma, Helvetica, sans-serif;
	color:black
}


th {	
	font-size:115%;
	font-weight:bold;
	color:red;
}

a:link {
	font-weight:bold;
	color: blue;
	text-decoration:underline;
}

a:visited {
	font-weight:normal;
	color:rgb(0,125,255);
	text-decoration:underline;
}

a:hover, a:active {
	font-weight:bold;
	text-decoration:underline;
	
	color:red;
}
























