@charset "utf-8";
body  {
	background: #DDDDDD;
	background-image: url(images/Background.png);
	background-repeat: repeat-x;
	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: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 125%;
}
ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 125%;
}

ul li {
	padding-left: 10px;
	padding-top: 10px;
	background-image: url(images/bullet-gbl-link-small.gif);
	background-repeat: no-repeat;
	background-position: left 14px;
}
a {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline; 
}
.twoColFixRtHdr #container { 
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	margin-bottom: 0px;
}
.twoColFixRtHdr #menu { 
	background: url(images/menubkgrnd_full.jpg) repeat-x left top;
	height: 40px;
} 
.twoColFixRtHdr #sidebar1 {
	background: #FFFFFF;
	float: right; /* since this element is floated, a width must be given */
	width: 215px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 10px;
}
.twoColFixRtHdr #mainContent { 
	background: #FFFFFF;
	margin: 0 255px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixRtHdr #subPageMainContent { 
	width: 880px;
	background: #FFFFFF;
	margin: 0 auto 0 auto;
	padding: 10px 10px 10px 10px;
}
.tdboxtitle {
	height: 35px;
	padding: 0px 0px 0px 10px;
	background: url(images/titleboxbgrnd.jpg) repeat-x left top;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.twoColFixRtHdr #footer {
	width: 900px;
	margin: 0 auto 0 auto
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size: 9px;
	margin-right: auto;
	margin-left: auto;
} 
.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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
}
.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;
}
.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;
}

/** HEADINGS */

h1 {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-size: 18px;
	color: #069;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #069;
	line-height: 150%;
}

h3 {
	font-size: 11px;
}
TABLE.feature-benefits {
	FONT-SIZE: 13px; BORDER-COLLAPSE: collapse; text-align: left;
}
TABLE.feature-benefits TH {
	padding-top: 10px;
	padding-bottom: 10px;
	BORDER-BOTTOM: #a6a6a6 1px solid
}
TABLE.feature-benefits TD {
	padding: 10px;
	padding-bottom: 10px;
	BORDER-BOTTOM: #a6a6a6 1px solid
}
TABLE.feature-benefits TD {
	WIDTH: 450px
}
TABLE.feature-benefits TH {
	FONT-WEIGHT: bold;
	BACKGROUND-POSITION: 225px; BACKGROUND-IMAGE: url(images/table_linerule.gif); BACKGROUND-REPEAT: repeat-y;
}
TABLE.feature-benefits ul {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	list-style: none;
	line-height: 125%;
}
TABLE.feature-benefits ul li {
	padding-bottom: 5px;
	padding-top: 5px;
	background-image: url(images/bullet_grey.gif);
	background-repeat: no-repeat;
	background-position: left 11px;
}
TABLE.feature-benefits p {
	margin-bottom: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	padding-top: 5px;
	line-height: 125%;
}
TABLE.feature-benefits tr.altrow{
	Background-color: #DDD;
}