
body {
	width: 100%; 
	margin: 0; 
	float: none;
	font:80% Arial, Helvetica, sans-serif;

}

#wrapper {
	width:100%;
}

#header {
	width:100%;
	height:100px;
	background-image:url(../images/logo.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#headerTxt {
	display:none;
}

#nav {
	display:none;
}


#left-col{
	display:none;
}

#content-wrapper, #content-holder, #main-content{
	psoition:relative;
	width:100%;
	margin: 0; 
	float: none;
}

#main-content img {
	padding-left:10px;
}
#main-content li {
	padding-bottom:15px;
	list-style-image:url(../images/bullet.gif);
}

#main-content li:first-child{
	margin-top:15px;
}

#main-content td img {
	padding-left:0px;
}

#right-col{
	display:none;
}
#footer {
	position:relative;
	width:100%;
	height:30px;
	background-color:#fff;
	clear: both;
	margin-top:20px;
}

#footer img {
	padding-right:5px;
}

#footerLinks {
	display:none;
}

/* Font Styles */

/* links */

a {
	color:#7B8A94;
}

a:hover {
	text-decoration:none;
}

.blue-links {
	color:#BCE1F7;
	text-decoration:none
}

.blue-links:hover {
	color:#BCE1F7;
	text-decoration:underline;
}

/* text for wysiwyg */


.red-text {
	color:#AA263D;

}

.white-text {
	color:#FFFFFF;

}

/* headers */


h1 {
	color:#7B8A94;
	font-size:160%;
	margin-top:0px;
	padding-top:0px;
	line-height:130%;
}

h2{
	/* color:#231F20; */
	font-size:120%;
	color: #7B8A94;
	text-transform:uppercase;
}

h3 {
	color:#7B8A94;
	font-size:120%;
}

h4{
	color:#7B8A94;
	font-size:110%;
}

h5{
	color:#7B8A94;
	font-size:100%;
	font-weight:bold;
}

h6{
	color:#7B8A94;
	font-size:100%;
}