body {
	margin: 0px;
	padding: 0px 27px 32px;
	background-color: #fff;
	font-family: Veranda, sans-serif;
	/*font-size: 0.9em;*/
	font-size: 11pt;
	font-weight: normal;
	color: #0b242a;
}
h1,h2 {
	text-align: center;
	margin: 0px;
}
i {
	color: #005b8d;
}
h1 {
	color : #000;
	font-size: 1.7em;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
}
h2 {
	color: #005b8d;
	font-size: 1.3em;
	font-weight: bold;
}
h3 {
	color: #005b8d;
	font-size: 1.2em;
	font-weight: bold;
}
ul {
	list-style-image: url(../images/marker_blue.gif);
	padding-left: 0px;
	margin-left: 27px;
}
ul li {
	padding-bottom: 12px;
	padding-left: 8px;
}
span {
	color: #e90000;
}
.red_center {
	padding-left: 15px;
	background-color: #D9D9FF;
	width: 350px;
	margin: auto;
	border: dotted 2px #e90000;
}
.red_center ul {
	margin: 0px;
	padding: 0px;
} 
.red_center li {
	margin-left: 16px;
	padding: 0px 1px;
	list-style-image: url(../images/marker_red.gif);
	/*color: #e90000;*/
	color: #000000;
	font-weight: bold;
}
span b {
	color: #005b8d;
}
h2>a {
	font-size: 1.1em;
	text-decoration: none;
	border-bottom: 2px solid #e90000;
}
a {
	color: #e90000;
}
a:hover {
	background-color: #ffff00;
}
#wrapper {
	width: 782px;
	margin: 0px auto;
}
#top {
	height: 52px;
	background:	url(../images/top_bg.gif) repeat-x;
	position: relative;
	margin: 0px 8px -7px;
	z-index: 1;
}
.top {
	position: absolute;
	width: 8px;
	height: 52px;
	top: 0px;
}
.t_l {
	left: -8px;
	background:	url(../images/top_l.gif) no-repeat;
}
.t_r {
	right: -8px;
	background:	url(../images/top_r.gif) no-repeat;
}
#head {
	margin: 0px 1px;
	height: 135px;
	position: relative;
	z-index: 0;
}
#head div {
	position: absolute;
	height: 135px;
	top: 0px;
}
.head_l {
	left: 0px;
	width: 285px;
	background:	url(../images/head_l.jpg) no-repeat;
}
.head_m {
	left: 285px;
	width: 235px;
	background:	url(../images/head_m.jpg) no-repeat;
}
.head_r {
	left: 520px;
	width: 260px;
	background:	url(../images/head_r.jpg) no-repeat;
}
#toplinks {
	height: 52px;
	margin: 0px auto;
}
#toplinks ul {
	padding-top: 14px;
	list-style: none;
	margin: 0px;
}
#toplinks ul li {
	display: inline;
	margin-left: 50px;
}
#toplinks ul a{
	background:	url(../images/arrow.gif) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #797e86;
	padding-left: 16px;
	letter-spacing: 1px;
}
#toplinks ul a:hover {
	color: #a10000;
}
#content {
	margin: 0px 1px;
	border-left: 2px solid black;
	border-right: 2px solid black;
	padding: 10px 24px;
}
#foot {
	height: 63px;
	padding-top: 15px;
	background:	url(../images/foot_bg.gif) repeat-x;
	position: relative;
	margin: -7px 8px 0px;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align: center;
}
.foot {
	position: absolute;
	width: 8px;
	height: 63px;
	top: 0px;
}
.f_l {
	left: -8px;
	background:	url(../images/foot_l.gif) no-repeat;
}
.f_r {
	right: -8px;
	background:	url(../images/foot_r.gif) no-repeat;
}
.design {
	text-align: center;
}
.design a {
	font-size: 12px;
	font-weight: normal;
	color: #6a6a6a;
	text-decoration: none;
}
.design a:hover {
	color: #e90000;
	background: none;
}
