/* Actual Styling of HTML Doc */

td, table, body, input, label, textarea, select {
	font-size: 12px;
}
body {
	font-size: 14px;
	padding: 0;
	margin: 0;
}
#transparetntbg {
	background-image: url(/uploads/78906/images/transperantbg.png);
	background-position: center;
	background-repeat: repeat-y;
	background-attachment: fixed;
}
.cleared {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}
/* Logo and Navigation */

#sector1 {
	background-color: #333333;
	margin-top: 6px;
}
#header {
	width: 860px;
	text-align: left;
	margin: 0, auto;
}
#logo {
	margin-left: 6px;
}
#navigationpossition {
	float: right;
	margin-top: -58px;
}
#webname {
	font-size: 14px;
	text-transform: uppercase;
	color: #666666;
	text-align: right;
	margin-right: 10px;
}
/* Banner */

#sector2 {
	background-color: none;
}
/* Content */

#sector3 {
	background-image: url(/uploads/78906/images/contentbg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	border-top: 1px solid;
	border-top-color: #999999;
	background-color: #FFFFFF;
}
#ContentContainer {
	background-image: url(/uploads/78906/images/transperantbg.png);
	background-repeat: repeat-y;
	background-position: top center;
}
#PostContainer {
	margin-left: 10px;
	margin-right: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
}
#Post {
}
/* Resert some headings default style & links default style for links in headings*/

a:hover {
	color: #333333;
}
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-left: 1px dashed #cccccc;
	margin-bottom: 10px;
	margin-left: 6px;
	text-align: left;
}
#homePageWidget h3 {
	margin: 0px;
	padding: 3px;
	background-image: url(/uploads/78906/images/footerbg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	font-size: 12pt;
	font-weight: bold;
}
#homePageWidget ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#homePageWidget li {
	list-style: none;
	padding: 2px;
	margin: 10px;
}
#homePageWidget li a {
}
#homePageWidget li a:hover {
	color: #333333;
}
/* Finish Content headings Fonts & Colors  */

/* Footer */

#sector4 {
	border-top: 1px solid;
	border-top-color: #CCCCCC;
	padding: 0;
}
#footer {
	margin: 0;
	background-image: url(/uploads/78906/images/footerbg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #999999;
	padding-bottom: 2px;
	padding-top: 2px;
}
#copyright {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #333333;
	margin-bottom: 6px;
	padding: 2;
}
#copyright a:link {
	color: #FFFFFF;
}
#copyright a:visited {
	color: #FFFFFF;
}
#copyright a:hover {
	color: #FFFFFF;
}