@charset "utf-8";
body {
	margin-left: auto;
	margin-right: auto;
	font-family: "Trebuchet MS", Arial, "Courier New", sans-serif;
	font-size: 10pt;
	background-image: url(images/PAVEMENT.jpg);
	background-repeat: repeat;
	color: #FFFFFF;
}

.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-align: left;
	height: auto;
}
table.menu
{
	font-size:9pt;
	position:absolute;
	visibility:hidden;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/PAVEMENT.jpg);
	background-repeat: repeat;
	text-align: left;
	vertical-align: middle;
	border: thin solid #6B0029;
	width: 150px;
}

p {
	font-family: "Trebuchet MS", Arial, "Courier New", sans-serif;
	font-size: 10pt;
	text-align: justify;
	padding: 7px;
	color: #FFFFFF;
}


#pagelayout   {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 20px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #54588D;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

#navbarcategorypages {
	margin-top: 5px;
	margin-left: auto;
	width: 550px;
	margin-right: auto;
	margin-bottom: 25px;
	clear: both;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#navbarauthorpage {
	float: right;
	width: 550px;
	height: 40px;
	margin-top: 5px;
	margin-right: 35px;
	text-align: center;
}

