/* SEPECIFIC DIVS */

table tr td {
	vertical-align: top;

}

div#page_head {
	background: #1b1b1b;
	height: 240px;
	position: absolute;
	z-index: 1;

}

.block {

	border: 1px solid #efefef;


}

.main_color {
	color: #21336a;

}


.supporting_color {
	color: #9a8233;

}

.super_color {
	color: #d91c1b;

}


div.padded_content {
	padding: 20px 35px 24px 35px;
	overflow: hidden;
}


p.sub_head {
	font-size: 18px;
	color: #9a8233;
	font-family: Palatino Linotype, serif;
	font-weight: 100;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
}

p.sub_head strong {
	font-weight: 100;
	color: #d91c1b;

}

.head {
	margin: 0px;
	padding: 0px;
	padding: 5px;
	background: url(../images/blocks/bg_head.png) no-repeat;
	behavior: url(css/iepngfix.htc);	
	border-bottom: 1px solid black;
}


/* TYPOGRAPHY */
h1 {
	font-size: 22px;
	font-weight: 700;

}

h2 {
	font-size: 16px;
	font-weight: 700;

}


h3 {
	font-size: 14px;
	font-weight: 700;

}


/* COLORS */
.main {
	color: black;

}

.highlight {
	color: #07365c;

}


.highlight_bg {
	color: white;
	background-color: #07365c;

}

.sub {
	color: #b4b4b6;
	
}

a.login {
	float: left;
	color: #b4b4b6;

}