BODY {
	background-image: url(../images/page-back.jpg);
	background-repeat: repeat-y;
	background-color: #BFCFDE;
	background-position: center;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "Trebuchet MS", Georgia, Arial;
	font-size: 14px;
	line-height: 1.5em;
}

/* These are the styles associated with the various div tags */
#Navtop {
	background-image: url(../images/nav-top.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 190px;
}
#Navbase {
	background-image: url(../images/nav-base.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 190px;
}
#Contentbase {

	background-image: url(../images/contentbase700.jpg);
	background-repeat: no-repeat;
	height: 78px;
	width: 700px;
}
#Content {
	background-image: url(../images/content-back700.gif);
	background-repeat: repeat-y;
	width: 700px;
	text-align: left;
}
#Contenttop {
	background-image: url(../images/content-top700.jpg);
	background-repeat: no-repeat;
	height: 58px;
	width: 700px;
}
#Gradient {
	background-image: url(../images/top-grafient.jpg);
	background-repeat: repeat-x;
	text-align: center;
	background-color: #FFFFFF;
	background-position: center top;
}
#Nav {
	background-image: url(../images/nav-back.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#Textcontainer {
	margin: 0px 20px;
	padding: 0px;
}
#Footer {
	font-size: 12px;
	text-align: center;
}
#Footer a {
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
}

/* These are general presentation styles */
H1 {
	font-size: 140%;
	margin-top: 0px;
	padding-top: 0px;
}
H2 {
	font-size: 130%;
}
H3 {
	font-size: 120%;
}
H4 {
	font-size: 110%;
}

/* These styles below are all your navigation styles */
.buttonscontainer {
	width: 190px;
	color: #000000;
	background-image: url(../images/nav-back.gif);
	background-repeat: repeat-y;
}

.buttons a {
	color: #000B87;
	padding: 4px 25px 4px 10px;
	display: block;
	font: bold 14px/1.5em "Trebuchet MS", Georgia, Arial;
	text-decoration: none;
	text-align: right;
	background-image: url(../images/normal.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 10px;
	width: 135px;
}

.buttons a:hover {
	color: #0085DB;
	text-decoration: none;
	background-image: url(../images/hover.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
