
/* Layout Stylesheet */ 


/* ------------------------- */
/* -- body is the overall background --------------- */
/* ------------------------- */

body {
 	margin:20px;
 	background:#ffffff;
	color: #000000;
	text-align:center;
	padding:0;
 }

/* ------------------------- */
/* -- outer is the big box --------------- */
/* ------------------------- */

#outer {
	text-align:left;
	width:610px;
	margin:auto;
 }

/* ------------------------- */
/* -- hdr is the very top --------------- */
/* ------------------------- */

#hdr {
 	background: url(images/header.jpg) left top no-repeat;
	margin: 0 auto ;
	text-align: left;
	width: 610px;
	height: 39px;
 }

/* ------------------------- */
/* -- banner is the id stuff --------------- */
/* ------------------------- */
#banner {
	background-image: url('images/text.jpg');
	background-repeat: repeat;
	text-align: center;
	width: 610px;
	padding-bottom: 15px;
}

/* ------------------------- */
/* -- bodyblock is the main text + nav --------------- */
/* ------------------------- */

#bodyblock {
	position: relative;
	background: url(images/text.jpg) left top;
	background-repeat: repeat;
 	color: #ffffff;
 	width: 610px;
	margin-top: -16px;
	padding: 12px 0px 12px 0px;



 }


/* ------------------------- */
/* -- #menu is the navigation --------------- */
/* ------------------------- */


#menu {
 	float:left;
	position:relative;
	height: auto;
	width: 140px;
	margin-left: -15px;

}
#menu li {
    height: 34px;
    width: 137px;
    margin: 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    text-align: center;
    line-height: 170%;
    list-style-type: none;
    background-image: url(images/buttonface-up.jpg);
    background-repeat: no-repeat;
}
#menu li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
#menu li a:link {
    color: black;
}
#menu li a:visited {
    color: black;
}
#menu li a:hover {
    font-weight: bold;
    color: gray;
    background-image: url(images/buttonface-down.jpg);
    background-repeat: no-repeat;
}

#menu li a:active {
    color: black;

}



/* ------------------------- */
/* -- #cont is the main text --------------- */
/* ------------------------- */


#cont {
	position: relative;
 	width: 417px;
 	background:#ffffff;
	background: url(images/text.jpg);
	background-position: 97.5%;
	background-repeat: repeat;
	margin-right: 5px;
	margin-top: -5px;
 	color: #000000;
 	text-align: left;
	padding-bottom: 12px;
	padding-right: 10px;
	border-left: 1px solid #000000;

 }

#cont dl li A:visited {COLOR: #000080; TEXT-DECORATION: underline}
#cont dl li A:hover 	{COLOR: #b3b3b3; TEXT-DECORATION: none}
#cont dl li A:link 	{COLOR: #000080; TEXT-DECORATION: underline}
#cont dl li A:hover 	{COLOR: #b3b3b3; TEXT-DECORATION: none}
#cont dl li A:active 	{COLOR: #000080; TEXT-DECORATION: underline}
#cont dl li A:hover 	{COLOR: #b3b3b3; TEXT-DECORATION: none}






/* ------------------------- */
/* -- #connect is the address info --------------- */
/* ------------------------- */


#connect {

	position: relative;
	margin-right: 0px;
 	height: 140px;
	background: url(images/text.jpg) left top;
	background-repeat: repeat;
 	color: #000000;
	text-align: left;
	line-height: 1%;
	padding: 0px 25px 8px 25px;
	margin-top: -45px;

 }
/* ------------------------- */
/* -- #ftr is the very bottom--------------- */
/* ------------------------- */


#ftr {
position: relative;
 	height: 40px;
	background: url(images/footer.jpg) left top;
	background-repeat: no-repeat;
 	color: #000080;


  
 }