body {
	background: #FFFFFF;
  margin: 0;
  margin-top: 50px;
	color:#666666;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 21px;
  -webkit-text-size-adjust: none;
}

a {
	color: #222222;
	text-decoration: none;
}

.wrapper {
  width: 950px;
  margin: 0 auto;
}

.logo {
	padding-left: 37px;
	padding-bottom: 10px;
}

h1 {
	color:#ff0000;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 26px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 28px;
}


h2 {
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 12px;
	font-style: bold;
}

.margin_bottom_10 {
	margin-bottom: 10px;
}

.margin_bottom_20 {
	margin-bottom: 20px;
}

.grey {
	color: #666666;
}

.grey a {
	color: #666666;
}

.red {
	color: #ff0000;
}

.red a {
	color: #ff0000;
}

.copy_grad {
	width: 25px;
	background: url(../images/grad_left2.jpg) no-repeat left top;
	height: 650px;
	float: left;
}

.copy_block {
	width: 420px;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	float: left;
}

.key_image {
	width: 438px;
	float: left;
}

.float_clear {
  clear: both;
}

.h_rule {
	padding-left: 23px;
}

.footer {
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-left: 40px;
	padding-top: 10px;
}

.nav_item {
	width: 89px;
	background: url(../images/nav_rule.gif) no-repeat left top;
	padding-top: 5px;
	padding-left: 15px;
	margin-left: 10px;
	height: 40px;
	float: left;
}

.nav_item_first {
	width: 89px;
	background: url(../images/nav_rule.gif) no-repeat left top;
	padding-top: 5px;
	padding-left: 15px;
	margin-left: 25px;
	height: 40px;
	float: left;
}

.nav_break {
	padding-top: 1px;
}


.nav_item_first a {
	color: #666666;
	text-decoration: none;
}


.nav_item a {
	color: #666666;
	text-decoration: none;
}

.selected{
	color: #222222;
}

ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

li {
	margin-top: 8px;
	line-height: 17px;
	background: url(../images/bullet.png) no-repeat;
	padding-left: 14px;
	margin-left: 0px;
}

.li_title {
	color: #222222;
	font-style: bold;
}

.quote {
	font-style: italic;
	font-weight: bold;
	color: #222222;
	margin-top: 60px;
}

.float_left {
	float: left;
}

