/* mac hide\*/
html, body {height:100%}
/* end hide */

body {
	background:#1D1D1D;
	font-family: verdana, sans-serif;
  	font-size:x-small;
  	voice-family: "\"}\"";
	voice-family:inherit;
	font-size:small;
	font-size:.8em;
	color:#fff;
	margin:0;
	padding:0;
	position:relative;
}
* {
	margin:0;
	padding:0;
}
img, p {
	margin:0;
	padding:0;
	border:0;
}
#home_wrap,
#innerpage_wrap {
	position:relative;
	height:100%;
	min-height:100%;
	width:800px;
	margin:0;
	color: #fff;
	text-align:left;
	left:0;
	padding:0;
}
html>body #home_wrap{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
html>body #innerpage_wrap{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#home_wrap {background:url(../images/bg_home.gif) repeat-y top left;}
#innerpage_wrap {background:url(../images/bg_innerpage.gif) repeat-y top left;}
div#left {
	float:left;
	position:relative;
	padding:0;
	width:188px;
}

div#center {
	padding:0;
	width:272px;
	float:left;
	margin:0;
}
div#innerpage_center {
	padding:0;
	width:544px;
	float:left;
	margin:0;
}
div#right {
	width:300px;
	float:left;
}
div#left dl#leftnav {
	display:block;
	position:relative;
	float:right;
	list-style:none;
	text-align:right;
	padding-right:15px;
	margin-top:197px;
	width:65%;
} 
div#left dl#leftnav * {
	margin:0;
	padding:0;
}
div#left dl#leftnav dt {
	position:relative;
	display:block;
	text-align:right;
	float:right;
	font-weight:bold;
	border-bottom:1px solid #4A4A4A;
	padding-bottom:4px;
	margin-bottom:8px;
	width:100%;
}
div#left dl#leftnav dd {
	display:block;
	clear:right;
	text-align:right;
	padding:1px 0;
	margin:0;
}
div#left dl#leftnav dd a {
	color : #989466;
	text-decoration : none;
	margin:0;
	padding:0;
}
div#center ul,
div#innerpage_center ul {
	display:block;
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
}
div#center li,
div#innerpage_center li {
	display:block;
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
	border:none;
}
div#center li#logo {
	background: url(../images/logo.jpg) no-repeat;
	height: 103px;
}
div#center li#centerImage1 {
	height:151px;
	background:url(../images/centerImage1.jpg) top left no-repeat;
}
div#center li#centerContent1 {
	min-height:66px;
	background:#842129 url(../images/centerContent1.jpg) top left repeat-x;
	border:0;
	margin:0;
	padding:0;
}
* html li#centerContent1 {height:66px} /* hack for ie */
li.hr_styled {
	height:27px;
	background:url(../images/hr_styled.jpg) top left repeat-x;
	margin:0;
	padding:0;
	border:0;
}
div#center li#centerImage2 {
	height:140px;
	background:url(../images/centerImage2.jpg) top left no-repeat;
}
div#center li#centerContent2 {
	min-height:66px;
	background:#8D874C url(../images/centerContent2.jpg) top left repeat-x;
}
* html li#centerContent2 {height:66px} /* hack for ie */
div#center li p {
	padding:6px;
}
div#center li#centerImage3 {
	height:190px;
	background:url(../images/centerImage3b.jpg) top left no-repeat;
}
div#normal ul {
	list-style-type: disc;
	}
.normalLI {
	border: 1px solid #000;
	margin: 2em;
	width: 10em;
	padding: 1px;
}

div#right dl {
	float:left;
	display:block;
	list-style:none;
	margin:197 0 0 0;
	padding:0 0 0 15px;
}
div#right dt {
	display:block;
	list-style:none;
	color:#A5BFC5;
	font-size:1.4em;
	font-weight:bold;
	margin:0;
	padding:0 0 4px 0;
}
div#right dd {
	display:block;
	list-style:none;
	min-height:150px;
	background:url(../images/gradient.jpg) top left no-repeat;
	margin:0;
	padding:0;
}
* html div#right dd {height:150px}
div#right dd p {
	padding:6px;
	margin:0;
}
/***** Inner pages **************/
#innerpage_center li#logo {
	background:url(../images/logo_innerpage.gif) top left no-repeat;
	height: 103px;
}
#innerpage_center li#centerImage1 {
	background:url(../images/innerpage_img.jpg) top left no-repeat;
	height: 263px;
}
#innerpage_center li#centerContent1 {
	min-height:66px;
	background:#842129 url(../images/centerContent1.jpg) top left repeat-x;
	border:0;
	margin:0;
	padding:0;
}
#innerpage_center li#centerContent1 h3 {
	color:#95C5C5;
	font-size:1.2em;
	font-weight:bold;
	padding:10px;
}
#innerpage_center li#content {
	background:#ccc;
	color:#333;
	padding:12px;
}

/************** Keep at bottom ***********/
.clearall {
	postion:relative;
	clear:both;
	height:0;
	line-height:0;
	visibility:hidden;
	border-top:1px solid black;
}
.bold {font-weight:bold}
.italic {font-style:italic}
.imgfloatright {
	position:relative;
	z-index:10;
	float:right;
	padding:12px;
}
.floatleft{float:left}