/* =============================================================== */
/* ----------------- UNDO EXISTING SYTLES ------------------------ */
/* =============================================================== */

/* This section will be added later after CSS is organized */


/* =============================================================== */
/* --------------------------- GLOBAL ---------------------------- */
/* =============================================================== */
BODY {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #C89C52;
	font-size: 12px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-x;
	line-height: 20px;
	padding:8px 30px 0px 30px;
	}
a {
	color: #F9B700;
	text-decoration: none;
	font-weight: bold;
	}
a:link {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
hr {
	background-image: url(images/common/ruleHorizDtd.gif);
	background-repeat: repeat-x;
	}
p {
	margin:0px;
	padding:8px 30px 0px 30px;
	line-height: 20px;
	}
h1 {
	font-size:16px;
	margin:0px;
	padding:25px 0px 0px 20px;
	color: #71710F;
	font-weight: bolder;
	}
h2 {
	font-size:14px;
	margin:0px;
	padding:25px 0px 0px 30px;
	color: #71710F;
	text-decoration: underline;

	}

/* =============================================================== */
/* --------------------------- FONTS ----------------------------- */
/* =============================================================== */

body{
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	}
.navbar-links, h1, h2{
	font-family: "Georgia", Times New Roman, Times, serif;
	}

/* =============================================================== */
/* ------------------------ CORE LAYOUT -------------------------- */
/* =============================================================== */

#wrapper {
	width:683px;
	position: absolute;
	}

/*========= Header ==========*/
#header { /* the head image is wrapped in a div box  */
	width:683px;
	}
#navbar-curve {
	height:10px;
	width:682px;
	background-image: url(images/nav-curv.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	background-position: bottom;
	}
#navbar {
	height:23px;
	width:682px;
	background-image: url(images/navbar.gif);
	background-repeat: repeat;
	text-align: center;
	}
/*========== Main body of page ==========*/
/*the main body is wrapped then subdevided into two columns*/
#content {
	width: 682px;
	background-color: #FFFFFF;
	}
#content-left {
	padding:15px 25px 40px 20px;
	}
#content-right {
	float:right;
	width:190px;
	padding:15px 20px 20px 20px;
	}

/*========== Footer ==========*/
#footer {
	float:left;
	margin:0px;
	padding:5px 0px 0px 0px;
	width:683px;
	background-image: url(images/navbar.gif);
	background-repeat: y-repeat;
	text-align: center;
		}
#footer-curve {
	float:left;
	height:10px;
	width:683px;
	background-image: url(images/footer-curv.gif);
	background-repeat: n-repeat;
		}

/* =============================================================== */
/* ------------------------ CONTENT ------------------------------ */
/* =============================================================== */

/*========== Top navigation bar =========*/
.navbar-links {
	color: #FFFFFF;
	text-transform:none;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 23px;
	float: left;}
a.navbar-links:link {
	text-decoration: none;}
a.navbar-links:visited {
	text-decoration: none;}
a.navbar-links:hover {
	text-decoration: underline;
	color: #FFCC00;
}
/*============== Quick Links =============*/

.quicklinks {
	color: #F9B700;
	text-transform:none;
	border-left-width: 1px;
	border-left-color: #FF9900;
	border-left-style: solid;
	}
a.quicklinks:link {
	text-decoration: none;
	}
a.quicklinks:visited {
	text-decoration: none;
	}
a.quicklinks:hover {
	text-decoration: underline;
	color: #FFCC00;
	}
/*============== Footer =============*/
.footnote {
	font-size:9px;
	margin:0px;
	padding:8px 30px 0px 30px;
	line-height: 20px;
	}
/*============== Footer =============*/
.footer-text {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	}

