body {
	color: #666633;
	text-align: center;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #cccc99;
	background-repeat: repeat;
	background-image: url(../images/bkgrnd-1.gif);
}
html.body { /* saves you from the "centering jump" on short pages */
	margin-bottom: 1px;
	height: 100%;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/* header styles */
/* creates the top overlap of the right column */
#banner {
	border-bottom-style: dashed;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	background-image: url(../images/bannerlogohome.gif);
	background-position: left top;
	background-attachment: scroll;
	background-repeat: no-repeat;
	height: 145px;
	background-color: #ffffff;
	width: auto;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	position: relative;
}
#holder #nav .body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: none;
	line-height: 11px;
	font-variant: normal;
}

/* holder styles */
 /* This image creates the three column faux effect */
#holder {
	width: 760px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/faux3.gif);
	background-repeat: repeat-y;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	border: 1px dashed #FFFFFF;
	height: 100%;
}
#banner2column {
	background-attachment: scroll;
	background-image: url(../images/faux3.gif);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	height: auto;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: FFFFFF;
	width: 736px;
	background-color: FFFFFF;
	overflow: scroll;
	position: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}


#top {
	background-color: #ffffff;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	background-image: url(../images/top-1.gif);
	background-position: left center;
	height: 22px;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	background-repeat: repeat-y;
	width: 736px;
}
#holder #top div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: 666633;
}
#nav/*navbar styles */





/* navigation styles */
 {
	width: 140px;
	float: left;
	background-color: FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: none;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: left;
}
.fltlft {
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
}
.fltrt {
	float: right;
	margin-left: 8px;
	margin-bottom: 5px;
}

#nav a:link {
	color: #666;
	text-decoration: none;
	font-weight: normal;
	font-variant: small-caps;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
}

#nav a:visited {
	color: #990033;
	line-height: 18px;
	font-weight: normal;
	font-variant: small-caps;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
}

#nav a:hover, #nav a:active, #nav a:focus {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: small-caps;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* content styles */
#content {
	padding: 15px;
	padding: 15px;
	border-left-style: dashed;
	border-left-color: #CCCC9A;
	border-left-width: 1px;
	margin-top: 0px;
	margin-right: 165px;
	margin-bottom: 50;
	margin-left: 160px;
}

#content p {
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #55472D;
	font-size: 12px;
	font-weight: normal;
}

/* third column styles */

#news {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	width: 140px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	background-color: #FFFFFF;
	border: 1px dashed CCCC9A;
}
#news p {
	color: #666666;   /* third column has a darker color so font must be darker for contrast */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 115%;
}


#footer/* footer styles */{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #cccc99;
	height: 50px;
	width: 730px;
	background-image: url(../images/footerbitLeft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 15px;
}
.brclear {
	clear:both;
	margin:0;
	font-size: 12px;
	line-height: 0px;
}
#navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	height: auto;
	width: auto;
	float: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	margin-top: 50px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	line-height: normal;
	text-align: left;
	vertical-align: top;
	padding: 0px;
}
#boxlower {
	width: 140px;
	clear: both;
	float: left;
}
#content2columnpage {
	border-left-style: dashed;
	border-left-color: #CCCC9A;
	border-left-width: 1px;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 170px;
	height: auto;
	width: auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: left;
	vertical-align: top;
}


#holder #news .li {
	font-size: 10px;
	line-height: normal;
	color: 666666;
	list-style-position: inside;
	list-style-type: square;
	text-indent: -30px;
	text-align: left;
	display: inline;
}
#news li {
	font-size: 10px;
	list-style-type: square;
	text-indent: -25px;
	list-style-position: outside;
	text-align: left;
	vertical-align: text-top;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
}
h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#666633;
}
h3 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#55472D;
}
h4 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
}
h5 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#666666;
font-varianty:small-caps
}
.copyright {font-size: 10px}
#content1columnpage {
	border-left-style: dashed;
	border-left-color: #CCCC9A;
	border-left-width: 1px;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	background-color: FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
	padding: 15px;
}
