@charset "utf-8";
/* CSS Document */
body
{
	background:url(Images/Background.jpg);
}

#header
{
	width:702px;
	height:120px;
	background-image:url(Images/Header.jpg);	
	left:323px;
	position:relative;
	
}
#menubar
{
	width:702px;
	height:50px;
	position:relative;
	left:323px;
	text-align:center;
	font-size:18px;
    font: Calibri;
    font-weight:bold;
	 
}
#menubar ul
{ 
  margin:0;

   height:53px;
   padding-left:4px;
 }

#menubar li 
{ padding: 0 0 0 0px;
  list-style: none;
   display: inline;
   
   height:53px;
   

  }
#menubar li a
{ 
  display:block;
  float:left;
 text-decoration:none; 
 color:#fff;
  margin:0px 0px 0px 0px;
   padding:10px 10px 0px 10px; 
   background:url(Images/repeat.jpg) repeat-x;
   height:53px;
  width:79.5px;
  
 } 
 #menubar li a:hover
 {
	 background:url(../Images/tab2.jpg);
	 color:#060;
}  
#content
{
width:702px;
left:323px;
position:relative;	
}
#footer
{ 
  padding-left:323px;
  font: normal 130% 'arial', arial, sans-serif;
  letter-spacing: -1px;
  width:702px;
  height:80px;
  text-align: center; 
  color:#093;
  
  }
  h1
{
font-family:Calibri;
font-size:28px;
color:#006;
line-height: 10px;
}
h2
{
font-family:Calibri;
font-size:24px;
color:#000000;
line-height:20px;
	
}
p
{
 font-family:Calibri;	
 font-weight:300;
 font-size:18px;
 padding: 10px 10px 10px 10px;
  line-height: 1.4em;
}

ul
{
	margin: 0;
	padding-top:20px;
	padding-left:80px;
	line-height:normal;	
	list-style-image:url(Images/bullet.jpg);
	color:#1B1812;
    font-size:18px;
    font-family: Calibri	;
    font-weight:300;  
}