body {
	background-color: #CCC;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}
#container {
	background-color: #FFF;
	width: 900px;
	margin: 10px auto;
	padding: 10px 0px 0px 0px;
	line-height: 175%;
	font-size: 13px;
	border: solid 2px #999999;
}
#header {
	text-align: center;
}
#header img {
	margin: 5px 0px;
	padding: 5px 0px;
}
#content {
	float: left;
	width: 620px;
	margin: 5px 10px;
	padding: 5px 10px;
	text-align: justify;
}
#sidebar {
	float: right;
	width: 210px;
	margin: 10px 5px;
	padding: 5px 10px;
	text-align: left;
}
#footer {
	text-align: center;
	font-size: 9px;
	margin: 5px 10px;
	padding: 5px 10px;
}
img {
	border: none;
	margin: 5px;
	padding: 3px;
}
a {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.list {
	list-style-image: url(../image-files/arrows.png);
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 40px;
}  
ul {
	list-style-type: none;
	list-style-position: outside;
	margin-left: 5px;
	padding-left: 5px;
}
h1 {
	font-size: 18px;
	text-align: left;
	color: #0066FF;
}
h2{
	font-size: 15px;
	text-align: left;
}
h3{
	font-size: 14px;
	color: #444;
	text-align: left;
}
h4{
	font-size: 13px;
	color: #666;
	text-align: left;
}
h5{
	font-size: 9px;
	text-align: left;
}
#horizontal li {
	display: inline;
}
#navigation {
	height: 40px;
	font-size: 12px;
	font-weight: bold;
	border-top: medium solid #b9d6f6;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	background: url(../image-files/navigationshadow.png) no-repeat bottom;
	background-color: #1b2b40;
}
#navigation a {
	color: #FFF;
	padding: 11px 10px 13px 10px;
}
#navigation a:hover {
	background-color: #b9d6f6;
	text-decoration: none;
}
#navigation ul {
	padding: 0px;
	margin: 7px 20px;
}
#navigation li {
	display: inline;
	background: transparent url(../image-files/whitebreadcrumb.png) no-repeat center right;
	padding-right: 18px;
}
#box {
	border: thin solid #CCC;
	margin: 5px 10px;
	padding: 5px;
	float: right;
}
.breadcrumb a{
	background: transparent url(../image-files/breadcrumb.png) no-repeat center right;
	text-decoration: none;
	padding-right: 18px; /*adjust bullet image padding*/
}
.large {
	width: 300px;
}
.small {
	width: 150px;
}
.affiliate {
	color: #910000;
}
.adsense {
	text-align: left;
}
.fltadsense {
	float: left;
}
.cardaffiliate {
	border: none;
}
#addSiteTo {
	width:90%;
	font-size:85%;
	text-align:center;
	padding:0px;
	border:none;
	margin:0px auto;
}
#addSiteTo p {
	text-align: center;
}