.cleared {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}
body{
        background-color:[WSCOL_THEME_PRIMARY];
        background-color:[WSCOL_BG];
}
#container {
	width: 750px;
	background-color: [WSCOL_THEME_PRIMARY];
	border:1px solid [WSCOL_PAGE_BORDER];
}
/* end Box, Sheet */

/* Header */
#header {
	margin: 0 auto;
	position: relative;
	width: 750px;
        min-height: 150px;
	background-color: [WSCOL_BANNER];
	     
        
}

/* ContentLayout */
#contentLayout {
	width: 750px;
	clear: both;
        background-color: [WSCOL_THEME_PRIMARY];
        background-color: [WSCOL_PAGE];
	margin: 0, auto;
        overflow: hidden;
}
#Postcontainer {
	width: 578px;
	float: right;
        overflow: hidden;
	padding: 0px 12px 12px 0px;
}
#leftside{
	padding: 0px 0px 12px 0px;
}
#Post {
	text-align: left;
        margin-top: 12px;
        
}
/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
}
h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover {
	font-size: 20px;
}
h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover {
	font-size: 16px;
}
h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover {
	font-size: 14px;
}
h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover {
	font-size: 12px;
}
h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover {
	font-size: 10px;
}

#homePageWidget { border: solid 1px #5A677E; margin-bottom: 10px; } 
#homePageWidget h3 { margin: 0px; padding: 3px; background-color: #A0ACC2; color: #000000; font-size: 10pt;}
#homePageWidget ul { list-style: none; padding: 0px; margin: 0px;} 
#homePageWidget li { list-style: none; padding: 2px; margin: 2px;} 
#homePageWidget li a { color: #003366; } 
#homePageWidget li a:link { color: #003366; } 
#homePageWidget li a:hover { color: #A0ACC2; } 

/* Finish Content headings Fonts & Colors  */

/* end PostContent */

/* begin Sheet Footer */
#footer {
	overflow:hidden;
	width: 750px;
	/*background-color: [WSCOL_THEME_PRIMARY];
	background-image: url( /uploads/98823/images/footer-grad.png);
        background-repeat:repeat-x;*/
}
#footer-text {
	padding: 6px 6px 6px 6px;
	color:#[WSCOL_TEXT];
	text-align: center;
}
#footer-text a:link {
	color:#[WSCOL_LINK];
}
#footer-text a:visited {
	color:#[WSCOL_LINK];
}
#footer-text a:hover {
	color:#[WSCOL_ALINK];
}
/* end SheetFooter */
#leftside {
	float: left;
	width: 150px;
}

.newslistitemtitle{
	font-size:115%;
}
.value{
	font-size:120%;
}
/*colourbox text*/

#cboxContent td,
#cboxContent p,
#cboxContent h2,
#cboxContent h3,
#cboxContent a{
 color:#333;
}