body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #dddddd;
	background-image: url(../images/shadow_bg.gif);
	background-position: top center;
	background-repeat: repeat-y;
	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;
	line-height: 1.3em;
}

.thrColFix #container {
	width: 950px;
	background: #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #ffd701;
} 

.thrColFix #header {
	width: 940px;
	border: 0px solid #171da5;
	text-align: right; /* this overrides the text-align: center on the body element. */
	margin-top: 0; /* the auto margins (in conjunction with a width) center the page */
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 5px 5px 5px 5px;
	color: #171da5;
	background-color: #ffd701;
}

#header a, #header a:visited, #header a:active {
	color: #171da5;
	text-decoration: none;
}

#header a:hover {
	color: #171da5;
	text-decoration: underline;
}

.thrColFix #image {
	width: 930px;  
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border-bottom: 0px solid #ffd701;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

#image a, #image a:visited, #image a:active {
	color: #171DA5;
	text-decoration: none;
}

#image a:hover {
	color: #ffffff;
}

.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* 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: 0px 0px 0px 10px; /* padding keeps the content of the div away from the edges */
	margin-top: 0px;
}

.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* 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: 0px 10px 0px 0px; /* padding keeps the content of the div away from the edges */
	margin-top: 0px;
}

#sidebar2 a:hover {
	color: #171da5;
	text-decoration: underline;
}

#logon a, #logon a:visited, #logon a:active {
	color: #171DA5;
	text-decoration: none;
}

#logon a:hover {
	color: #171DA5;
	text-decoration: underline;
}

.thrColFix #content { 
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#content a, #content a:visited, #content a:active {
	color: #000000;
	text-decoration: none;
}

#content a:hover {
	color: #000000;
	text-decoration: underline;
}

.thrColFix #productFooter {
	width: 930px;
	background-color: #171da5;
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0; /* the auto margins (in conjunction with a width) center the page */
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 10px 10px 10px 10px;
	color: #FFFFFF;
}

#productFooter a, #productFooter a:visited, #productFooter a:active {
	color:#FFFFFF;
	text-decoration: none;
}

#productFooter a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

.thrColFix #siteFooter {
	background: #FFD701;
	font-size: 10px;
	width: 930px;
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0; /* the auto margins (in conjunction with a width) center the page */
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 10px 10px 10px 10px;
	color: #171DA5;
	text-decoration: none;
}

#siteFooter a, #siteFooter a:visited, #siteFooter a:active {
	color: #171DA5;
	text-decoration: none;
}

#siteFooter a:hover {
	color: #171DA5;
	text-decoration: underline;
}

.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;
}

#topbullets {
font-size: 100%;
width: 320px;
height: 304px;
margin-left: 13px;
padding: 0 0 0 0;
background-color: #eeeff9;
}

#topbullets ul {
float: right;
width: 310px;
margin: 0 0 0 0;
padding: 10px 10px 10px 10px;
display: block;
}

#topbullets ul li {
margin: 0 0 0 0;
padding-left: 20px;
padding-bottom: 10px;
display: block;
font-weight: normal;
background-image: url(../images/tick2.gif);
background-repeat: no-repeat;
}

h1 { color: #171da5; font-size: 22px; line-height: normal; }
h2 { color: #171da5; font-size: 14px; line-height: normal; }
h3 { color: #171da5; font-size: 12px; line-height: normal; }
h4 { color: #171da5; font-size: 11px; line-height: normal; }
.navtext { color: #ffffff; font-weight: bold; }
.paneltext { color: #171da5; font-weight: bold; }
.linktext { color: #171da5; font-weight: normal; text-decoration: none; }
.smalltext { font-weight: normal; text-decoration: none; font-size: 10px }
.smalltextblue { color: #171da5; font-weight: normal; text-decoration: none; font-size: 10px }
.smalltextyellow { color: #efcb01; font-weight: normal; text-decoration: none; font-size: 10px }
.whitetext { color: #ffffff; }
.whitetextbold { color: #ffffff; font-weight: bold; }
.whitetextlarge { color: #ffffff; font-size: 16px; font-weight: bold; }
.input { font: 11px Verdana, Arial, Helvetica, sans-serif; }
.highlight { color: #5ec426; font-weight: bold; }
.warning { color: #ff0000; font-weight: bold; }
.heading { color: #171da5; font-size: 22px; }
.bodytext { font-size: 12px }

#breadcrumb {
	font-size: 10px;
	font-weight: normal;
}

#breadcrumb a, #breadcrumb a:active, #breadcrumb a:visited {
	color: #171da5;
	text-decoration: none;
}

.quickjump {
	float: right;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 9px;
}

.cell {
	border: 1px dotted #b3b1d9;
}

.subcell {
	border: 1px solid #b3b1d9;
}