/* CSS Document */

img, div { 
	behavior: url(iepngfix.htc); 
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0.0em;
	margin: 0;
	padding: 0;
}

h1 {
	background: url(../grfx/h1_bg.png) center left no-repeat;
	font-size: 1.5em;
	line-height: 30px;
	margin: 0;
	color: #3a3a3a;
	font-weight: bold;
}

*html h1 {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=grfx/h1_bg.png,sizingMethod='scale');
}

h2 {
	font-size: 1.2em;
	padding: 0 0 5px 0;
	margin: -10px 0 0 0;
	color: #3a3a3a;
	font-weight: bold;
}

h3 {
	font-size: 1.1em;
	padding: 9px 0 9px 1px;
	color: #3a3a3a;
	font-weight: bold;
	margin: 0;
}

p.note {
	padding: 0 0 9px 0;
	margin: -23px 0 0 95px;
	font-size: 0.95em;
	color: #ff0033;
	text-align: center;
}	

p {
	padding: 9px 0 9px 0;
	margin: 0;
	font-size: 0.95em;
}

p a {
	color: #333333;
	text-decoration: underline;
}

p a:hover {
	text-decoration: none;
}

.noborder {
	border: 0;
}

.box {
	padding: 2px;
	width: 65%;
}

.label {
	width: 35%;
	text-align: left;
	padding: 2px 2px 2px 8px;
}

table {
	margin: 10px 0 0 0;
}

textarea {
	margin: 0 0 0 5px;
}

.spacer {
	margin: 20px 0 -10px -50px;
}

*html .spacer {
	margin: 20px 0 -10px -100px;
}

.landing_images {
	border: solid 1px #000;
	float: left;
	margin: 12px 6px 0 0;
}

.landing_text {
	margin: 12px 0 0 0;
}

#text_holder_internal a {
	text-decoration: none;
	color: #624d00;
}

#text_holder_internal a:hover {
	text-decoration: underline;
	color: #624d00;
}

#center_logos {
	padding-left: 70px;
}