@charset "UTF-8";
/* CSS Document */


/* LATEST NEWS */		/* LATEST NEWS */		/* LATEST NEWS */		/* LATEST NEWS */


#latestnews_column {
	float: left;
	width: 900px;
	text-align: left;
	padding-bottom: 20px;
}

	
	
#news_column {
	float: left;
	width: 580px;
	margin-bottom: 25px;
}


.news_section {
	float: left;
	width: 580px;
	background-color: #fff;
	border: 3px dotted #cccccc;
	padding: 0 20px 10px 20px;
	margin:0 0 50px 0;
}

.news_section p {
	color: #282828;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	text-align: left;
}



.news_textbox {
	float: left;
	width: 400px;
	margin: 10px 0 10px 20px;
}


.news_image {
	float: left;
	width: 160px;
	margin: 10px 0 10px 0;
	border:none;
}

a.news_image:link {
	border:none;
}

a.news_image:visited { 
	border:none;
}


a.news_image:hover {
	border:none;
}


.news_textlink {
	color: #282828;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	text-align: left;
}

a.news_textlink:link {
 	text-decoration: underline;
}

a.news_textlink:visited {
 	text-decoration: line-through;
}

a.news_textlink:hover {
	background-color: #FFFF00;
	text-decoration: none;
}


.fullstop {
	background-color: #FFFF00;
	height: 15px;
	margin: 6px 0 0 0;
	width: 15px;
}


/* CATEGORY SECTION */		/* CATEGORY SECTION */		/* CATEGORY SECTION */		/* CATEGORY SECTION */

#category_column {
	background: #D0D0D0;
   	float: right;
	margin: 0 0 25px 10px;
	padding: 10px 40px 0 0;
  	width: 210px;
}

hr {
	border: none;
	border-bottom: 6px solid #000;
	margin: 5px 0 20px 0;
	width: 100%;
}

.category_section {
	float: right;
	margin-bottom: 100px;
	padding: 8px 0 10px 0;
	width: 200px;
}



.category_textlink {
	color: #282828;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	text-align: left;
}

a.category_textlink:link {
 	text-decoration: none;
}

a.category_textlink:visited {
	text-decoration: none;
}

a.category_textlink:hover {
	text-decoration: none;
}



.category_image  {
	float: left;
    display: block;
    width: 40px;
    height: 30px;
    border: none;
	margin-top: 40px;
}

a.category_image:link {
	border:none;
}

a.category_image:visited { 
	border:none;
}

a.category_image:hover {
	border:none;
}