body {
	background-image: url(bg.gif);
	background-repeat:repeat-x;
	background-color:#698346;
	margin:0px;
	font-family:"Trebuchet MS";
	font-size:11px;	
	color:#000000;
	line-height:18px;
	text-align:justify;
	font-size:12px;
}

a:link {
	text-decoration: none;
	color: #6F7C59;
}

a:visited {
	text-decoration: none;
	color: #6F7C59;
}

a:hover {
	text-decoration: none;
	color:#000000;
}

a:active {
	text-decoration: none;
	color: #6F7C59;
}

a.white:link {
	text-decoration: none;
	color: #FFFFFF;
}

a.white:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a.white:hover {
	text-decoration: none;
	color: #DDDDDD;
}

a.white:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.black:link {
	text-decoration: none;
	color: #000000;
}

a.black:visited {
	text-decoration: none;
	color: #000000;
}

a.black:hover {
	text-decoration: none;
	color: #555555;
}

a.black:active {
	text-decoration: none;
	color: #000000;
}

strong {
	font-size:12px;
}

.title {
	font-variant:small-caps;
	font-size:16px;
	letter-spacing:4px;
}

.subtitle {
	font-variant:small-caps;
	font-size:13px;
	letter-spacing:4px;
}

.topleft {
	width: 443px;
	float:right;
	background-image:url(bgtopleft.gif);
	height:216px;
	color:#FFFFFF;
	line-height:16px;
	padding:12px;
}

.margintop {
	margin-top:0px;
}

.marginbottom {
	margin-bottom:9px;
}

.care {
	float:left; 
	width:483px;
	height:240px;
}

.topleftbuttons {
	margin:0px -12px 0px -12px;
	padding:8px 12px 8px 8px;
	font-variant:small-caps;
	font-size:15px;
	letter-spacing:4px;
	color:#FFFFFF;
	text-align:right;
}

.topleftbuttons:hover {
	background-color:#000000;
}

.wrapper {
	width:950px;
	margin:0 auto;
}

.navi {
	background-image:url(bg_navi.gif);
	height:35px;
	clear:both;
}

.navibutton {
	float:left;
	padding:10px 15px 7px 16px;
	font-variant:small-caps;
	font-size:13px;
	letter-spacing:1px;
	font-weight:bold;
}

.navibutton:hover {
	background-image:url(bg_naviover.gif);
	background-repeat:repeat-x;
}

.main {
	background-color:#C5D5A8;
	padding:20px;
	background-image:url(bg_footer.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

.bottomlink {
	font-variant:small-caps;
	letter-spacing:2px;
	padding:8px 8px 0px 8px;
	margin-top:-30px;
	text-align:right;
}

.floatright {
	float:right;
}

.titlewrapleft {
	float:left;
	padding-bottom:10px;
}

.titlewrapright {
	float:right;
	padding-bottom:10px;
}