@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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-image: url(images/bckgrnd.jpg);
}
.twoColFixRtHdr #container {
	width: 920px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FEFBFC;
	border-top-width: 2px;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: double;
	border-left-style: double;
	border-top-color: #FEFBFC;
	border-right-color: #DEE6EF;
	border-left-color: #DEE6EF;
	border-right-width: medium;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	padding: 0;
} 
.twoColFixRtHdr #header h1 {
	margin: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 209px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-color: #FEFBFC;
	margin: 0px;
}
.nwslet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;	
	}
#sbutt2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #BB343A;
}
#subscribe {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	border: 3px double #7F9DB3;
	}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	}
.button:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	text-decoration: none;
}
.button:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	text-decoration: none;
}
.button:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	text-decoration: none;
}
.twoColFixRtHdr #mainContent {
	margin-right: 250px;
	margin-bottom: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
} 
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 155%;
	color: #000066;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	color: #000066;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	color: #000066;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #223E66;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000000;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	list-style-type: disc;
}
ul ul {
	font-size: 100%;
}
ul ul ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.ibp1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.twoColFixRtHdr #footer {
	padding: 0;
	background-color: #EAEEF1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
} 
.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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.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;
}
.tick {
	color: #339900;
	font-weight: bolder;
}
.fltleft25px {
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
}

.cross {
	color: #CC0000;
	font-weight: normal;
}
#adbox01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin: 20px;
}
