.contentblock
	{
	position: relative;
	margin-bottom: 20px;
	color: #3C3C3C;
	}

.image_left
	{
	float: left;
	margin-right: 10px;
	}

.image_right
	{
	float: right;
	margin-left: 10px;
	}

h1
	{
	color: #005692;
	font-size: 22px;
	margin-bottom: 5px;
	}

h2
	{
	color: #cc3434;
	font-size: 16px;
	margin-bottom: 5px;
	}
	
h3
	{
	color: #161616;
	font-size: 14px;
	margin-bottom: 3px;
	}

.indent
	{
	margin-top: 5px;
	padding-left: 35px;
	padding-bottom: 5px;
	}

.bullet, .news_title
	{
	margin-top: 10px;
	font-size: 15px;
	padding-left: 20px;
	background-image: url(/images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	}

.news_title
	{
	margin-top: 10px;
	font-size: 12px;
	margin-bottom: 5px;
	color: #cc3434;
	padding-bottom: 2px;
	background-position: 0px 4px;
	}

.content_colspan li  
    {
    list-style-type: disc;
    padding-left: 5px;
    margin-left: 30px;
    }
.content_colspan ul
    {
    margin: 10px;
    }

.news_title a
	{
	color: #cc3434;
	text-decoration: none;
	}

.news_title a:hover
	{
	text-decoration: underline;
	}

.news_content
	{
	margin-bottom: 10px;
	padding-right: 18px;
	}
