@charset "utf-8";
/* CSS Document */


/*********** STRUCTURE **********/
#container {
margin-top:5px;
}


#header {
	height:115px;
}
#nav {
	bottom:14px;
}

div.caption {
	border:0;
	width:251px;
	height:190px;
	margin:4px 0 0 10px;
}

/**** IE 6 13px *****/
* html #nav {
	bottom:13px;
}
#columns {
	width:965px;
	margin:0 auto;
}
/*#subnav {
	margin:98px 0 0 0;
	border:0;
}*/
/*#content {
	margin-left:40px;
	padding-top:12px;
}*/
/*********** TYPOGRAPHY *************/
#content h1, #content h2 {
	font-size:24px;
	font-weight:bold;
}
/*#content h1 .b1 {
	color:#ffffff;
}
#content h1 .b2 {
	color:#bebebe;
}*/
#content h1 .b3 {
	color:#7b868e;
}
#content h2 {
	color:#31536b;
	padding:15px 0;
}
#content h3 {
	color:#24567c;
	font-size:12px;
	font-weight:bold;
	line-height:19px;
}
#content h3 .red {
	color:#a1172a;
}
#content h4 {
	color:#2b2b2b;
	font-size:12px;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:3px;
}
#content ul {
	padding-left:16px;
}
#content li {
	font-weight:normal;
}
