/* CSS Document */
/* Index .html */
 body{
	background-color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-align:center;
}
/* NAVIGATIONFRAME */
#container
	{
		text-align:left;
		margin:0 auto;
		position:relative;
		width: 1000px;
		min-height: 617px;
	}
#header
{
	display:none;
	visibility:hidden;
}
#navigation
{
	display:none;
	visibility:hidden;
}

#content
{
	border-top:1px dashed grey;
	float:left;
	margin-top:30px;
	width: 1000px; 
	min-height: 500px;
	overflow:auto;
	font-size:16px;
}	

#contentcontainer{
	width:98%;
	margin-left:1%;
	height:100%;
	float:left;
}

#footer
{
	float:left;
	margin-top:20px;
	width:1000px;
	height: 20px;
	border-top:1px dashed grey;
	font-size:14px;
}
a {
	text-decoration:none;
	color:black;
	border-bottom:1px solid red;
}
a.img {
	text-decoration:none;
	color:black;
	border:0px;
}
img{
	scale:0.1;
}

h1 {
	font-weight:normal;
}
h2{
font-weight:normal;
}
h3 {
font-weight:normal;
}
ul {
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
	border-top:1px dashed grey;
}
li {
	border-bottom:1px dashed grey;
	padding:2px 0px 3px 0px;
}
ul.inner {
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 2px 20px;
	border-top:1px dashed grey;
}
li.inner {
	border-top:0px dashed grey;
	border-bottom:0px dashed grey;
	padding:2px 0px 2px 0px;
}
