/*html tag formating */
body {
  	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
  text-align: center;
  background-image:  url(../Images/background_dust.gif);
    background-repeat: repeat;

  }
  
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	color: #000000;
	font-style: normal;
	line-height: normal;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color:#003399;
	font-style: italic;
	line-height: normal;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color:#000000;
	font-style:normal;
	text-align:justify;
}
#centrep {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color:#000000;
	font-style:normal;
	font-weight:bold;
	text-align:centre;
}
/* divider styles */
#container {
  margin: 0 auto;
  width: 804px;
  text-align: left;

} 
/*header*/  
#header {
 position: relative;
 top: -15px;
}
/*header specific styles*/
div#header_backgroundimage {
    background-image:  url(../Images/ca_banner.gif);
    background-repeat: no-repeat;
	height: 130px;
	border-style: solid;
border-color: #0066FF;
border-width: 1px;
border-bottom: none;
}
div#header_text {
    position: relative;
    height: auto;
    width: auto;
    left: 45px;
    top: 25px;
}
div#header_subtext {
	position: relative;
	height: auto;
	width: auto;
	left: 90px;
	top: 20px;
}

div#home {
   position: relative;
    height: auto;
    width: 100px;
    left: 680px;
    top: 55px;
}

/*navigation styles*/
#navigation {
 position: relative;
 top: -15px;
}
/*mainbody styles*/
#information {
 position: relative;
 top: -15px; 
 width:782px;
 background-color: #ecffff;
border-style: solid;
border-color: #0066FF;
border-width: 1px;
border-top: none;
padding: 10px;


}
#eventdiv {
background-image:url("nav_bk2.gif");
}

/* footer */
#pagefooter{
	position:absolute;
	top: 670px;
}
/*general formating*/
#center {
text-align:center;
}
#justify {
text-align: justify;
}
#padding {
padding: 10px;
}

 