body {
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited
{
	text-decoration: none;
	color: #CC0000;
}

a img {
	border-width: 0px;
}


.logo {
   float: right;
   padding-right: 70px;
   
   
}

.title {

   float: left;
   margin-left: -40px;
}

.title_pic {
   position: absolute;
   top: 20px;
   left: 79px;
}

.main {
   width: 760px;
   margin: 0 auto;
   position: relative;
   padding-left: 70px;
}

.body {
   margin-left: 20px;
   font-size: 12px;
   width: 380px;
   text-align: justify;
   text-indent: 20px;
   
}

.sidebar {
	margin-top: 20px;
    float: right;
	width: 340px;
	font-size: 10px;
	z-index: 1;
}

.lower {
   position: absolute;
   width: 760px;
   top: 280px;
}

.header {
	background-image: url(images/headerlines.gif);
	background-repeat: no-repeat;
	width: 671px;
	height: 170px;
	
	padding-top: 150px;
	padding-left: 20px;
	top: 0px;
	position: absolute;
	
	
	text-transform: uppercase;
	font-size: 14px;

}

.footer {

   
   width: 671px;
   margin-top: -320px;
   padding-top: 330px;
   background-repeat: no-repeat;

   background-image: url(images/footerlines.gif);
   
   font-size: 10px;
   text-align: center;
   clear: both;
}

table {
	width: 100%;
	}

td, th
{
	text-indent: 0px;

}

td {
	padding: 5px;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
}



h1,h2,h3,h4,h5,h6
{
padding-bottom: 5px;
margin-bottom: 5px;
text-align: center;
text-indent: 0px;

}

