* {
	font-family: Verdana, Arial, sans-serif;
}

body {
	background-color: #D1DBBD;
	margin: 0px auto 0px auto;
	font-size: 11px
	font-family: Verdana, Arial, sans-serif;
	line-height: 100%;
}
a {
	color: #3E606F;
}
a:visited{
	color: #193441;
}
a:hover{
	color: #3E606F;
}
a:active{
	color: #7F9F69;
}
img {
	border: 0;
}
#main {
	position: relative;
	top: 0px;
	width: 756px;
	margin:0px auto;
}
#header {
	position: relative;
	left: 6px;
	height: 250px;
	width: 740px;
}
#head_tab {
	position: absolute;
	top: 226px;
	right: 0px;
	height: 26px;
	padding: 0;
	margin: 0px;
}
#head_tab img {
	float: left;
}
#body {
	position: relative;
	top: 0px;
	background-color: #FFFFFF;
	width: 756px;
	display: inline;
	vertical-align: bottom;
}
#left {
	position: absolute;
	top: 0;
	left: 0;
	background-image: URL('images/body_bg_left.gif');
	background-repeat: repeat-y;
	height: 100%;
}
#center {
	position:relative;
	left: 6px;
	width: 740px;
	background-color: #FFFFFF;
	vertical-align: bottom;
}
#right {
	position: absolute;
	top: 0;
	right: 0;
	background-image: URL('images/body_bg_right.gif');
	background-repeat: repeat-y;
	right: 2px;
	height: 100%;
}
#bottom {
	width: 756px;
	background-image: URL('images/body_bg_bot.gif');
	background-repeat: repeat-x;
}
H2  {
	font-family: Tahoma, Arial, sans-serif;
	color: #1B3280;
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
}
H3  {
	color: #3E606F;
	margin: 0px;
	font-size: 13px;
}

#text {
	border-left: 1px solid #AAC19B;
	font-size: 10px;
	padding: 0 15px 15px 20px;
	margin-top: 40px;
	height: 100%;
	line-height: 16px;
}
#footer {
	color: #3E606F;
	font-size: 9px;
}
#footer a{
	color: #3E606F;
	font-size: 9px;
	text-decoration: underline;
}
