@charset "utf-8";
/* CSS Document */

#content {
	background-image:url(../images/contentbkgd.gif);
	background-repeat:repeat-y;
	background-color:#F7F9F9;
	float:left;
	width: 100%;
	}
#shading {
	height:50px;
	background-image:url(../images/text_top_bdr.jpg);
	background-repeat:repeat-x;
	color: #f7f9f9;
	}

/* content link stying */
#content a {
	color: #B94E29;
	}
#content a:hover {
	text-decoration: none;
	color: #CC6633;
	}
#content  a:active {
	color: #D97F50;
	}
#content a:visited {
	color: #990000;
	}
/* content link stying */
#title {text-align:center;}
#text {
	width:700px;
	margin-right:40px;
	float:right;
	clear:both;
	background-color:#F7F9F9;
	}
.title {
	letter-spacing:.1em;
	}
#text p {
	padding:5px 0;
	}
#text ul.features {
	position:relative;
	left:35px;
	margin-right:50px;
	list-style-type:disc;
	}
.subtitle{
	font-weight:bold;
	margin-top:15px;

	}
#text ul.subfeatures {
	position:relative;
	left:35px;
	margin-right:25px;
	list-style-type:circle;
	}
#text p.toplink {
	text-align:right;
	margin-top:10px;
	margin-right:25px;
	}
p.toplink a {text-decoration:none;}
.bold {font-weight:bold; margin-top:5px;}
p.white {white-space:pre;}
p.small {font-size:.8em;}
#copy {
	width:550px;
	margin:0 0 50px 80px;
	}
