* {
	padding: 0;
	margin: 0;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 1em;
}

html, body {
	height: 100%;
	background: url("../png/menu-bar.png") repeat-y left;
}

p {
	margin-bottom: 1em;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover   {
	color: #000;
	text-decoration: none;
}

a:active  {
	color: #000;
	text-decoration: none;
}

div.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -104px; /* the bottom margin is the negative value of the footer's height */
}

div.footer, div.push {
	height: 104px; /* .push must be the same height as .footer */
}

div.footer {
	background: url("../png/logo-bar.png") repeat-x bottom;
}

div.push {
	clear: both;
}

div.logo {
	position: absolute;
	height: 104px;
	width: 100%;
	background: url("../png/logo.png") no-repeat bottom right;
}

div.copyright {
	position: relative;
	width: 100%;
	text-align: center;
	font-size: smaller;
	top: 80px;
}

div.logo div {
	display: none;
}

div.banner {
	height: 150px;
	width: 100%;
	background-repeat: repeat-x;
	background-position: top;
}

div.bannertextback {
	color: #000;
	position: absolute;
	right: 0px;
	top: 0px;
	float: right;
	margin: 4px;
	padding: 2px;
	font-size: smaller;
	text-align: right;
	background: url("../png/white75percent.png") repeat;
	text-decoration: none;
}

div.bannertextdesc {
	color: #000;
	position: relative;
	float: right;
	margin: 4px;
	padding: 2px;
	font-size: smaller;
	text-align: right;
	text-decoration: none;
}

a.bannerlink {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 150px;
}

div.contentwrapper {
	float: left;
	width: 100%;
}

div.contentcolumn {
	margin: 10px 10px 10px 220px;
}

div.leftcolumn {
	float: left;
	width: 200px; /*Width of left column*/
	margin-left: -100%;
}

div.innertube {
	margin: 10px 0px 10px 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}

div.breadcrumb {
	width: 100%;
	padding-top: 1px;
	background: url("../png/breadcrumb-bar.png") repeat-x top;
	color: #fff;
}

div.breadcrumb a {
	color: #fff;
}

div.breadcrumb a {
	text-decoration: underline;
}

div.tabinemail {
	margin-left: 2em;
}

a.visiblelink:link, a.visiblelink:visited, a.visiblelink:hover, a.visiblelink:active  {
	text-decoration: underline;
}
