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;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #CCCCCC;
	background-image: url(images/strip.jpg);
	background-repeat: repeat-x;

}
.twoColFixLtHdr #container {
	width: 835px;
	margin: 0 auto;
	text-align: left;
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	border-bottom: 1px solid #cccccc;
	background-repeat: repeat-x;
	margin: 0 0 5px 0;
} 
.twoColFixLtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 235px;
	padding: 0px;
}
.twoColFixLtHdr #sidebar1 h3 {
	margin: 0 0 10px 0;
	display: block;
	background-color: #E1E1E1;
	color: #2166B1;
	padding: 5px;
	font-size: 12px;
	text-align: right;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 240px;
	background-color: #ECECEC;
} 
.twoColFixLtHdr .footer {
	padding: 0 20px 20px 20px;
	text-align: center;
	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: 0 10px 0 20px;
	display: block;
}
.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;
}
h3{
	margin: 0 0 0 0;
	display: block;
	background-color: #808080;
	color: #E6E6FF;
	font-size: 0.8em;
	padding: 5px;
}
.pad{
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #65A5DA;
	margin: 0 0 5px 0;
	color: #FFFFFF;
	height: 250px;
}
.highlight{
	font-weight:bold;
	margin: 0 0 20px 0;
	color: #A50022;
	font-size: 18px;
	border-bottom: 1px dashed #000000;
	display: block;
	background-color: #FFFFFF;
	padding: 0 0 0 20px;
}
h4{
	font-weight:bold;
	margin: 0;
	color: #A50022;
	font-size: 16px;
	border-bottom: 1px dashed #000000;
	display: block;
	background-color: #FFFFFF;
	padding: 0 0 0 20px;
}
.highlight2{
	font-weight:bold;
	margin: 20px 0;
	color: #FFFFFF;
	font-size: 18px;
	border-bottom: 1px dashed #000000;
	display: block;
	background-color: #99CCFF;
	padding: 10px 0 0 30px;
}
.clearleft{
clear:left;
}
.intro{
	background-repeat: no-repeat;
	color: #0000FF;
	font-weight: bold;
	position: relative;
	height: 400px;
}
.introUnder{
	height:300px;
	background-color: #f6fefa;
	background-image: url(images/background2.jpg);
}
.formtouch{
font-size:10px;
}
.logo{
	margin-right:0px;
	font-size:9px;
	color:#990000;
}
.inputTxt{
	width:160px;
	margin:2px 0;
}
.lSide{
	float:left;
	width:295px;
	height: 200px;
	background-position: right bottom;
	background-repeat: no-repeat;
}
.rSide{
	float:right;
	width:285px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.acc{
	border:0;
	background-repeat: no-repeat;
	height: 190px;
	background-position: right;
}



.outer {
	background-color: #EEF1F7;
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 5px 0;
}

#point {display:table; padding:0; margin:0 auto; list-style:none; white-space:nowrap;}
#point li {display:table-cell; margin:0; padding:0;}
#point li a {
	float:left;
	font-family:arial;
	font-size:0.8em;
	height:3.1em;
	line-height:3.1em;
	letter-spacing:1px;
	padding:0;
	text-decoration:none;
	color:#fff;
	width: 113px;
	height:80px;
	background-color: #CCCCCC;
	background-image: url(images/grad.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #cccccc;
	margin-right:5px;
}
#point li a:hover, #point li a.current {
	color:#fff;
	background-color: #CCCCCC;
	background-image: url(images/grad2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#point li a:hover b, #point li a.current b {
	display:block;
	float:left;
	background:transparent url(images/up_arrow.gif) no-repeat center bottom;
	cursor:pointer;
	width: 113px;
	
}
.nonStretch{
	width:840px;
	margin: 0 auto;
	padding: 0 0 0 2px;
	text-align: left;
	font-size: 0.7em;
	color: #A50022;
}
.logStretch{
	width:840px;
	margin: 5px auto;
	padding: 0 0 0 2px;
	text-align: center;
	font-size: 1.2em;
	color: #A50022;
}
.comment{
	background-color:#FFFFFF;
	border:1px dashed;
	padding:10px;
	color: #000000;
	font-size: 0.8em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 16px;
	margin: 5px 0;
}
h2{
font-size:18px}
.comment2{
	background-color:#FFFFFF;
	border:1px dashed;
	padding:10px;
	color: #000000;
	font-size: 0.8em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 16px;
	margin: 0 0 5px 0;
}
.spacer{
	height:5px;
}
.pad20{
	margin: 0 20px 30px 130px;
	font-size: 12px;
	padding-top: 0px;
}
.pad21{
	margin-right:20px;
	margin: 0 20px;
	font-size: 12px;
	text-align: center;
	color: #990000;
}
.pad22{
	font-size: 12px;
	padding: 25px 20px;
}
.padhead{
	margin: 10px 20px 40px 20px;
	font-size: 12px;
	color: #2F7CC1;
	font-weight: bold;
}
input, select, textarea{
font-size:.84em;
}
.red{background-color:#FF0000;
color:#ffffff;
border:1px solid #FF0000;
font-weight:bold;
}
h1{
	color:#000000;
	margin: 0 0 15px 0;
	padding-top:20px;
}
a:link {
	color: #0000CC;
}
a:visited {
	color: #0000CC;
}
a:hover {
	color: #999900;
}
a:active {
	color: #0000CC;
}
.claim{
	padding: 0 30px 20px 20px;
	font-weight: bold;
}
hr{
background-color:#FFFFFF;
color:#FFFFFF;
}
img a{
border:0;
}
img{
border:0;
}
.star{
color:#FF0000;
}
.account{
	float:right;
	width: 500px;
}
#header .width{
	width:600px;
	padding-top:70px;
	text-align: right;
	font-size: 1.1em;
}

