/* Elements
==========================================================*/

h1, h2, h3 {
	font-weight: normal;
	font-size: 19px;
}


/* Content
==========================================================*/

#content {
	width: 743px;
	margin: auto;
	margin-bottom: 25px;
	line-height: 18px;
}

#content h1 {
	line-height: normal;
	margin-bottom: 7px;
}

#content h2 {
	line-height: normal;
	margin: 0px 0px 7px 9px;
}

#content h3 {
	line-height: normal;
	margin: 0px 0px 3px 9px;
}


#content p {
	font-size: 12px;
	padding: 0px 13px 18px 0px;
}

#content ul {
	list-style-type: none;
	padding: 0px 0px 20px 0px;
}

#content #links {
	border-top: solid 1px #B8B8B8;
	padding-top: 10px;
}

#content #links a {
	color: #D03232;
	font-size: 11px;
	text-decoration: underline;

}

#content #links a:hover {
	text-decoration: none;
}

#content li {
	background: url('../images/icon_red_arrow.gif') no-repeat 0px 9px;
	text-indent: 15px;
	line-height: 22px;
}
/** Column #1 **/

#column_01 {
	width: 181px;
	float: left;
	margin-right: 30px;
}

#column_01 p {
	padding-left: 9px;
}

#sub_nav {
	margin-bottom: 20px;
}

#sub_nav a#first {
	border-top: 1px solid #C3C3C3;
}

#sub_nav a {
	display: block;
	padding: 2px 0px 2px 10px; 
	border-bottom: 1px solid #C3C3C3;
	text-decoration: none;
	color: #6D6C6C;
}

#sub_nav .active {
	background-color: #F2F7F9;
	color: #016182;
}

#sub_nav a:hover {
	background-color: #F2F7F9;
	color: #016182;
}

/** Column #1 **/

#column_02 {
	width: 530px;
	float: left;
}