/* Reset all margins/padding/border to 0*/
html, body, ul, ol, li, p h1, h2, h3, h4, h5 ,h6, form, fieldset{
margin: 0;
padding: 0;
border: 0;
}

/* Basic Body Tags*/
body {
	background-color:#CCCCCC;
	font-family: "Times New Roman", Times, serif;
	font-size: 100.01%;
	height:1200px;
}

/* Create Basic Layout*/
#wrapper {
	margin: 10px auto;
	width: 620px;
}




#full {
	background-color:white;
	margin-bottom:10px;

}

	#full hr{
		width:600px;
		align:center;
	}

#bottombar {
	float:left;
	width:620px;
	background-color:#7878BA;
	color:#FFFFFF;
	text-align:center;
	font-size:60%;
}

/* Text Classes and style Defs */
/* Site Links */
	a{
		color:#EC7600;
		text-decoration:none;
		font-weight:bold;
	}
	
		a:hover, a:focus {
			color:#FFCC33;
		}

p {
	font-size: 80%;
	margin: 5px;
}

.LargerDescription {
	font-size:100%;
	margin:5px;
}

#keyfeatures {
	margin:10px;
}
	#keyfeatures p{
		font-size:100%;
	}
	#keyfeatures ul{
	}
		#keyfeatures ul li{
			margin:10px;
			font-size:80%;	
		}

.LargeSentenceBegin{
	font-size: 100%;
	font-weight: bold;
	text-decoration:underline;
	margin:5px;
}

.DivTitle{
	font-size:180%;
	font-weight:bold;
	color:#FF9933;
	margin: 5px;
}

.SubHeads{
	font-size:120%;
	font-weight:bold;
	font-style:italic;
	margin:5px;
}


/* Misc Div Classes */
.clearit{
	clear:both;
}

.rightimage {
	float:right;
	padding:5px;
}

.leftimage {
	float:left;
	padding:5px;
}

#endingSupportWarning{
	border:3px solid black;
	background-color:#dc143c;
	height:30px;
}

#productDisclaimers{
	text-align:left;
}

#productDisclaimers ul{
	margin-left:30px;
}
	