.noborder {
	border: none;
}

body {
	font-family: helvetica, arial, sans-serif;
}

#top-navig {
    width: 100%;
    background-color: #ffccff;
    padding: 2px;
    margin-top: 0px;
}

.floatRight
{
	float: right;
	padding-left: 0.5em;
}

.floatLeft
{
	float: left;
	padding-right: 0.5em;
}

.clearLeft{
	clear: left;
}

.clearRight {
	clear:right;
}

.center {
	text-align: center;
}

#bottom-nav {
	position: relative;
	border-top: 1px solid gray;
	font-size: small;
}

#left-nav {
	padding-top: 0.5em;
	padding-bottom: 1em;
	position: absolute;
	left: 0;
	top: 0;
	width: 33%;
}

#middle-nav {
	padding-top: 0.5em;
	padding-bottom: 1em;
	position: absolute;
	text-align: center;
	left: 33%;
	top: 0;
	width: 33%;
}

#right-nav {
	padding-top: 0.5em;
	padding-bottom: 1em;
	position: absolute;
	text-align: right;
	left: 66%;
	top: 0;
	width: 33%;
}

#left-nav a { text-decoration: none; }
#right-nav a { text-decoration: none; }
#middle-nav a { text-decoration: none; }

