body
{
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	background: #B0C48F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #353732;
}
div, img
{
	margin: 0;
	padding: 0;
	border: 0;
}
#PrintHeader
{
	display: none;
}

/* --- Page Structure --- */
.BodyRight
{
	background: url(../images/bg_right.gif) no-repeat left top;
	width: 29px;
}
.BodyLeft
{
	background: url(../images/bg_left.gif) no-repeat right bottom;
	width: 28px;
}
.MenuArea
{
	background: url(../images/menu_bg.gif) repeat-y left top;
	width: 193px;
	vertical-align: top;
}
.MenuBackground
{
	width: 100%;
	min-height: 466px;
	height: 100%;
	background: url(../images/menu_globe.gif) no-repeat left bottom;
}
.BodyArea
{
	background: #FFF url(../images/content_corner.gif) no-repeat right bottom;
	vertical-align: top;
	padding: 20px;
}
#Footer td
{
	width: 50%;
	padding: 0 40px;
	height: 30px;
}

/* --- Home Page --- */
.HomePage
{
	background: #B0C48F url(../images/home_body_bg_04.jpg) no-repeat 247px 460px;
}
.HomeMenuArea
{
	width: 201px;
	text-align: right;
	vertical-align: top;
	background: url(../images/menu_bg.gif) repeat-y right top;
}
.HomeMenuArea #nav
{
	margin-left: 26px;
}
.RKDLink
{
	font-size: 10px;
	color: #727D60;
	line-height: 12px;
	background: #B0C48F;
	text-align: center;
}
.RKDLink a:link
{
	color: #727D60;
	text-decoration: none;
}
.RKDLink a:visited
{
	color: #727D60;
	text-decoration: none;
}
.RKDLink a:hover
{
	color: #5F487A;
	text-decoration: underline;
}
.RKDLink a:active
{
	color: #5F487A;
	text-decoration: underline;
}

.HomeCircles
{
	width: 141px;
	vertical-align: top;
}
.HomeContent
{
	width: 428px;
	vertical-align: top;
}
.Mantra
{
	height: 41px;
	width: 428px;
	background: url(../images/home_body_bg_01.jpg) no-repeat left top;
}
.FlashText
{
	font-size: 24px;
	font-style: italic;
	color: #C00202;
}
.FlashText p
{
	text-align: right;
	margin: 0;
	padding: 0;
	margin-right: 77px;
}
.EmptyArea
{
	height: 71px;
	width: 428px;
	background: url(../images/home_body_bg_02.jpg) no-repeat left top;
}
.Tagline
{
	height: 176px;
	background: url(../images/home_body_bg_03.jpg) no-repeat left top;
	padding-left: 63px;
}

/* --- Header --- */
.Date
{
	position: absolute;
	z-index: 3;
	top: 55px;
	right: 40px;
	width: 180px;
	text-align: right;
	color: #5F487A;
	font-size: 10px;
}

/* --- Footer --- */
.FooterCopyright
{
	text-align: left;
	color: #5F487A;
	font-size: 10px;
}
.FooterLinks
{
	text-align: right;
	color: #5F487A;
	font-size: 10px;
}
.FooterLinks a:link
{
	color: #5F487A;
	text-decoration: none;
}
.FooterLinks a:visited
{
	color: #5F487A;
	text-decoration: none;
}
.FooterLinks a:hover
{
	color: #FFF;
	text-decoration: underline;
}
.FooterLinks a:active
{
	color: #FFF;
	text-decoration: underline;
}

/* --- Drop Down Menu --- */
/* Sons of Suckerfish Drop Down Menu - http://htmldog.com/articles/suckerfish/dropdowns/ */

#nav, #nav ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
}
#nav
{
	margin-left: 18px;
}
#nav a
{
	display: block;
	width: 175px;
	margin: 0;
}
#nav li
{
	float: left;
	width: 175px;
	margin: 0;
}
#nav li ul
{
	position: absolute;
	width: 200px;
	left: -999em;
	margin-left: 174px;
	margin-top: -28px;
	text-indent: 22px;
	background: #5F487A url(../images/submenu_bg.gif) no-repeat right 1px;
	border: 1px solid #FFF;
	font-size: 11px;
	font-weight: bold;
	line-height: 23px;
}
#nav li ul li
{
	width: 200px;
}
#nav li ul a
{
	width: 200px;
}
#nav ul a:link
{
	color: #FFF;
	text-decoration: none;
}
#nav ul a:visited
{
	color: #FFF;
	text-decoration: none;
}
#nav ul a:hover
{
	color: #B4E58C;
	text-decoration: none;
}
#nav ul a:active
{
	color: #B4E58C;
	text-decoration: none;
}

