p {
     color: #808080;
     margin-top: 8px;
     margin-bottom: 8px;
}
h2 {
     font-family: arial,verdana,helvetica;
     background-color: rgb(192, 192, 192);
     color: rgb(51, 51, 153);
     font-size: 12pt;
     margin: 0px;
     display: inline;
}
h3 {
     font-family: tahoma;
     color:#be2c16;
     font-size: 12pt;
     margin: 8px 0 0; 
}
html{ 
        overflow-y : scroll; 
}
body, input, label, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-attachment:fixed;
	background-color:#FFFFFF;
	background-position:left top;
	background-repeat:repeat;
	font-size:12pt;
}
hr {
        color:#808080;
        background-color:#808080;
        height:1px;
        border:none;
}
.cleared {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}
#container {
	background-color:#CCCCCC;
	width:1041px;
	margin-top: 28px;
}
/* end Box, Sheet */

/* Header */
#header {
	padding-top:30px;
	padding-bottom:30px;
	padding-left: 10px;
	position:relative;
	width:1031px;
}
/* ContentLayout */
#contentLayout {
	width: 1041px;
	clear: both;
	padding: 0px;
	margin:0px auto;
}
#Postcontainer {
	background:#FFFFFF none repeat scroll 0 0;
	float:right;
	padding:2px;
	width:750px;
}
#topHeading {
        text-align:left;
        padding-left: 10px;
}
#Post {
	text-align:left;
	padding: 10px;
}
/* Resert some headings default style & links default style for links in headings*/
h1, h4, h5, h6, h1 a, h4 a, h5 a, h6 a h1 a:hover, h4 a:hover, h5 a:hover, h6 a:hover h1 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
        padding-top:10px;
        padding-bottom:0px;
        margin: 0px;
        
}
/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {
	font-size:18px;
	font-style:normal;
	font-weight:bold;
        color:#808080;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover {
	font-size: 12px;
        font-weight: bold;
}
h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover {
	font-size: 24px;
	font-style:italic;
	font-weight:bold;
        color:#333333;
        margin-top: 20px;
}
h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover {
	font-size:12pt;
	font-style:normal;
	font-weight:bold;
}
#homePageWidget {
	border: solid 1px #CCC;
	margin-bottom: 10px;
}
#homePageWidget h3 {
	margin: 0px;
	padding: 3px;
	background-color: #cccccc;
	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: #000000;
}
#homePageWidget li a:link {
	color: #000000;
}
#homePageWidget li a:hover {
	color: #cccccc;
}
/* Finish Content headings Fonts & Colors  */

/* end PostContent */

/* begin Sheet Footer */
#footer {
	overflow:hidden;
	width: 1041px;
	background-color: #009999;
	height: 79px;
}
#footer-text {
	padding: 6px 6px 6px 6px;
	color:#FFFFFF;
	text-align: center;
}
#footer-text a:link {
	color: #FFFFFF;
}
#footer-text a:visited {
	color: #FFFFFF;
}
#footer-text a:hover {
	color: #FFFFFF;
}
/* end SheetFooter */
#leftside {
	background-color:#CCCCCC;
	float:left;
	width:285px;
}
.copyright {
	background-color:#FFFFFF;
	color:#009999;
	font-size:10pt;
	padding-top:4px;
}
#breadcrumb {
	line-height: 22px;
	text-align:left;
	margin-left: 285px;
	font-weight: bold;
}
#searchbox {
	width: 205px;
	margin-bottom: 10px;
}