/* CSS Document */
body {
     margin: 0;
     text-align: center;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:11px;
	 color:#666666;
	 line-height:15px;
     }
	 
#container {
     margin-left: auto;
     margin-right: auto;
	 margin-top:10px;
     width: 726px;
	 text-align: left;
	 border:1px solid silver;
	 padding-bottom:100px;
     }

td {
	vertical-align:top;
	}
	
p {
	margin-top:0px;
	}

p.flush {
	margin-top:0px;
	margin-bottom:0px;
	}
	
p.strong {
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
	}

p.date {
	font-style:italic;
	margin-top:0px;
	margin-bottom:0px;
	}

p.subhead {
	font-weight:bold;
	letter-spacing:.05em;
	text-transform:uppercase;
	margin-top:0px;
	margin-bottom:0px;
	}

img.block {
	display:block;
	}
	
img.right {
	float:right;
	margin-left:5px;
	}

	
ul {
	margin-top:0px;
	}
	
li {
	list-style-image:url(../images/bullet.gif);
	}
	
	
div.footer {
	margin-left: auto;
    margin-right: auto;
	margin-top:10px;
	margin-bottom:10px;
    width: 726px;
	text-align:center;
}

div.text {
	padding-top:3px;
	padding-left:3px;
	width:400px;
}

div.text_wide {
	padding-top:10px;
	padding-left:3px;
	width:475px;
}

div.text_narrow {
	padding-top:5px;
	padding-left:3px;
	width:375px;
}

a {
	color:#163E77;
	}
	
a:hover {
	color:#D8690F;
	}
	
a:visited {
	color:#163E77;
	}
	
.button {
	font-family:Arial;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color:#CCCCCC;
	width:70px;
	height:22px;
	}
