#header
{
	width: 100%;
	height: 70px;
	position: relative;
	background-image: url(header.png);
	background-repeat: no-repeat;
	color: #ffffff;
	font-family: Arial;
	font-size: 1em;
}

#header_text
{
	position: absolute;
	width: 100%;	
	top: 27px;
	text-align: right;
}

#title
{
	color: #800000;
	font-family: Tahoma;
	font-size: 1.5em;
	font-weight: bold;
	padding: 10px;
}

#headings
{
	color: #000000;
	font-family: Tahoma;
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px;
}

#para_title
{
	color: #800000;
	font-family: Tahoma;
	font-size: 1em;
	font-weight: bold;
	padding: 10px;
}

#sub_title
{
	color: #000000;
	font-family: Tahoma;
	font-size: 1em;
	padding: 10px;
	font-weight: bold;
}

#text
{
	color: #000000;
	font-family: Tahoma;
	font-size: 1em;
	padding: 10px;
}

#image
{
	color: #000000;
	font-family: Tahoma;
	font-size: 0.8em;
	padding: 10px;
	text-align: center;
}

#highlight
{
	font-weight: bold;
}

a
{
	color: #0000ff;
	font-family: Tahoma;
	font-size: 1em;
}

a:hover
{
  color: #ff0000;
  text-decoration: none;
}
