@charset "UTF-8";
body  {
	background-color: #333355;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.standardParagraph {
	margin: 0 0 0 0;
	padding: 0;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
}
h1, h2, h3, h4 {
	color:#333333;
}
h1 {
	font-size: 18pt;
}
h2 {
	font-size: 13pt;
}
h3 {
	font-size: 12pt;
}
h2 a {
	color:#666666;
	text-decoration:none;
}
h2 a:hover {
	text-decoration:underline;
}
h2 a:active {
	text-decoration:underline;
}
p {
/*	text-indent: 15px; */
}
.spacer {
	height:15px;
}
.roundedcorners { 
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari and chrome */
	-khtml-border-radius:10px; /* Linux browsers */
	border-radius:10px; /* CSS3 */
/*	behavior:url(/stylesheets/border-radius.htc);  /* Internet Explorer */
} 

.rollover {
	background-color:#f0f0f0;
	border-color:#777777;
	border-width:2px;
	border-style:solid;
}
.rollover:hover {
	background-color:#f0f0f0;
	border-color:#777777;
	border-width:2px;
	border-style:solid;
/*	background-color:#ffc82f; */
/*	border-color:#000066; */
/*	border-width:2px; */
} 

.twoColFixRtHdr #container {
	width: 970px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ffffff; 
} 
.twoColFixRtHdr #header {
	background-color: #ffffff;
	padding: 0 0 0 0;  /* 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. */
} 
.twoColFixRtHdr #sidebar1 {
	background-color: #ffffff;
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px;
}
.twoColFixRtHdr #mainContent {
	background-color: #ffffff; 
	width:690px;
	margin: 0 0 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-left:10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right:10px;
	padding-bottom:10px;
	padding-top:0px;
	float: left;
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff; 
} 
.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;
}
.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;
}
.headerlinks {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.headerlinks a:hover {
	text-decoration:underline;
}
.headerlinks a:active {
	text-decoration:underline;
}
.headerlinks2 {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.headerlinks2 a:hover {
	text-decoration:underline;
}
.headerlinks2 a:active {
	text-decoration:underline;
}
.sectionTable {
	border-collapse:collapse;
}
.sectionHeading {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom:0px;
	margin-top:0px;
}
.sectionHeading a {
	text-decoration:underline;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom:0px;
	margin-top:0px;
}

.sectionContent {
	border-bottom:solid 1px #666666;
	vertical-align:top;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#FFFFFF;
}
.sectionContentLeft {
	border-bottom:solid 1px #666666;
	border-left:solid 1px #666666;
	background-color:#FFFFFF;
}
.sectionContentRight {
	border-bottom:solid 1px #666666;
	border-right:solid 1px #666666;
	background-color:#FFFFFF;
}
.sectionContentMiddle {
	vertical-align:top;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#FFFFFF;
}
.sectionContentLeftMiddle {
	border-left:solid 1px #666666;
	background-color:#FFFFFF;
}
.sectionContentRightMiddle {
	border-right:solid 1px #666666;
	background-color:#FFFFFF;
}
.socialBookmarking img {
	border:0;
}
.pageHeading {
	font-size: 22px;
}
.dlPurchase {
	margin-bottom:0px;
	margin-top:0px;
}
.dlPurchase a {
	color:#ffffff;
	text-decoration:none;
}
.dlPurchase a:hover {
	text-decoration:underline;
}
.dlPurchase a:active {
	text-decoration:underline;
}

ul.check {
	list-style: url(/images/check2pink.png) disc;
	margin-left: 0px; 
	padding-left: 21px;
}
ul.checkgreen {
	list-style: url(/images/check2green.png) disc;
	margin-left: 0px; 
	padding-left: 21px;
}
ul.cross {
	list-style: url(/images/cross16.png) disc;
	margin-left: 0px; 
	padding-left: 21px;
}
ul.normal {
	list-style: disc;
}
ol.normal {
	list-style: decimal;
}

/* Validation things */
.validMsg{
	width:16px;
	height:16px;
	margin-left:6px;
	margin-top:-2px;
	display:none;
}

.textfieldValidState .validMsg, .textareaValidState .validMsg, .selectValidState .validMsg, .checkboxValidState .validMsg, .radioValidState .validMsg{
	display:inline;
}

.errorZone {
	visibility:hidden;
	background-color:#ff0000;
	color: #ffffff;
	border: 1px solid #000000;
	width:450px;
	border:5;
	margin:5;
}


/* For controlling things for printing */
@media print {
.noPrint {
	display: none;
}

P.breakhere {
	page-break-before: always;
}



