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 general presentation styles */
H1 {
	font-size: 140%;
	margin-top: 0px;
	padding-top: 0px;
}
H2 {
	font-size: 130%;
}
H3 {
	font-size: 120%;
	margin-top: -5px;
	margin-bottom: -15px;
}
H4 {
	font-size: 110%;
}

/* These are the styles associated with the various div tags */
#Content {
	background-image:  url(../images/content-back2.gif);
	background-repeat: repeat-y;
	width: 580px;
	text-align: left;
}
#Contenttop {
	background-image:  url(../images/content-top2.jpg);
	background-repeat: no-repeat;
	height: 61px;
	width: 582px;
}
#Contentbase {
	background-image:  url(../images/contentbase2.jpg);
	background-repeat: no-repeat;
	height: 83px;
	width: 582px;
}
#Gradient {
	background-image:  url(../images/top-grafient.jpg);
	background-repeat: repeat-x;
	text-align: center;
	background-color: #FFFFFF;
	background-position: center top;
}
#Textcontainer {
	margin: 0px 0px;
	padding: 0px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}
#Text2 {
	margin: 5px;
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	text-align:left;
}

#Footer {
	font-size: 12px;
	text-align: center;
}
#Footer a {
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
}

/* These styles below are all your navigation styles */
#Nav {
	background-image:  url(../images/nav-back2.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#Navtop {
	background-image:  url(../images/nav-top2.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 160px;
}
#Navbase {
	background-image:  url(../images/nav-base2.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 160px;
}
.buttonscontainer {
	width: 160px;
	color: #000000;
	background-image:  url(../images/nav-back2.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/nav-btn-normal.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 10px;
	width: 115px;
}

.buttons a:hover {
	color: #0085DB;
	text-decoration: none;
	background-image:  url(../images/nav-btn-hover.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.tagline {
	color: #FFFFFF;
	font-style: normal;
	background-color: #990000;
	font-size: 12px;
	font-weight: bold;
}
