body {
	background-image:  url(../images/stripes2.png);
	background-repeat: repeat;  			/*  hack to center this under IE5  */
}
#pageWrapper
{
	text-align: center;            	/* keep the content left-aligned    */
}
#pageWrapper
{
	margin: 0 auto;
	width: 750px;

}
/* These styles define link behaviors */
a:hover {
	text-decoration:underline;
	font-weight: bold;
	color: #FF3300;

	}
/* These styles define the columns that appear within the body of the page */
.leftcolumn {
	width:555px;
	background:#ffffff;
	float:left;
	padding-top: 12px;
	padding-right: 14px;
	padding-bottom: 16px;
	padding-left: 16px;
	}
.rightcolumn {
	width:212px;
	background:#ffffff;
	padding:1px 1px 1px 1px;
	float:right;
	}
.fullcolumn {
	background:#655c65;
	padding:12px 14px 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	color: #FFFFFF;
	text-align: left;
	}
/* Heading can be used alone or with Boxbeige and Boxwhite below */
.heading {
	background:#000000;
	padding:5px;
	color:#000000;
	border-top: 1px solid #FFFFFF;
	border-right: none;
	border-bottom: 1px solid #FFFFFF;
	border-left: none;
	font-family:Verdana, sans-serif;
	font-size:10px;
	margin-right: 10px;
	font-weight: normal;
	text-align: left;
	}
/* Boxbeige and Boxwhite should be used with the Heading style above */
.boxbeige {
	background:#CCCCCC;
	margin-right:10px;
	padding:5px 5px 5px 5px;
	font-family:Verdana, sans-serif;
	font-size:0.5em;
	border-top: 1px solid #cccccc;
	border-right: none;
	border-bottom: 1px solid #cccccc;
	border-left: none;
	color: #333333;
	font-weight: bold;

	}
.boxwhite {
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background:#ffffff;
	padding:8px;
	font-family:Verdana, sans-serif;
	font-size:.7em;
	}
/* These styles define heading attributes */
h1 {
	font-family:"Copperplate Gothic Bold";
	font-size:1.2em;
	font-weight:bold;
	color: #F00;

	}
h4 {
	font-family:"Copperplate Gothic Bold";
	font-size:1em;
	font-weight:bold;
	color: #666666;
	text-align: left;

	}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
}	
/* These styles define font attributes */
.smltxt {
	font-family:Verdana, sans-serif;
	font-size:9px;
	color: #666;
	font-weight: bold;
	text-align: left;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	vertical-align: top;
	}
p {
	font-family:Verdana, sans-serif;
	font-size:0.8em;
	font-weight:normal;
	text-align: left;
	}
/* This style defines the footer */
.footer {
	position:relative;
	width:750px;
	padding:4px 12px;
	margin:0px;
	border-top:1px solid #666666;
	font-family:Verdana, sans-serif;
	font-size:0.6em;
	color:#FFFFFF;
	clear:both;
	background-color: #c4cbc1;
	float: left;
	}
/* These define other stylings */
.contentli {
	list-style-image:   url(../images/bullet.gif);
	font-family:Verdana, sans-serif;
	font-size:.8em;
	font-weight:normal;
}
.tdwhite {
	background-color: #FFF;

}
.border {
	border: 1px solid #333333;
}
.redtext {
	color: #655C65;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}
.boldtext {
	font-weight: bold;
	color: #666;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	margin: 5px;
	text-align: center;
	word-spacing: normal;
	letter-spacing: normal;
	vertical-align: middle;
	text-indent: 3px;
}
.tabletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	color: #FFFFFF;
}
.centercol {
	float: none;
	width: 750px;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 16px;
	padding-left: 16px;
}
.centerobj {
	text-align: center;
}
h2 {
	font-family: "Copperplate Gothic Bold";
	color: #F00;
}
a:active {
	text-decoration: none;
}
a:link {
	color: #979797;
	text-decoration: blink;

}
hr {
	background-color: #666666;
	text-align: center;
}
