@charset "utf-8";



body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.smallnote {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.news {

}


.twoColFixRtHdr #container {
	width: 760px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	padding: 0px;
	position: relative;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 220px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
} 
.twoColFixRtHdr #footer {
	background-color: #ececec;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.questionbutton {
	float: right;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent h1 {
	color: #204464;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 18px;
}
.exstraspacefix {
	margin: 0px;
}
#footer p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar1 p {
	font-size: 10px;
	line-height: 13px;
}
#mainContent h2 {
	color: #204464;
	font-size: 14px;
	padding: 0px;
	margin-top: 18px;
	margin-bottom: 0px;
}

#mainContent p {
	line-height:18px;
	margin-bottom:15px;
}

#mainContent li {
	margin-bottom:7px;
}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 7px;
}
#sidebar1 h2 {
	font-size: 14px;
	font-weight: bold;
	color: #204464;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar1 a {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	line-height: 10px;
}
h3 {
	font-size: 14px;
	color: #204464;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0px;
}
h4 {
	list-style-type: square;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar1 li {
	margin-bottom: 1px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
}

strong {
	font-weight: bold;
	color: #d2232a;
}
li {
	margin-bottom: 7px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 15px;
	margin-bottom: 5px;
}

.listbullet {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style-position: inside;
	list-style-type: disc;
}
.buttonleft {
	padding-right: 5px;
	padding-bottom: 5px;
	float: left;
}
ol {
	margin-top: 0px;
	margin-bottom: 5px;
}
.supportquestion {
	margin-top: 15px;
	color: #900017;
	background-color: #E0E0E0;
}
#sidebar1 ul {
	margin-bottom: 2px;
}

a: {
	color: #204464;
	}


a:visited {
	color: #4889C4;
	}
	
a:hover {
	color: #AE3842;
}
	
.quote {
	font-family: "Times New Roman", Times, serif;
	padding-right: 25px;
	padding-left: 25px;
	line-height: 16px;
}
.pinkbox {
	background-color: #E6F0FA;
	border: 1px solid #FFFFFF;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.menubox {
	background-color: #ECECEC;
	border: 1px solid #FFFFFF;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#homeheadline {
	font-size: 18px;
	line-height:30px;
	color: #204464;
	margin-top: 7px;
	margin-bottom: 0px;
	line-height: 25px;
}
.twoColFixRtHdr #container #header #apDiv1 a {
	margin-right: 17px;
}
.buttonlink {

}
.endfloat {
	clear: left;
	float: none;
}

/*Comment out button links

.buttonlink a:hover {
	color: #F4F4F4;
	text-decoration: none;
}
.buttonlink a:visited {
	color: #F5F5F5;
	text-decoration: none;
}
.buttonlink a {
	color: #F5F5F5;
	text-decoration: none;

}
*/

#ebookbuy {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.viewcart {
	margin-top: 10px;
	margin-left: 145px;
}
#paperbuttons {
	margin-top: 20px;
}
#cartlink {
	float: left;
	margin-right: 10px;
}
.imageright {
	float: right;
	margin-left:10px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	margin-bottom:5px;
	margin-top:5px;
	padding:2px;
}

.imageleft {
	float: left;
	margin-right:10px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	margin-bottom:5px;
	margin-top:5px;
	padding:2px;
}
.imagecenter {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	margin-bottom:5px;
	margin-top:5px;
	padding:2px;
}
.twoColFixRtHdr #container #mainContent .buttonlink #paperbuttons img {
	margin-right: 20px;
}
.specialbold {
	font-size: 16px;
	font-weight: bold;
}
