/* 	************************************************************************ *//*	Below are the items you should change if you want to modify the          *//*	colors or fonts displayed in the blog  									 *//* 	************************************************************************ *//* 	This sets the background image which appears underneath the headings 	 *//*	You can change this to any of the examples listed below					 *//*	background-image: url('../images/blueheader.gif');						 */	/*	background-image: url('../images/cyanheader.gif');						 *//*	background-image: url('../images/greenheader.gif');						 *//*	background-image: url('../images/purpleheader.gif');					 *//*	background-image: url('../images/redheader.gif');						 *//*	background-image: url('../images/yellowheader.gif');					 *//*	background-image: url('../images/orangeheader.gif');					 */.feature{	padding: 0px 0px 10px 10px;	background-image: url('../images/blueheader.gif');	background-repeat: no-repeat;}			h1, h2, h3, h4, h5, h6 {	font-family: Arial,sans-serif;	margin: 0px;	padding: 0px;}	/*	This sets the colour and size for the site name */h1{	font-size: 130%;	color: #2D3373;	padding: 5px 0px 5px 14px;	margin-bottom: 10px;	}	/*	This sets the color for the headings */h2{ font-size: 120%; color: #8C133C;}		/*	This sets up your standard link colors, please note that these are different to the links colors	that you use for your news articles */a:link, a:visited, a:hover {	color: #2d3373;	text-decoration: none;}a:hover {	text-decoration: underline;}	/* 	************************************************************************ *//* 	News Engine        							 	                         *//* 	************************************************************************ *//*	These elements are used by the news engine and control how your news items	look when displayed on screen */	.break {	clear: both; }/*	This surrounds the whole news section */.newsBox {	/*border: 1px solid #c3c3c3;*/	/*padding: 20px;*/		padding-left: 5px;	padding-right: 5px;	padding-top: 20px;}/* 	This surrounds the whole news item */.newsItem {	background: #ffffff;	margin-bottom: 10px;}/* This changes the colors of the links */.newsTitle a:link, a:visited {	color: #8C133C;	font-weight: bold;}.newsTitle a:hover {	color: #001E6A;}/* You can use this to change the description	colors, spacing, padding etc. */	.newsDescription {	color: #000000;}/* 	This changes the more news link */.moreNews a:link, a:visited {	color: #800000;}.moreNews a:hover {	color: #001E6A;}/* 	************************************************************************ *//*	Menu                                        							 *//* 	************************************************************************ *//* This defines the whole menu block */#menu{    float:right;	width: 150px;	margin-top: 5px;	margin-right: 10px;	padding: 0 0 0 0;}/*	This sets how the title of	the menu looks */.menuTitle{	color: #8C133C;	background-color: #D0D3EF;	padding: 5px;	padding-left: 8px;	display: block;	font: 12px Tahoma, sans-serif;	font-weight: bold;	text-decoration: none;	text-align: left;}/* 	This sets the background	color for your menu */	#menuContainer {	background-color:#D3D3D3;}/*	This is what the menu item	looks like normally */	.menuItems a {	color: #000000;	background-color: #D3D3D3;	padding: 4px;	padding-left: 10px;	border-bottom: 1px solid #D4D6F0;	display: block;	font: 11px Tahoma, sans-serif;	/*font-weight: bold;*/	text-decoration: none;	text-align: left;}/*	This is what happens when the	mouse goes over the menu */	.menuItems a:hover {	background-color: #D0D3EF;	color: #000000;	text-decoration: none;}/*	This is what happens when a link has	previously been clicked on */	.menuItems a:visited {	color: #2f2f2f;	font: 11px Tahoma, sans-serif;}		body{	font-family: Arial,sans-serif;	color: #000000;	line-height: 1.166;		margin: 0px 0px; padding:0px;	text-align:center;	background-image: url('../images/grey_background.gif');	background-repeat: repeat-y;	font-size: 13px;}/***********************************************//* Site container                             *//***********************************************//*	This sets up the box and its borders in which	the content for your site will appear */	#container{	margin: 10px auto;	text-align: left;	padding: 18px;	width:650px;	background-color: #FFFFFF;	border-bottom: 1px solid #cccccc;	border-left: 1px solid #cccccc;	border-top: 1px solid #cccccc;	border-right: 1px solid #cccccc;}#content{    float:left;	width: 450px;	margin-right: 10px;	padding: 0 10px 20px 0;}#contentleft{	float: left;	width: 360px;}#contentright{	float: left;	width: 140px;	margin-left: 10px;	padding: 0px;	text-align:center;}/***********************************************//*Component Divs                               *//***********************************************//************* #Footer ************************/#footer{	clear: both;	border-top: 1px solid #cccccc;	font-size: 100%;	color: #cccccc;	padding: 10px 10px 0px 10px;	text-align: center;}#footer a{	color: #2d3373;}h3{ font-size: 110%; color: #2D3373;}h4{ font-size: 100%; font-weight: normal; color: #333333;}h5{ font-size: 100%; color: #334d55;}	/************** .feature styles ***************/.feature h2{	padding: 05px 50px 4px 5px;	border-bottom: 1px solid #ccc;}.feature img{	float: left;	padding: 0px 10px 0px 0px;	margin: 0 5px 5px 0;}.feature p {	padding-left: 5px;	padding-right: 5px;}ul{ list-style-type: square;}ul ul{ list-style-type: disc;}ul ul ul{ list-style-type: none;}label{ font: bold 100% Arial,sans-serif; color: #334d55;}