* {/*
	margin:0;
	padding:0;*/
}
html {
	height:100%;
}
/*html {background:#f9fbf1 url(../images/bg-html.png) center bottom repeat-x;}*/
body {
	height:100%;
background:url(../images/bg-body.png);
}

#xbody {
	background:url(../images/bg-header.gif) 0 0 repeat-x;
	color:#666;
	font:12px "Arial", Helvetica, sans-serif;
}
ul, ol, p {margin-top:0; padding-top:0; }
p {
	line-height:1.35em;
	margin-bottom:1em;
}
a {
	color:#00729A;
	text-decoration:none;
}
img {
	border:0;
}

.pbullet {
	background:url(../images/pbullet.png) no-repeat left;
	padding-left:12px;
}

#masterHead {
	min-height:1000px;
/*
abcd
456
4567
background:#D9E3C3 url(../images/bg-header.png) 0 0 repeat-x;
background:#DEE7C8 url(../images/bg-header.png) 0 0 repeat-x;
background:#DBE4C5 url(../images/bg-header.png) 0 0 repeat-x;
*/
}
.xheader {
	margin:0 auto;
}
.headerImg {
	background:url(../images/header.gif) 0 0 no-repeat;
	height:92px;
}
.subheaderImg {
	background:url(../images/bg-subheader.gif) center top no-repeat;
/*	background:url(../images/bg-subheader.jpg) center top no-repeat;*/
	height:191px;
}
.quikLink {
	font-weight: bold;
	color:#ffffff;

	margin:61px 0 0 22px;

/*	background:#0B5B5B;
	margin: 87px 0 0 16px;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;*/
}
.quikLink a {
	font:bold 12px "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
	display:block;
	padding:2px 5px;
}

.quikLink a:hover {
	font:bold 12px "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
	background:#00729A;
/*	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;*/
	text-decoration:underline;
}

.input {
	width:96px;
	border:1px solid #d1d9d3;
	}
	
.xcontent {
	padding:15px;
	background:url(../images/bg-filler.png) center top repeat-y;
}
.xcontent h1 {
	background:url(../images/bg-title.png) 0 0 no-repeat;
	color:#00729A;
	font:normal 18px/20px Geneva, Arial, Helvetica, sans-serif;
	padding-bottom:22px;
	width: 100%;
}
.xcontent h2 {
	color:#00729A;
	font:normal 18px/20px Geneva, Arial, Helvetica, sans-serif;
}
.xcontent h3 {
	color:#00729A;
	font:normal 14px/20px Geneva, Arial, Helvetica, sans-serif;
}

.xcontent h1 strong,  .xcontent h2 strong,  .xcontent h3 strong,  .xcontent h4 strong,  .xcontent h5 strong,  .xcontent h6 strong {
	font-weight:bold;
}
.subtitle {
	color:#00729A;
	font:normal 14px/20px Geneva, Arial, Helvetica, sans-serif;
}

/* side bar navigation */
#xmenu {
	float:left;
	background:#fffdf2;
}
ul#xmenu, ul#xmenu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 205px;
}
ul#xmenu a {
	display: block;
	text-decoration: none;
	text-indent:30px;
}
ul#xmenu li {
	font:12px Arial, Helvetica, sans-serif;
}
ul#xmenu li a {
	color:#555555;
	height: 50px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 29px;
	text-decoration: none;
	padding: 10px 0 0 0px;
	background:  url(../images/menu7.png) 13px 0px no-repeat;
}
ul#xmenu li a:hover {
	color: #00729A;
	background:  url(../images/menu7.png) 13px -31px no-repeat;
	padding: 10px 0 0 0px;
}
#footer {
	clear:both;
	margin:0 auto;
	position: inherit;  /* Needed for Safari */
	padding: 10px 0;
	background:transparent url(../images/bg-footer.png) 0 0 repeat-y;
	width: 831px;
	text-align:center;
}
#footer p {
	font-size:11px;
	color:#33628c;
	text-align:center;
}
#footer p a {
	text-decoration:none;
	color:#5e7080
}