
* {
	margin: 0;
	padding: 0;
}

a:focus, area:focus {
	outline: none !important;
	ie-dummy: expression(this.hideFocus=true) !important;
}

a img {
	border: 0;
}

ul {
	margin: 5px 0 5px 20px;
	line-height: 16px;
	list-style-image: url(img/bullet.png);
}

body {
	background: #FFF url(img/background.png) repeat-x top left;
	font-family: Helvetica;
	font-size: 12px;
}

#con {
	width: 845px;
	margin: 20px auto 20px;
}

#contop {
	position: relative;
	height: 220px;
	background: url(img/redborder-top.png) no-repeat top left;
}

	#logo {
		display: block;
		position: absolute;
		top: 90px;
		left: 85px;
	}
	
	#tagline {
		display: block;
		position: absolute;
		top: 95px;
		right: 80px;
	}

#conmid {
	padding: 0 80px 30px 80px;
	background: url(img/redborder-middle.png) repeat-y top left;
}

	.textblock {
		margin-bottom: 30px;
	}
	
		.textblock tr {
			vertical-align: top;
		}
		
		.textblock .textleft {
			padding-right: 20px;
		}
		
		.textblock .textright {
			padding-left: 20px;
		}
	
	h3 {
		margin: 0 0 12px 0;
		padding: 0 0 4px 0;
		font-family: Helvetica;
		font-size: 20px;
		border-bottom: 1px solid #000;
	}

	#contact {
		text-align: center;
		font-family: Verdana;
		font-size: 14px;
		font-weight: bold;
		color: #af0606;
	}
    
        #contact img {
            vertical-align: middle;
        }
        
        #contact a {
            text-decoration: none;
            color: #af0606;
        }

#conbot {
	height: 132px;
	background: url(img/redborder-bottom.png) no-repeat bottom left;
}

#definition {
	margin: 0 auto 20px;
	width: 300px;
	color: #A69B28;
}

.textgreen {
	color: #38660e;
}

.textred {
	color: #b10c0c;
}