
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	font-family: arial, helvetica;
	font-size: 13px;
	color: #4d4d4d;
}

#wrapper {
	text-align: center;
	vertical-align: top;
}

#header {
	padding: 6px 0 0 0;
	width: 1024px;
	margin: 0 auto;
}

#logo {
	margin: 0 0 0 6px;
	text-align: left;
	min-height: 84px;
	height: 84px;
}

#gr {
	margin-bottom: 5px;
}

#breadcrumbs {
	min-height: 30px;
}

#main {
	text-align: left;
	margin: 0 auto;
	width: 1024px;
}

#title {
	min-height: 30px;
}

#content {
	background-image: url('../images/main_border.png');
	background-repeat: repeat-y;
	background-position: 769px 0px;
}

#left {
	float: left;
	width: 762px;
	min-height: 530px;
	padding-right: 13px;
/*	border-right: 1px solid #959595; */
}

#right {
	float: right;
	width: 225px;
	margin: 0 0 0 10px;
}

ul,ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li.dot {
	background-image: url("../images/dot.gif");
	background-repeat: no-repeat;
	background-position: 10px 6px;
	padding-left: 20px;
	padding-bottom: 10px;
}

img {
	border: 0;
}

.heading {
	font-weight: bold;
	font-size: 13px;
	color: #0071bb;
}

.featured {
	margin-top: 20px;
	padding-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-top: 3px solid #8db7db;
	border-bottom: 3px solid #8db7db;
}

p {
	margin: 0px 0px 10px 0px;
	line-height: 18px;
}

.featured p {
	margin: 0px 0px 10px 0px;
	padding-left: 35px;
	line-height: 18px;
	background-image: url('../images/bullet.png');
	background-position: 0 3px;
	background-repeat: no-repeat;
	min-height: 36px;
}

.featured2 p {
/*	margin: 0px 0px 0px 0px; */
	padding-left: 30px;
	padding-top: 5px;
/*	line-height: 18px;*/
	background-image: url('../images/bullet.png');
	background-position: 0 2px;
	background-repeat: no-repeat;
	min-height: 24px;
}

li.dot_b {
	background-image: url("../images/dot.gif");
	background-repeat: no-repeat;
	background-position: 30px 6px;
	padding-left: 40px;
	padding-bottom: 5px;
}

div.hr {
	height: 1px;
	color: #9b9b9b;
	background-color: #9b9b9b;
	border-style: none;
	margin: 0 0 10px 35px;
}

div.hr hr {
	display: none;
}

div.hrbullet {
	height: 1px;
	color: #000;
	background-color: #404040;
	border-style: none;
	width: 430px;
	margin: 0 0px 10px 40px;
}

div.hrbullet hr {
	display: none;
}

div.hrlanding {
	height: 3px;
	color: #8db7db;
	background-color: #8db7db;
	border-style: none;
	margin: 0 0 10px 0px;
}

div.hrlanding hr {
	display: none;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	margin: 0px 0px 10px 0px;
}

.red {
	font-weight: bold;
	color: #cc5b60;
}

a:link, a:visited {
	text-decoration: none;
	color: #0071bb;
	font-size: 13px;
}

a:hover {
	text-decoration: underline;
	color: #636363;
	font-size: 13px;
}

a.landing:link, a.landing:visited {
	font-weight: bold;
	text-decoration: none;
	color: #0071bb;
	font-size: 13px;
}

a.landing:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #636363;
	font-size: 13px;
}

a.copy:link {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
}

a.copy:visited {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
}

a.copy:hover {
	text-decoration: underline;
	color: #ffffff;
	font-size: 12px;
}

a.copy:active {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
}

#footer {
	clear: both;
	padding: 20px 0 25px 0;
	margin: 0 auto;
	width: 1024px;
	text-align: left;
}

#copy {
	clear: both;
	background-color: #959595;
	height: 30px;
	font-size: 12px;
	color: #ffffff;
}

