
body {
	background-attachment: scroll;
	background-color: #F2F4E7;
	background-image: url(newgraphics/cloudsBG2.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.navnormal {
	background-image: url(newgraphics/buttonBGlight.jpg);
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	border-right: 1px dotted #999999;
}

.navover {
	background-image: url(newgraphics/buttonBGdark.jpg);
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	cursor: hand;
	border-right: 1px dotted #999999;
}

.grayborderallsides {
	border: 1px solid #CCCCCC;
	font-size: 13px;
	font-family: Arial;
	color: #000000;
}

.grayborder3sides {
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-size: 13px;
	font-family: Arial;
	color: #000000;
}

.gradient {
    background-image: url(newgraphics/gradient.jpg);
    background-repeat: repeat-x;
    background-position: top left;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-size: 13px;
	font-family: Arial;
	color: #000000;
}


h1 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #333333;
	padding: 0px;
	margin: 0px;
}

h4 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #333333;
	padding: 0px;
	margin: 0px;
}

h4.article {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color:#003333;
	padding: 0px;
	margin: 0px;
}

a.nav {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

a.nav:hover {
	color:#0000CC;
}

.nonav {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #0000CC;
	font-weight: bold;
}

.arial12px {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

.arial14px {
	font-family: Arial;
	font-size: 14px;
	color: #333333;
}
