@charset "utf-8";
/* CSS Document */
/****************************** Main Css ******************************/
*/
html, body {border: 0; margin: 0; padding: 0; height: auto;}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333; /*Font color*/
	background-image: url(../images/home/bg_01.jpg);
	background-repeat: repeat;
	background-position: center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	right: auto;
}
	p {}
	p, ul, ol { margin: 0; padding: 0; }
	img, img a { border: none; }
 	img, div { behavior: url(../css/iepngfix.htc) }
	img, div, a, input { behavior: url(../css/iepngfix.htc) }
	form { margin: 0; padding: 0; } 
	html div#map img { behavior: none; } 
	
	
td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	color: #333333;	
}	

	
/************************* Global linking *************************/	
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	color: #333333;
}
/************************* Wrapper Css *************************/	
#Wrapper {
	width: 873px;
	background: default color;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/****************************** table ******************************/

#content {
	width: 853px;
	display:block;
	float: left;
	background-color:#f6f6f6;
	padding-top: 5px;
	padding-left: 20px;
	
}


a.p1 {font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color:#333333;
   text-align: justify; }

table.wide-table { 
    width:800px; 
	padding: 0;
	margin: 0;
	vertical-align: text-top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	text-align: justify; }
		

/****************************** form ******************************/

#container
{
	width:800px;
	padding: 1em;
	background: #ffffff;
	color: #222222;
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
   	font-size: 11px;
}

table.box1 td
{	
	height: 15px;
	padding: 5px 5px 5px 5px;
	background: #eeeeee;
	}
	
	
fieldset
	{
		border: none;
		margin: 0;
		padding: 0px;
	}

	
	
fieldset em
	{
		color: red;
		font-weight: bold;
	}
	
/****************************** Footer Css ******************************/
#footer{
	width: 873px;
	height: 52px;
	background:url(../images/home/footer.png) no-repeat; width:873px; height: 52px;
}

#footercontent { 
	width: 873px;
  	margin: 0;
  	padding: 0;
	color:#333333;
  	list-style: none;
	font-size:12px;

  	}
#footercontent a {
	color:#5a8e1f;
  	text-decoration: none;
  	}
	
#footercontent a:hover, a:active{
	color:#009a3d;
	text-decoration:none;
}

#copyright {
	text-align: center;
  	margin: 0;
  	padding: 13px 13px;
  	}
	
/****************************** Clear float Css ******************************/	
#clear{
	clear:both;
}
