*, td, th
{
	margin: 0px;
	padding: 0px;
	color: #4B4B4B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* ie fix */
* html td, * html th
{
	margin: 0px;
	padding: 0px;
	color: #4B4B4B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img
{
	border: 0px;
}

body
{
	font-size: 70.01%;
	background-color: #E5E5E5;
	width: 980px;
}

#header
{
	position: relative;
	background-image: url(../../media/images/background_header.jpg);
	background-repeat: repeat-x;
	height: 120px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 25px;
	margin-bottom: 10px;
}

#header img.left
{
	border-right: 10px solid #E5E5E5;
}

#image_header_right
{
	position: absolute;
	right: 0px;
	top: -25px;
}

#menu
{
	position: absolute;
	top: 155px;
	left: 10px;
}

#content_area
{
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 25px;
	padding-left: 18em;
}

#bf_bar
{
	border-bottom: 10px solid #E5E5E5;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 1.2em;
	
}

#bf_bar h1
{
	font-size: 1em;
	display: inline;
}

#content
{
	text-align: justify;
	padding-left: 40px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 25px;
	font-size: 1.1em;
	line-height: 1.4em;
}

#content_clear
{
	clear: both;
}

#bottom
{
	background-color: #BBBBBB;
	clear: both;
	margin-top: 10px;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#bottom a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#bottom ul li
{
	list-style-type: none;
}

#bottom a:hover, #bottom a:focus
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.invisible
{
	position: absolute;
	left: -5000px;
	width: 900px;
	overflow: hidden;
}

hr
{
	height: 1px;
}