h3, h4
{
	margin-bottom: 10px;
	color: #51488D;
	font-size: 1.7em;
}
h4
{
	margin: 0px 0px 5px 0px;
	font-size: 1.6em;
}
h4 a
{
    text-decoration: underline!important;
    color:#51488D!important;
}

div#content div.content-narrow-bgnd  div.link_section p
{
	margin: 5px 0px;
}
div#content div.useful-websites p.large_text
{
	margin: 0px 10px;
	color: #255024;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.2em;
    font-family: 'MainHeaderFont';
}

form#search
{
	height: 30px;
}
	form#search select
	{
		width: 52%;
		margin: 0px 0px 0px 5px;
	}
	form#search input
	{
		float: right;
		width: 42%;
		margin: 0px 5px 0px 0px;
	}

form#useful_websites
{
	margin: 0px 10px;
}
	form#useful_websites input,
	form#useful_websites select,
    form#useful_websites textarea
	{
		width: 290px;
	}
	form#useful_websites input#submit
	{
		float: right;
		margin-top: 10px !important;
		text-align: center;
	}

div.success p
{
	text-align: center;
}

div#links-results
{
	display: none;
}

div.link_section
{
	clear: both;
	padding-top: 1px;
	margin: 20px 10px 10px 10px;
}
	div.link_section img
	{
		float: left;
        position: relative;
		border: 1px solid #E8E9E9;
		margin-left: 0px;
	}
    div.link_section .link_text_box
    {
        float: left;
        position: relative;
        width: 440px;
    }
