body {
	background: #1A445C url(../images/bg.jpg) repeat-x center;
  	margin:0;
  	padding:0px 20px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	text-align:left;
	}
.container {
 background:#FFFFFF;
 }	
 .imagebar {
	border: thin solid #000000;
}
/* Headings */
h1 {margin: 1.0em 0px 0.5em 0px; font-weight: bold; font-size: 160%;}
h2 {margin: 1.0em 0px 0.5em 0px; font-weight: bold; font-size: 150%;}
h3 {margin: 1.0em 0px 0.5em 0px; font-weight: bold; font-size: 140%;}
h4 {margin: 1.0em 0px 0.5em 0px; font-weight: bold; font-size: 130%;}
h5 {margin: 0px 0px 0.2em 0px; font-weight: bold; font-size: 130%;}
h6 {margin: 0px 0px 0.2em 0px;font-weight: bold; font-style: italic; font-size: 130%;}

/*Links*/
A:link {
	COLOR: #000000; TEXT-DECORATION: underline
}
A:visited {
	COLOR: #000000; TEXT-DECORATION: underline
}
A:hover {
	COLOR: #000000; TEXT-DECORATION: none

}
/*Navigation*/
.navigation {
background: url(../images/navbg.jpg) repeat-y;
}