body {
	background :   url("../i/dbbg.jpg");
	margin : 0;
	padding : 0;
}
a {
	text-decoration : none;
}
#wrap {
	margin : 0 auto;
	padding-bottom : 30px;
	background : #fff url("../i/shadow.jpg") repeat-y center top;
	width : 724px;
}
#top {
	float : left;
	clear : both;
	margin : 0 0 0 5px;
	width : 714px;
	min-height : 143px;
	height : 143px;
}
#top img {
	display : block;
	border: none;
}
#navbar {
	clear : both;
	margin : 0 auto;
	background : #013355;
	width : 713px;
	height : 30px;
	border-bottom : 10px solid #d1d5d8;
	border-left : 1px solid #d1d5d8;
	font-family : arial, sans-serif;
	color : #f9c744;
}
#navbar ul {
	padding : 0;
	margin : 0;
	text-align : center;
}
#navbar li {
	display : inline;
	list-style-type : none;
	font-size : 11px;
	line-height : 30px;
	text-decoration : none;
	padding : 0 18px 0 18px;
	width : auto;
	border-right : 1px solid;
}
#navbar li.right {
	border : none;
}
#navbar li a:link {
	color : #fcbc4c;
}
#navbar li a:visited {
	color : #fcbc4c;
}
#navbar li a:hover {
	color : #fff;
}
#sidebar {
	display : none;
}
#content {
	display:  inline-block;
	width : 640px;
	margin: 50px 20px 0 25px;
	padding : 20px 20px 10px 10px;
	text-align : left;
	color : #000;
	background-color : #fff;
	border : 1px solid #d0d0d0;/*
position : relative;
top : 0;
left : 5px;
background : #fff;
width : 640px;
margin : 50px 10px 0 20px;
padding : 20px 20px 10px 10px;
text-align : left;
color : #000;
background-color : #fff;
border : 1px solid #d0d0d0;
*/

}
/*added by Kristine Auwers 11/17/2008 code for HR*/


#content hr {
	border : 0;
	width: 80%;
	text-align:center;
	color: #d0d0d0;
	background-color: #d0d0d0;
	height: 1px;
}
/* end add */


#content h1 {
	background-color: white;
	font: 18px arial, sans-serif;
	margin-top: -37px;
	margin-left: 0;
	width: 175px;
	overflow: auto;
	line-height: 30px;
	font-weight: normal;
	color: #ac7d2b;
	font-style: normal;
	padding-left: 5px;
	position: relative;
}
#content h2 {
	font : 12px arial, helvetica, sans-serif;
	margin-bottom : 0;
	font-weight : bold;
	color : #556c83;
	text-align : left;
	padding-left : 50px;
	position : relative;
}
#content h3 {
	font : 12px arial, helvetica, sans-serif;
	line-height : 12px;
	font-weight : bold;
	font-style : italic;
	color : #898989;
	text-align : left;
	padding-left : 50px;
	position : relative;
}
#content p {
	margin-top : 0;
	color : #556c83;
	text-align : left;
	/* change font*/
font : 12px tahoma, arial, helvetica, sans-serif;
	padding-left : 50px;
}
#content p.center {
	text-align : center;
}
#content li {
	color : #556c83;
	text-align : left;
	margin-bottom : 15px;
	/* change font*/
font : 12px tahoma, arial, helvetica, sans-serif;
}
/*added  11/23/2010 */
.bullet {
	list-style-image :   url("../i/bullet.jpg");
}
.nobullet {
	list-style-type:none;
}
/*end add */
#content li a:link {
	color : #ac7d2b;
}
#content li a:visited {
	color : #ac7d2b;
}
#content li a:hover {
	color : #ac7d2b;
	text-decoration : underline;
}
/*added  11/23/2010 */
#content li .nobullet {
	list-style-type:none;
	list-style-image:none;
}
/*end add */

#shadow {
	background :   url("../i/bottomshadow.jpg") no-repeat;
	clear : both;
	margin : 0 auto;
	padding : 1px;
	height : 7px;
	width : 722px;
}
#footer {
	clear : both;
	width : 724px;
	padding-top : 25px;
	padding-bottom : 5px;
	height : 30px;
	margin : 0 auto;
	color : #fff;
	text-align : center;
	text-transform : none;
	font : 10px arial, helvetica, sans-serif;
}
#footer p {
	line-height : 18px;
	list-style-type : none;
	display : inline;
	font-size : 10px;
	font-family : arial, helvetica, sans-serif;
}
.vertbar {
	color : #013355;
}
#footer p a {
	text-decoration : none;
}
#footer p a:link {
	color : #013355;
}
