/* css file associated to Home.html*/

body
{
  width: 904px;
  margin: auto;
  background-image: url("Images/pattern.png");
  background-repeat : repeat-x;
}

#banner
{
  width: 904px;
  height: 149px;
  margin: auto;
  background-image: url("Images/banner.png");
  background-repeat: no-repeat;
}

#menu
{
  width: 904px;
  height: 75px;
  margin: auto;
  background-image: url("Images/Background.png");
  background-repeat: no-repeat;
}

#content
{
  padding
  width: 904px;
  margin: auto;
  /*margin-top:-16px;*/
  background-image: url("Images/Background_Repeat.png");
  background-repeat: repeat-y;
}

.text
{
  margin-left: 40px;
  margin-right: 40px;
  padding-top:1px;
  padding-bottom:1px;
  font-family: helvetica;
  line-height: 1.6;
  color: black;
  text-align: justify;
}

title1
{
	font-weight: bold;
	font-size: 24px;
}

title2
{
	font-weight: bold;
	font-size: 18px;
	color:#000080;
}

firstletter
{
	font-weight: bold;
	font-size: 24px;
}

style1
{
	font-weight: bold;
	color: #0000A0;
}

#footer
{
	width: 904px;
	height:65px;
	margin: auto;
	background-image: url("Images/Footer.png");
	font-family: helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
	color: #B0B0B0;
	padding-top:1px;
}

