body
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: tahoma;
	font-size: 12px;
	text-align: center;
}

#bar
{
	font-weight: bold;
	text-align: left;
	width: 100%;
	height: 25px;
}
#bar span
{
	height: 15px;
	margin-top: 7px;
	margin-left: 20px;
}
#bar a
{
	font-weight: normal;
	font-size: 10px;
}
#wrapper
{
	width: 650px;
	height: 100%;
	border-width: 0px 1px 0px 1px;
	border-color: #000;
	border-style: solid;
	text-align: left;
	margin: auto;
}
#head
{
	height: 150px;
	border-width: 0px 0px 1px 0px;
	border-color: #000;
	border-style: solid;

	background: #DBE4EB url(../layout/logo.jpg);
}
#nav
{
	height: 15px;
	font-size: 10px;
	margin-left: 25px;
	margin-right: 25px;
}
#nav ul
{
	width: 100%;
	margin: 0;
	padding: 0;
}
#nav ul li
{
	border-style: none none solid none;
	border-color: #000;
	border-width: 1px;
	text-align: center;
	width: 20%;
	float: left;

}

#content
{	margin-left: 80px;
	margin-right:75px;

}
#content p
{
	text-indent: 40px;
	margin-top: 5px;
}

#content h1
{
	font-size: 14px;
        width: 100%;
	border-style: none none dashed none;
	border-width: 2px;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-left: -5px;
	margin-right: -25px;
}

#content h2
{
	font-size: 11px;
	width: 100%;
	border-style: none none dashed none;
	border-width: 1px;
	margin-bottom: 0px;
	margin-top: 5px;
	
}
#content h3
{
	font-size: 12px;
	font-weight: normal;
	width: 100%;
	border-style: dashed none dashed none;
	border-width: 1px;
	margin-bottom: 0px;
	margin-top: 3px;
}
#content h4
{
	font-size: 11px;
	width: 100%;
	border-style: dashed none dashed none;
	border-width: 1px;
	margin-bottom: 3px;
	margin-top: 3px;
	
}
#content h5
{
	font-size: 11px;
	width: 100%;
	border-style: none none none none;
	border-width: 0px;
	margin-bottom: 0px;
	margin-top: 3px;
	
}
#content a
{
	text-decoration: none;
	color: #656;
	font-weight: bold;
}
#content a:hover
{
	text-decoration: underline;
	color: #ccd;
}
#term
{
	border-style: solid;
	border-width: 1px 4px 1px 4px;
	background: #fff;
	margin-left: 0;
	margin-right: 0;
}
#credit
{
	border-style: dashed;
	border-width: 1px 1px 1px 1px;
	background: #fff;
	margin-left: 0;
	margin-right: 0;
        margin-bottom: 0;
	margin-top: 0;
       
        
}
#term p
{
	margin-left: 25px;
{
