.border {
	border: 1px solid #CCCCCC;
}

body {
	background-color: #327476;
}

#navlist {
}

#navlist a {
height:auto;
display: block;
border: 1px solid;
border-color: #fff;
color: #FFFFFF;
background-color: #000;
background-repeat: no-repeat;
background-position: 0% 50%;
}

#navlist a:link, #navlist a:visited {
color: #fff;
background-color: #000;
text-decoration: none;

}

#navlist a:hover, #navlist a:active {
display: block;
border: 0px solid;
border-color: #000;
color: #000;
background-color: #FFFFFF;
text-decoration: none;
background-repeat: no-repeat;
background-position: 0% 50%;
}

html, body {
margin:0;
height: 100%;
}



.whitetext {
	color: #FFFFFF;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-position: right;
}
.bodybold {
	font-weight: bold;
}
.borderrt {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.bodyheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
.whiteborder {
	border: 5px solid #FFFFFF;
}
.whitemenubold {
	font-size: small;
	font-weight: bold;
	color: #000000;
}
