html
{
	height : 100%;
}

*
{
	position : relative;
	margin : 0;
	padding : 0;
	list-style : inherit;
	text-decoration : none;
	font : inherit;
	text : inherit;
}

iframe,img
{
	border : 0;
}

body
{
	font-size : 12px;
	line-height : 1.5em;
	font-weight : normal;
	text-align : justify;
	text-indent : 0;
	font-family : "MS Arial", sans-serif;
	list-style : none;
	background : #bdbaa5;
	color : #000;
}

a
{
	color : #000;
	font-weight : bold;
}

img 
{
	margin : 10px;
}

a:hover
{
	color : #fff;
}


iframe
{
	height : 2000px;
	width : 100%;
}

h1
{
	display : none;
}

#header ul
{
	padding-left : 5%;
	text-align : left !important;
	text-align : center;
	background : #ccc4b0;
	border-top : #000 1px solid;
	border-bottom : #000 1px solid;
	height : 25px;
	line-height : 25px;
}

#header li
{
	float : left;
	height : 25px;
	margin-left : 1px;
}

#header li a
{
	display : block;
	height : 25px;
	width : auto !important;
	width : 95px;
	padding-right : 10px;
	padding-left : 10px;
}

#header li a:hover
{
	border-left : 1px #000 solid;
	border-right : 1px #000 solid;
	background : #bdbaa5;
	margin-left : -1 !important;
	margin-right : -1px !important;
	margin-left : 0;
	margin-right : 0;
}

#body
{
	width : 80%;
	left : 10%;
	list-style : circle inside;
	text-indent : 25px;
}

#body p, #body ul, #body ol
{
	padding : 5px;
}

#body h2
{
	width : 100%;
	line-height : 30px;
	border : 1px #000 solid;
	background : #ccc4b0;
	font-size : 18px;
	margin : 5px 0 5px 0;
	color : #555;
	text-align : center;
	font-weight : bold;
}

#body h3
{
	line-height : 25px;
	border : 1px solid #000 !important;
	border-top : 4px solid #000;
	color : #555;
	margin : 5px 0 5px 0;
	text-indent : 25px;
	font-size : 16px;
	font-weight : bold;
}