@charset "UTF-8";

h2 {
	color: #132063;
	font-family: 'Trebuchet MS';
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 10px;
}

h3 {
	color: #B82316;
	font-family: 'Trebuchet MS';
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 10px;
}

p {
	font-family: Trebuchet MS;
	font-size: 0.8em;
	margin-top: 8px;
}

#site_layout #content_area {
	height: auto;
}

#site_layout #content_area #sub_content_area {
  background-image: -moz-linear-gradient(top, #B7E1F1, #54ACD0); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #B7E1F1),color-stop(1, #54ACD0)); /* Saf4+, Chrome */
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#B7E1F1', endColorstr='#54ACD0'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#B7E1F1', endColorstr='#54ACD0')"; /* IE8 */
}

#sub_content_area {
	min-height: 410px;
	padding: 15px;
}

#sub_content_area a {
	color: #0000ff;
	font-family: Trebuchet MS;
	font-size: 1em;
	text-decoration: none;
}

#sub_content_area a:hover, a:active {
	text-decoration: underline;
}

#sub_content_area ol li, #sub_content_area ul li {
	font-family: Trebuchet MS;
	font-size: 0.8em;
	margin-left: 2em;
}