body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: auto;
	padding: 0px;
	background: #999999;
	text-align: center;
}

 
 #SAContent1 a {
 	color: red;
 	text-decoration: underline;
 }
 
  #SAContent1 a:hover {
   	color: red;
 	text-decoration: none;
}

 
/* main body container */ 

#skeleton {
	margin: 0px;
	padding: 0px;	
	text-align: left;
	background: #ddd;
	width: 780px;
	height: auto ! important; 
	height /**/: auto; 
	margin: auto ! important;
	
	
}

/* header content area */

#hdrblock {
 	 height: 130px;
 	 width: 770px;
 	 background: #ffffff;
}
 
#hdrbox {
	position: relative;
 	float: left;
  	margin: 0px;
  	padding: 0px;
  	height: 20px;
  	width: 770px;
 	background: #ffffff;
 }

/* big banner graphics container */

 #bannerbox {
   	 
   	 position: relative;
   	 float: left;
   	 margin-top: 0px;
   	 margin-left: 0px;
  	 padding: 0px;
 	 height: 109px;
 	 width: 780px;
 	 background: transparent;
	 background-image: url("../images/banner1.gif");
	 background-repeat: no-repeat;
	 background-position: top left;
 }

/* footer container box */

#bodyblock {
	 position: relative;
	 float: left;
	 color: #333333;
	 width: 780px;
	 height: auto ! important; 
	 height /**/: auto; 
	 background: transparent;
	 
 
 }
 
#mainbg {
	position: relative;
	float: left;
	width: 780px;
	background-image: url("../images/mainbg.gif");
	background-repeat: repeat-y;
	background-position: top right;
}

/* main text container with copyright */

#footercontent {
	 position: absolute;
	 margin-top: 0px;
	 margin-left: 0px;
	 width: 780px;
	 height: auto ! important; 
	 height /**/: auto; 
	 background: #EFF1F4;
	 padding-top: 0px;
	 padding-bottom: 44px;
	 background-image: url("../images/copyright.gif");
	 background-repeat: no-repeat;
	 background-position: bottom left;
	 
 }
 
 #maintextcontentinner {
 	position: relative;
 	float: left;
	margin: 30px 0px 0 30px;
 	padding: 0; 
 	width: 450px;
 	height: auto ! important; 
	height /**/: auto; 
 	background: #EFF1F4;
	/*text-align: justify;*/
 }

 #righttextbox {
 	position: relative;
 	float: left;
	margin-top: 60px;
 	padding: 0; 
 	width: 150px;
 	height: auto ! important; 
	height /**/: auto; 
 	background: #EFF1F4;
	
	
 }
 

/* headlines content area */

#headlines {
	 position: relative;
	 float: left;
	 width: 250px;
	 height: auto ! important; 
	 height /**/: auto; 
	 margin-top: 0px;
	 margin-left: 0px;
	 padding: 0;
	 background: #EFF1F4;
	 color: #000000;
 }

#headl {
	position: relative;
	width: 200px;
	height: auto ! important; 
	height /**/: auto; 
	color: transparents;
	padding-left: 0px;
	margin: 10px 0px 0px 20px;
	background: transparent;
}
#headl H1 {
	font-size: 12px;
	color: #000000;
	
}

#headl p, #headl strong {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #FF1923;
}

#headl strong {
	font-weight: bold;
	font-size: 11px;
}

#headl a:link, a:active, a:visited {
	color: #FF1923;
	padding-top: 5px;
	border: 0;
	text-decoration: none;
}

#headl a:hover {
	color: #FF1923;
	text-decoration: underline;	
}

#headlinestitle {
	color: #E71C20;
	width: 0px;
	height: 0px;
	margin-top: 0px;
	margin-left: 0px;
	background: transparent;
 }

#headlinestitle p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E71C20;
	background: transparent;
}



#headlineshdr {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 325px;
	width: 250px;
	background: transparent;
	background-image: url("../images/leftheader.gif");
	background-repeat: no-repeat;
	background-position: left top;
 }
 
 #headlinescnt {
  	position: relative;
  	float: left;
  	margin: 0px;
	padding: 0px;
  	height: auto ! important; 
	height /**/: auto; 
  	width: 250px;
	background: #DEDFE2;
	
 } 
 
 #headlinesftr {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 250px;
	background: #EFF1F4;
	background-image: url("../images/footer.gif");
	background-repeat: no-repeat;
	background-position: right top;
 }


#navigate {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	height: 25px;
	width: 520px;
	text-align: left;
	background-image: url("../images/mainbg.gif");
	background-repeat: repeat-y;
	background-position: top right;
}

#navigate a {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: red;
 	text-decoration: underline;
 	background: transparent;
}

#navigate a:hover {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
   	color: red;
 	text-decoration: none;
 	background: transparent;
}









