/* Main Styles that apply to body */body {	font-size: 12px;	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;	margin: 0px auto;	height: 100%;	background: #f4f4f4 url(images/bg.gif) center repeat-y;	text-align: left;}/* This is the page container built and centered using -ve margins */#container {	width: 700px;	height: 100%;	margin-left: auto;	margin-right: auto;	padding-left: -50%;}/* The topmost faded bar */#topbar {    width: auto;    background: #F7F7F7;    height: 10px;    padding: 5px 5px 5px 2px;    font: 9px verdana;    font-weight: bold;    color: #CCCCCC;    text-align: right;}#headerwrapper {    width: auto;}h1 {    font: 48px verdana;	font-weight: bold;	color: #EEE;	margin: 5px;}h6 {    font: 10px verdana;    font-weight: bold;	color: #DDD;	margin: 0px;	padding: 0px;	margin-left: 8px;}/* This holds the tabs */#tabholder{    width: auto;	background: #F7F7F7;}/* Container for the article box, and the pic box */.articleboxouter {    width: auto;    padding: 0px 6px 0px 5px;    clear: both;} /* Custom Container for the article box, and the pic box and background pic */.articleboxoutercustom {    width: auto;    padding: 0px 6px 0px 5px;    clear: both;	background: url(images/flowerphoto1.jpg) no-repeat right top;}/* Content holder for the articles */.articleboxinner {    width: auto;    line-height: 20px;    color: #3D1F3D;	/*color: #DD7CB4; pink*/    padding: 15px 6px 0px 6px;    background: #fbfbfb;    border:1px solid #efefef;    text-align: justify;    height: 100%;}/* The title style for the main article */.articleheader{    font-size: 18px;    font-weight: bold;    border-bottom: 1px solid #CCC;}/* This will style the read more thing at the bottom */.readmore {    text-align: right;    display: block;    width: auto;}/* Sometimes, I don't want borders around my hyperlink images */.noborder {    border: none;}/* For taming those leeeeeeetle arrows */img {    vertical-align: text-bottom;}/* Style-up those ugly default hyperlinks */a {	text-decoration: underline;	padding: 0;	margin: 0;	/*color: #663366; black*/	color: #DD7CB4;}/* And their ugly hover states too */a:hover {	text-decoration: underline;}/* Why should the humble footer be left out? */#footer {	background-color: #CCC;	color: #fff;	text-align: center;	vertical-align: middle;	height: 20px;	padding-top: 5px;	clear: both;}/* This will contain the three columns */#newsContainer2{    width:auto;    background-color: #F7F7F7;}/* First column of the three columns */.c1{	width: auto;	background-color: #F7F4F7;    border: 1px solid #DDD;    border-top: none;    line-height: 22px;    color: #DD7CB4;	float: left;}/* Second column of the three columns */.c2{    width: auto;    float: left;    border-bottom: 1px solid #DDD;    line-height: 22px;    color: #DD7CB4;}/* Third column of the three columns */.c3{	width: 228px;	background-color: #F7F4F7;    border: 1px solid #DDD;    border-top: none;    line-height: 22px;    color: #DD7CB4;	float: right;}/* This controls the titles for each column */.noteheader{    width:100%;    border-bottom: 1px solid #DDD;    border-top: none;    color: #DD7CB4;    height: 24px;    font-family: verdana;    font-size: 11px;    font-weight: bold;	background:url(images/headerBG.jpg) repeat-x;}/* And this gives the column text some breathing space */.spacy{    padding: 5px;}.articleboxinnercustom {    width: auto;    line-height: 20px;    color: #3D1F3D;	/*color: #DD7CB4; pink*/    padding: 15px 6px 0px 6px;    background: #fbfbfb;    border:1px solid #efefef;    height: 100%;}
