@charset "UTF-8";
/* CSS Document */
body {
	margin-top:0%;
	margin-left:0%;
	margin-bottom:0px;
	text-align: center;
	min-width: 770px;
	overflow:auto;
	background:#999999 url(images/back.jpg) repeat-y center top;	
}
.holder {
	width:770px;
	margin:0 auto;
	text-align:left;
}
#home{
	margin-left:5px;
}
.logo{
	float:left;
	width:399px;
}
.logo h1{
	width:400x;
	height:300px;
	background:url(images/logo.jpg) no-repeat center top;
	text-indent:-9000em;
}
.text-wrap {
	font-size:12px;
	margin:20px;
	color:#000000;
}
.text-wrap h1{
	color:#990000;
}
#links {
	width: 359px;
	float:right;
}
.foot {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	margin:10px;
	text-align:right;
	clear:both;
	border-bottom:thin dotted black;
	border-top:thin dotted black;	
}
.foot a{
	color:#990000;
}
.foot a:visited{
	color:#990000;
}
.foot a:hover{
	color:#990000;
}
.foot a:active{
	color:#990000;
}
.left-col {
	float:left;
	width:770px;
	font-family:Verdana, Helvetica, sans-serif;
	text-align:left;
	margin-bottom:20px;
}
.pullquote {
	height:33px;
	width:400px;
	line-height:145%;
	margin:10px 10px 10px 20px;	
	text-align:center;
	background: url(images/closequote.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 25px 25px 0px;
}
.pullquote:first-letter {
	background: url(images/openquote.gif) no-repeat left top !important;
	padding:5px 2px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}