@charset "utf-8";
a:link, a:visited {
	color: #4FAB62;
}

 a:hover {
	color: #ffab62;
}

a:active {
	font-weight: bold;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h3 {
	font-size: 24px;
	color: #FFAB61;
	font-style: italic;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* CSS Document */

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
.topleft {
	float: left;
	height: 37px;
	width: 28px;
	background-image: url(images/topleftcorner.jpg);
}
.topceneter {
	height: 37px;
	width: 744px;
	background-image: url(images/top.jpg);
	background-repeat: repeat-x;
	float: left;
}
.topright {
	float: left;
	height: 37px;
	width: 28px;
	background-image: url(images/toprightcorner.jpg);
}
#headermiddleft {
	background-image: url(images/left.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 28px;
	height: 67px;
}
#headerlogo {
	height: 67px;
	width: 269px;
	float: left;
	margin-left: 16px;
}
#headermenu {
	height: 47px;
	width: 459px;
	float: left;
	text-align: center;
	padding-top: 20px;
	font-size: 13px;
}
#headermenu li     {
	border-left-color: #FFAB62;
	list-style-type: none;
	display: inline;
	color: #333333;
	border-left-width: 2px;
	border-left-style: solid;
	text-align: center;
}
#headermenu ul {
	padding-left: -18px;
	display: inline;
}

#headermenu ul li a:link, #headermenu ul li a:visited {
	color: #333333;
	font-weight: bold;
	padding-right: -3px;
	padding-left: 3px;
}
#headermenu ul li a:hover, #headermenu ul li a:active {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FFAB62;
	padding-right: -3px;
	padding-left: 3px;
}
#headermenu .firstchild  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#headermidright {
	background-image: url(images/right.jpg);
	background-repeat: repeat-y;
	float: left;
	height: 67px;
	width: 28px;
}
#headerbottomleft {
	float: left;
	height: 26px;
	width: 28px;
	background-image: url(images/bottomleftcorner.jpg);
}
#headerbottomcenter {
	height: 26px;
	width: 744px;
	background-image: url(images/bottom.jpg);
	background-repeat: repeat-x;
	float: left;
}
#headerbottomright {
	float: right;
	height: 26px;
	width: 28px;
	background-image: url(images/bottomrightcorner.jpg);
}
#maintext {
	width: 740px;
	float: left;
	background-image: url(images/main.jpg);
	background-repeat: repeat-y;
	height: auto;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 15px;
}
#maintext img {
	float: right;
}

#mainbottomleft {
	float: left;
	height: 160px;
	width: 360px;
	background-image: url(images/family.jpg);
}
#maintopicsblock {
	width: 412px;
	float: left;
	height: 104px;
	text-align: center;
	font-size: 14px;
	background-image: url(images/topicsbtn.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 15px;
}
#maintopicsblock  p {
	display: inline;
}
#maintopicsblock  a:link, #maintopicsblock a:visited {
	color: #FFFFFF;
}
#maintopicsblock  a:hover, #maintopicsblock a:active {
	color: #ffab62;
}


#mainright {
	background-image: url(images/right.jpg);
	background-repeat: repeat-y;
	height: 135px;
	width: 28px;
	float: left;
	text-align: center;
}
#mainbottomcenter {
	height: 26px;
	width: 412px;
	background-image: url(images/bottom.jpg);
	background-repeat: repeat-x;
	float: left;
}
#footer {
	text-align: center;
	font-size: 10px;
}

