* {
	padding: 0px;
	margin: 0px;
	font-family: verdana, arial, sans-serif;
}
html, body {
	height: 100%;
}
body {
	font-size: 100.01%;
	background: url(../img/layout/bg_body.jpg) repeat-x;
}
a {
	text-decoration: none;
}
ul {
	list-style: none;
}
a img{
	border: none;
}
#wrapper {
	width: 970px;
	margin: 0px auto;
	font-size: 0.7em;
	min-height: 100%;
	background: url(../img/layout/bg_wrapper.gif) repeat-y left top;
}
* html #wrapper {
	height: 100%;
}
h1 {
	background: url(../img/layout/bg_head.jpg) no-repeat 1px top;
	height: 149px;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #FFFFFF;
	
	
}
h1 span {
	position: absolute;
	left: 2000px;
}
.clear {
	clear: both;
}
#headNav {
	float: left;
	width: 100%;
	background: #29547F url(../img/layout/bg_headNav.gif) no-repeat right bottom;
}
#headNav li {
	float: left;
	background: url(../img/layout/bg_headNavItem.gif) no-repeat right top;
	padding: 0px 2px 0px 1px;
}
#headNav li.last {
	background: none;
}
#headNav li.first {
	margin-left: 240px;
}
* html #headNav li.first {
	margin-left: 102px;
}
#headNav li a {
	float: left;
	color: #FFFFFF;
	padding: 9px;
}
#headNav li.current a, #headNav li a:hover {
	background: #305A84;
}
#leftColumn {
	float: left;
	width: 195px;
	padding: 0px 0px;
}
#leftColumn * {
	color: #FFFFFF;
}
#leftColumn .sidebarNav {
	border-top: 1px solid #FFFFFF;
	margin-bottom: 20px;
}
#leftColumn .sidebarNav li {
	border-bottom: 1px solid #FFFFFF;
}
#leftColumn .sidebarNav li a {
	background: url(../img/layout/bg_sidebarNavItem.gif) no-repeat 17px center;
	padding: 8px 5px 8px 30px;
	display: block;
}
#leftColumn .sidebarNav li.current a, #leftColumn .sidebarNav li a:hover {
	background-color: #6189B0;
}
#leftColumn hr {
	background: none;
	height: 0px;
	overflow: hidden;
	border: 1px solid #FFFFFF;

}
#leftColumn p {
	padding: 10px 15px;
	line-height: 1.6em;
}
#rightColumn {
	float: left;
	width: 664px;
	padding: 36px 40px;
	line-height: 1.3em;
}
#rightColumn h2 {
	color: #29547F;
	font-size: 1.4em;
	margin-bottom: 30px;
	font-family:arial, sans-serif;
	border-bottom: 1px solid #29547F;
	padding-bottom: 6px
	
}
	
#rightColumn a {
	color:  #CC0000;
	text-decoration: none;
	
	

}
#rightColumn h3 {
	font-size: 1.0em;
	color:#333333;
	margin-bottom: 7px;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 3px;
}
#rightColumn p, #rightColumn ul {
	margin-bottom: 20px;
}
#rightColumn p.list {
	margin-bottom: 8px;
}
#rightColumn ul {
	margin-left: 20px;
}
#rightColumn .contentLeft ul {
	list-style-type: disc;
	padding-left: 20px;
}
#rightColumn .contentLeft {
	float: left;
	width: 412px;
}
#rightColumn .contentRight{
	float: right;
	width: 206px;
}
#rightColumn .refContent a {
	color:  #CC0000;
	text-decoration: none;
	background: url(../img/layout/bg_link.gif) no-repeat left center;
	padding-left: 12px;
}
#rightColumn a.default {
	background: none;
	padding-left: 0px;
}
#rightColumn a:hover {
	text-decoration: underline;
	color: #CC0000;
}
.refList .ref img, .refList .ref .refContent {
	background: #EFEFEF;
	padding: 3px;
	
}
.refList .ref {
	margin-bottom: 30px;
}
address {
	font-style: normal;
	margin-bottom: 10px;
}
.referenceDetails {
	padding:  20px;
	border: 1px solid #E4E4E4;
	margin-bottom: 20px;
}
.referenceDetails:after {
	content: ".";
	clear: both;
	display: block;
	height: 0px;
	visibility: hidden;
}
html* .referenceDetails {
	height: 1%;
}
.referenceDetails img {
	float: left;
	border: 0px solid #EEEEEE;
	padding: 0px;
}
.referenceDetails div {
	float: left;
	padding-left: 50px;
	width: 350px;
}
#footer {
	padding: 10px;
	border-top: 1px solid #CCCCCC;
	color: #999999;
}