body {
	background-image: url();
	/*background-color: #EAEAEA;*/
	background-color:#828676;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:link, a:visited {
	color: #bc0000;
	text-decoration: none;
}

a:hover, a:visited:hover {
	color: #878787;
	text-decoration: none;
}

td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#fff;
}
#container {
	margin: auto;
	width: 771px;
}
#navigationbg {
	background-image: url(images/navigation_background.jpg);
	height: 50px;
	width: 746px;
	padding-left: 25px;
	text-align:center;
	font-size:12px;
}
#navigationbg ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align:center;
}
#navigationbg li {
	margin-top: 13px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #FFFFFF;
	padding: 4px;
	float: left;
	font-weight: bold;
}
#navigationbg a {
	color: #bc0000;
	text-decoration: none;
}
.active {
	color: #878787;
}
#navigationbg a:hover {
	color: #878787;
	text-decoration: none;
}
#quotebg {
	background-image: url(images/quote_background.jpg);
	height: 40px;
	width: 751px;
	padding-left:20px;
	padding-top:5px;
	font-size:14px;
	font-style:italic;
	color: #FFFFFF;
}
#contentcontainer {
	background-color:#eaeaea;
	width: 771px;
	/*height:425px;*/
}
#content {
	background-color: #FFFFFF;
	float: left;
	width: 541px;
	background-image: url(images/content_top.jpg);
	background-repeat: no-repeat;
}

#contentFull {
	background-color: #FFFFFF;
	float: left;
	width: 771px;
	background-image: url(images/content_top_full.jpg);
	background-repeat: no-repeat;
}

#content .bottom {
	background-image: url(images/content_bottom.jpg);
	height: 18px;
	width: 541px;
	background-repeat: no-repeat;
}
#content img {
	border: 2px solid #FF0000;
}
#side {
	float: right;
	width: 210px;
	margin-right:10px;
	background-color:#eaeaea;
}
#box {
	background-color: #bdbdbd;
	width: 210px;
	margin-bottom: 10px;
}
#box #inside {
	padding: 5px;
}
#box #inside ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#box #inside li {
	background-image: url(images/side_bullet.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	height: 23px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
}
#box #inside a {
	text-decoration: none;
	color: #bc0000;
	font-weight: bold;
}
#box #inside a:hover {
	text-decoration: none;
	color: #828676;
	font-weight: bold;
}
#box .nolink {
	background-color: #FFFFFF;
	padding: 5px;
	margin-bottom: 5px;
	font-weight:bold;
	font-size:12px;
}
#ads {
	/*padding-right: 5px;
	padding-left: 5px;*/
	clear: both;
	height:120px;
}
#ads .box1 {
	width: 185px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 0px;
	height: 100px;
	background-color: #FFFFFF;
	float: left;
}
#ads .box2 {
	width: 185px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	height: 100px;
	background-color: #ffffff;
	float: left;
}
#footer {
	background-color: #ff0000;
	width: 771px;
	height: 30px;
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align:center;
	padding-top:10px;
}
#copy {
	background-color:#eaeaea;
	clear:both;
	width:771px;
	height:20px;
	font-size:12px;
	color:#878787;
	padding-top:5px;
}
#copy a {
	font-size:12px;
	color:#878787;
	text-decoration:none;
}
#copy a:hover {
	font-size:12px;
	color:#878787;
	text-decoration:underline;
}
#copy .left {
	width:400px;
	float:left;
	text-align:left;
}
#copy .right {
	width:371px;
	float:right;
	text-align:right;
}
.style4 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.style5 {color: #EAEAEA}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#878787;
	font-style:italic;
	padding-left:20px;
	margin-bottom:25px;
	margin-top:15px;
}
p {
	padding-left:20px;
	padding-right:20px;
	text-align:justify;
}
.red {
	color:#bc0000;
	font-weight:bold;
}

.featuresTable {
	padding: 20px;
	width: 500px;
	margin-left:30px;
}

.featuresTable td {
	vertical-align: top;
}

.featuresTable li {
	font-size: 12px;
}
/************************************************

*	Tool tip styles 								*

************************************************/	
#Tooltip{
	margin:0 10px 1em 0;
	width:300px;
	padding:8px;
	background:#fcfcfc;
	border:1px solid #e1e1e1;
	line-height:130%;				
	}
#Tooltip h3{
	margin:0 0 .5em 0;
	font:13px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	}	
#Tooltip p{
	margin:0 0 .5em 0;
	text-align:left;
	font-size:90%;
	}		
#Tooltip img{
		background:#fff;
		padding:1px;
		border:1px solid #e1e1e1;
		float:left;
		margin-right:10px;
		}		
#item1, #item2, #item3, #item4{display:none;}