#nav li ul li
{
	background: url(../images/bullet_submenu.gif) no-repeat 10px center;
}
#nav li:hover ul, #nav li.sfhover ul
{
	left: auto;
}

/* --- Page Content --- */
.PageImage
{
	text-align: right;
	height: 81px;
	margin: -20px;
	margin-bottom: 0;
}
.PageTitle
{
	margin-left: -20px;
	margin-bottom: 10px;
}
.ImageAbout
{
	background: url(../images/image_about.jpg) no-repeat left top;
	text-align: right;
	height: 238;
	margin: -20px;
	margin-bottom: 0;
}
.ContentText
{
	font-size: 11px;
	line-height: 18px;
}
.ContentText td
{
	font-size: 11px;
}
/*.ContentText a { font-weight: bold; }*/
.ContentText a:link
{
	color: #5F487A;
	text-decoration: underline;
}
.ContentText a:visited
{
	color: #5F487A;
	text-decoration: underline;
}
.ContentText a:hover
{
	color: #617D33;
	text-decoration: none;
}
.ContentText a:active
{
	color: #617D33;
	text-decoration: none;
}
.NewsMonth, .LinksCategory
{
	color: #5F487A;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #E4EBD9;
	margin: 25px 0 0 0;
}
.NewsItem
{
	margin: 12px 0 0 0;
	padding-top: 0;
	line-height: 15px;
}
.NewsItem a
{
	font-size: 12px;
	font-weight: bold;
}
.NewsItem a:link
{
	color: #617D33;
	text-decoration: underline;
}
.NewsItem a:visited
{
	color: #617D33;
	text-decoration: underline;
}
.NewsItem a:hover
{
	color: #656960;
	text-decoration: none;
}
.NewsItem a:active
{
	color: #656960;
	text-decoration: none;
}
.NewsBack
{
	font-size: 10px;
	text-align: right;
	margin-top: 10px;
}
.NewsBack a:link
{
	color: #5F487A;
	text-decoration: underline;
}
.NewsBack a:visited
{
	color: #5F487A;
	text-decoration: underline;
}
.NewsBack a:hover
{
	color: #617D33;
	text-decoration: none;
}
.NewsBack a:active
{
	color: #617D33;
	text-decoration: none;
}
.NewsTitle
{
	color: #617D33;
	font-size: 14px;
	font-weight: bold;
	margin-top: -18px;
	margin-right: 180px;
}
.NewsDesc
{
	font-size: 12px;
	font-style: italic;
}
.LinksList
{
	font-weight: bold;
	list-style-image: url(../images/bullet_links.gif);
	line-height: 16px;
	margin-top: 3px;
}
.LinksList a:link
{
	color: #617D33;
	text-decoration: underline;
}
.LinksList a:visited
{
	color: #617D33;
	text-decoration: underline;
}
.LinksList a:hover
{
	color: #656960;
	text-decoration: none;
}
.LinksList a:active
{
	color: #656960;
	text-decoration: none;
}
.SubTitle
{
	color: #617D33;
	font-size: 14px;
	font-weight: bold;
}
.Heading
{
	color: #656960;
	font-size: 12px;
	font-weight: bold;
}
.TextBackground
{
	background: #FAFCF7;
	border-top: 1px solid #E9EFE1;
	border-bottom: 1px solid #E9EFE1;
	margin: 10px -20px;
	padding: 0 20px;
}
.Note
{
	font-size: 10px;
	color: #5F487A;
	text-style: italic;
}
.List
{
	line-height: 15px;
	color: #5F487A;
	font-weight: bold;
}
.List li
{
	padding-bottom: 10px;
}
ul.List
{
	list-style-image: url(../images/bullet_list.gif);
}
ol.List
{
	list-style: decimal;
}
.SubLink
{
	list-style-image: url(../images/bullet_links.gif);
	line-height: 22px;
	font-size: 12px;
	font-weight: bold; /*padding-top: 10px;*/
}
.SubLink a:link
{
	color: #5F487A;
	text-decoration: underline;
}
.SubLink a:visited
{
	color: #5F487A;
	text-decoration: underline;
}
.SubLink a:hover
{
	color: #656960;
	text-decoration: none;
}
.SubLink a:active
{
	color: #656960;
	text-decoration: none;
}
.Sitemap
{
	line-height: 20px;
	list-style-image: url(../images/bullet_sitemap.gif);
	font-weight: bold;
}
ul.Sitemap ul
{
	list-style-image: url(../images/bullet_sitemap_sub.gif);
}
ul.Sitemap ul a:link
{
	color: #656960;
}
ul.Sitemap ul a:visited
{
	color: #656960;
}
ul.Sitemap ul a:hover
{
	color: #617D33;
}
ul.Sitemap ul a:active
{
	color: #617D33;
}
