body {
	margin: 0;
	padding: 0;
	font-size: 10pt;
	font-family: Arial;
}

table {
	border-collapse: collapse;
}

#mainTable {
	width: 100%;
}

#header td {
	height: 90px;
	background-image: url(/gfx/top.gif);
	background-repeat: repeat-x;
	border-bottom: 2px solid red;
}


#main {
	height: 400px;
}

#slogan {
}

#sloganInfo {
	font-size: 10px;
}

#header td {
	vertical-align: middle;
	color: white;
}

#main td {
	vertical-align: top;
}


#header a {
	color: white;
	text-decoration: none;
}
#header a:hover {
	color: blue;
	text-decoration: underline;
}


#footer td {
	vertical-align: middle;
}


#rightColor {
	background-image: url(/gfx/grad.gif);
	background-repeat: repeat-x;
	padding: 10px;
	color: darkgreen;
	border: 1px solid #ac3;
}


#leftBanner {
	text-align: center;
}

#contentLeft {
	padding: 5px;
}
#contentRight {
	padding: 5px;
}

#banners {
	text-align: center;
}


#footer td {
	height: 100px;
	background-image: url(/gfx/bottom.gif);
	background-repeat: repeat-x;
	border-top: 2px solid red;
	color: white;
}


