
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/background.gif);
}
#container {
	width: 1026px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 8px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/shadowBG.png);
	background-repeat: repeat-y;
}
#container2 {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #037357;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #1c1c1c;
	padding: 0;  
	height: 118px;
	background-image: url(../images/headerBG.jpg);
	background-repeat: no-repeat;
}
#mainContentHome {
	width: 646px;
	float: left;
	margin-top: 0px;
	margin-left: 9px;
}
#mainContentHome h1 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
	margin: 0;
	padding-top: 0px;
}
#mainContentHome h1 a:link {
	text-decoration: none;
	color: #000;
}
#mainContentHome h1 a:visited {
	text-decoration: none;
	color: #000;
}
#mainContentHome h1 a:hover {
	color: #078243;
	text-decoration: underline;
}
#mainContentHome h1 a:active {
	color: #000;
	text-decoration: none;
}
#mainContentHome p {
	margin: 0 0 10px 0;
}
#mainContentHome a:link {
	text-decoration: none;
	color: #078243;
}
#mainContentHome a:visited {
	text-decoration: none;
	color: #078243;
}
#mainContentHome a:hover {
	color: #000;
	text-decoration: underline;
}
#mainContentHome a:active {
	color: #078243;
	text-decoration: none;
}
#mainContent {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	width: 626px;
	float: left;
	margin-top: 9px;
	margin-left: 9px;
	background: #fff;
	padding: 10px;
}
#mainContent ul, ol {
	list-style-position: inside;
	padding-left: 15px;
}
#mainContent li {
	list-style-position:inside;
}

#mainContent h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 15px;
}
#mainContent p {
	margin: 0 0 10px 0;
}
#mainContent a:link {
	text-decoration: none;
	color: #078243;
}
#mainContent a:visited {
	text-decoration: none;
	color: #03522c;
}
#mainContent a:hover {
	color: #000;
	text-decoration: underline;
}
#mainContent a:active {
	color: #078243;
	text-decoration: none;
}
#footer {
	background:#1c1c1c;
	background-image: url(../images/footerBG.jpg);
	height: 54px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 95px;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}
#navBar {
	width: 960px;
	background-image: url(../images/navBG.jpg);
	height: 50px;
}
#bannerAds {
	height: 60px;
	width: 468px;
	position: relative;
	top: 10px;
	left: 477px;
}
#topLinks {
	position: relative;
	top: 25px;
	width: 500px;
	left: 445px;
	text-align: right;
	color: #fff;
	font-size: 12px;
}
#topLinks a:link {
	text-decoration: underline;
	color: #fff;
}
#topLinks a:visited {
	text-decoration: underline;
	color: #fff;
}
#topLinks a:hover {
	color: #8cebb9;
	text-decoration: none;
}
#topLinks a:active {
	color: #fff;
	text-decoration: underline;
}
#searchBar {
	margin: 0px;
	width: 235px;
	height: 24px;
	float: left;
}
#search {
	margin: 2px 0;
}
#RSS {
	float: left;
	width: 70px;
}
.searchInput {

	width: 190px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	margin-right: 10px;
}
#search submit {
	margin: 0px;
}

.barTop {
	clear: both;
	font-size: 11px;
	height: 24px;
	color: #FFF;
	margin: 0;
	font-weight: bold;
}

.barTop ul { margin: 0; padding : 0; list-style : none; }
.barTop li {
	margin: 0;
	padding: 5px 20px 0 10px;
	color: #fff;
	float: left;
}
	
.barTop li.active {
	background: url(../images/bar.gif) no-repeat center top;
	color: #fff;
	font-weight: bold;
	padding: 5px 20px 0 10px;
	height: 18px;
}

.barTop li.active a {
	color: #fff;
	background: none;
}

.barTop li.active a:hover {
	background: none;
	color: #99ffcc;
}
	
.barTop li a { 
	color: #fff; 
	text-decoration: none;
} 
	
.barTop li a:hover {
	color: #99ffcc;
	background: inherit;
}



.clear {
	clear:both;height:10px;
}
#btmLinks {
	top: 95px;
	width: 960px;
	font-size: 12px;
}
#btmLinks a:link {
	text-decoration: none;
	color: #fff;
}
#btmLinks a:visited {
	text-decoration: none;
	color: #fff;
}
#btmLinks a:hover {
	color: #8db8a0;
	text-decoration: none;
}
#btmLinks a:active {
	color: #fff;
	text-decoration: none;
}
#copyright {
	margin-top: 10px;
}
#btmAds {
	height: 60px;
	width: 960px;
	margin-top: 9px;
	margin-bottom: 9px;
	text-align: center;
}
#rightSide {
	margin-top: 9px;
	margin-left: 665px;
	width: 276px;
	padding-top: 10px;
}
#AdvDirectory {
	margin-top: 9px;
}
#sideAd {
	margin-top: 9px;
}

#currentIssue {
	background-color: #393939;
	padding: 7px;
	margin-bottom: 5px;
	height: 264px;
	margin-top: 10px;
}
#currentCover {
	float: left;
	width: 194px;
}
#thisMonth {
	background-color: #cccccc;
	padding: 7px;
	margin: 0px 0px 0px 204px;
	height: 250px;
}

#thisMonthText {
	background-image: url(../images/thisMonthBGNew.jpg);
	background-repeat: no-repeat;
	width: 412px;
	height: 248px;
	border: 1px solid #037357;
	background-color: #FFFFFF;
}
#thisMonthText p {
	font-size: 12px;
	margin: 0px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 5px;
}

#homePageIndent {
	padding: 13px;
}
.homeTD H1 {
	padding: 13px;
}

.homeBlogTD H1 {
	padding: 13px;
}
.homeBlogTD {
	background-image: url(../images/BlogBG.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#uicImg {
	float: left;
	height: 215px;
	width: 188px;
	margin: 0 0 13px 15px;
}
#uicTxt {
	margin-left: 9px;
	float: left;
	width: 97px;
}
.uicTitle {
	color: #078243;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 25px;
}
#homeBlog {
	width: 300px;
	margin: 225px auto 10px auto;
}
#onlineExStory {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
#homeStory {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	margin-bottom: 10px;
	
}
#staffStory {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	margin-bottom: 10px;
}
#magStory {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	margin-bottom: 10px;
}
#homeStoryImg {
	float: left;
	width: 70px;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}
#homeSoryText p {
	line-height: 1.5em;
	margin: 0;
	padding-bottom: 10px;
}
#homeSoryText h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding-top: 0px;
}
#articleImages {
	float: left;
	margin-right: 10px;
	width: 225px;
	font-size: 9px;
	color: #333333;
}
#largeArticleImage {
	float: left;
	margin-right: 10px;
	font-size: 9px;
	color: #333333;
}
.white {
	color: #FFFFFF;
}
#bioText {
	margin-left: 235px;
}
#bioText p {
	line-height: 1.5em;
	margin: 0;
	padding-bottom: 10px;
}
#blogText {
	margin-left: 125px;
}
#blogImg {
	float: left;
	width: 115px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#blogText p {
	line-height: 1.5em;
	margin: 0;
	padding-bottom: 10px;
}
#blogText h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}
#blogCatImg {
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}
.error {
	color: #FF0000;
}
#podcastText {
	margin-left: 200px;
}
#podcastText p {
	line-height: 1.5em;
	margin: 0;
	padding-bottom: 10px;
}
#podcastText h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}
#mainContent td {
	font-size: 10px;
}
.newAds img {
	border: 1px solid #333333;
}
#kidsContentHome {
	width: 626px;
	float: left;
	margin-top: 9px;
	margin-left: 9px;
	background: #fff;
	padding: 0px;
	background-image: url(../images/kidsHomeBG.jpg);
	background-repeat: no-repeat;
	height: 750px;
}

#kidsContent {
	width: 626px;
	float: left;
	margin-top: 9px;
	margin-left: 9px;
	background: #fff;
	padding: 0px;
	background-image: url(../images/kidsMainBG.jpg);
	background-repeat: no-repeat;
	min-height:750px;
	height: auto !important;
	height: 750px;
}
#kidsContentText h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 10px;
}
#kidsContentText p {
	margin: 0 0 10px 0;
}
#kidsContentText a:link {
	text-decoration: none;
	color: #003399;
}
#kidsContentText a:visited {
	text-decoration: none;
	color: #003399;
}
#kidsContentText a:hover {
	color: #990033;
	text-decoration: underline;
}
#kidsContentText a:active {
	color: #003399;
	text-decoration: none;
}
#kidsContentText {
	width: 355px;
	margin-top: 144px;
	margin-left: 202px;
}
#blackBar {
	float: left;
	width: 640px;
}



ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 float: left;
 line-height: 1em;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 100%;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	border-color: #fff #d9d9d9 #d9d9d9;
	background-color: #e2e2e2;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}
ul.dropdown {
 font-weight: bold;
}

ul.dropdown li {
	padding: 7px 10px;
	color: #000;
}

ul.dropdown ul li {
	padding: 7px 10px;
	color: #000;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	border-color: #fff #d9d9d9 #d9d9d9;
	background-color: #e2e2e2;
}

ul.dropdown ul li.hover,
ul.dropdown ul li:hover {
	background-color: #eee;
	color: #000;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	border-color: #fff #d9d9d9 #d9d9d9;
	background-color: #e2e2e2;
}

ul.dropdown a:link,
ul.dropdown a:visited	{ color: #fff; text-decoration: none; }
ul.dropdown a:hover		{ color: #000; }
ul.dropdown a:active	{ color: #fff; }

ul.dropdown ul li a:link,
ul.dropdown ul li a:visited	{ color: #000; text-decoration: none; }
ul.dropdown ul li a:hover		{ color: #067861; }
ul.dropdown ul li a:active	{ color: #000; }


/* -- level mark -- */
ul.dropdown ul {
 width: 150px;
 margin-top: 0px;
}

ul.dropdown ul li {
	font-weight: normal;
}


#mainContentLocalDirectory {
	width: 626px;
	float: left;
	margin-top: 9px;
	margin-left: 9px;
	background: #fff;
	padding: 10px;
	background-image: url(../images/local-directoryBG.jpg);
	background-repeat: no-repeat;
}
#mainContentLocalDirectory h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 10px;
}
#mainContentLocalDirectory p {
	margin: 0 0 10px 110px;
	font-size: 12px;
}
#mainContentLocalDirectory a:link {
	text-decoration: none;
	color: #078243;
}
#mainContentLocalDirectory a:visited {
	text-decoration: none;
	color: #078243;
}
#mainContentLocalDirectory a:hover {
	color: #000;
	text-decoration: underline;
}
#mainContentLocalDirectory a:active {
	color: #078243;
	text-decoration: none;

}
#mainContentLocalDirectory form {
	margin-left: 110px;
}



#mainContentPodcasts {
	width: 626px;
	float: left;
	margin-top: 9px;
	margin-left: 9px;
	background: #fff;
	padding: 10px;
	background-image: url(../images/audioBG.jpg);
	background-repeat: no-repeat;
}
#mainContentPodcasts h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 10px;
}
#mainContentPodcasts p {
	margin: 0 0 10px 0;
}
#mainContentPodcasts a:link {
	text-decoration: none;
	color: #078243;
}
#mainContentPodcasts a:visited {
	text-decoration: none;
	color: #078243;
}
#mainContentPodcasts a:hover {
	color: #000;
	text-decoration: underline;
}
#mainContentPodcasts a:active {
	color: #078243;
	text-decoration: none;
}
#mainContentPodcasts form {
	margin-left: 110px;
}
#podcastMain {
	margin-left: 100px;
}


#mainContentBlog {
	width: 626px;
	float: left;
	margin-top: 9px;
	margin-left: 9px;
	background: #fff;
	padding: 10px;
	background-image: url(../images/header/BlogWithUs.jpg);
	background-repeat: no-repeat;
}
#mainContentBlog h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 10px;
}
#mainContentBlog p {
	margin: 0 0 10px 0;
}
#mainContentBlog a:link {
	text-decoration: none;
	color: #078243;
}
#mainContentBlog a:visited {
	text-decoration: none;
	color: #078243;
}
#mainContentBlog a:hover {
	color: #000;
	text-decoration: underline;
}
#mainContentBlog a:active {
	color: #078243;
	text-decoration: none;
}


#mainContentEzine {
	width: 626px;
	float: left;
	margin-top: 9px;
	margin-left: 9px;
	background: #fff;
	padding: 10px;
	background-image: url(../images/header/ezineBG.jpg);
	background-repeat: no-repeat;
}
#mainContentEzine h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 10px;
}
#mainContentEzine p {
	margin: 0 0 10px 0;
}
#mainContentEzine a:link {
	text-decoration: none;
	color: #078243;
}
#mainContentEzine a:visited {
	text-decoration: none;
	color: #078243;

}
#mainContentEzine a:hover {
	color: #000;
	text-decoration: underline;
}
#mainContentEzine a:active {
	color: #078243;
	text-decoration: none;
}
#ezineMain {
	margin-left: 100px;
}
#ezineImg {
	float: left;
	width: 70px;
	margin-bottom: 10px;
}
#ezineText {
	margin-left: 80px;
}
#mainContentPhotos {
	width: 626px;
	float: left;
	margin-top: 9px;
	margin-left: 9px;
	background: #fff;
	padding: 10px;
	background-image: url(../images/header/photosBG.jpg);
	background-repeat: no-repeat;
}
#mainContentPhotos h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 10px;
}
#mainContentPhotos p {
	margin: 0 0 10px 0;
}
#mainContentPhotos a:link {
	text-decoration: none;
	color: #078243;
}
#mainContentPhotos a:visited {
	text-decoration: none;
	color: #078243;
}
#mainContentPhotos a:hover {
	color: #000;
	text-decoration: underline;
}
#mainContentPhotos a:active {
	color: #078243;
	text-decoration: none;
}
#photoMain {
	margin-left: 115px;
}


.largeTitle {
	text-align:center;
	width:624px;
	font-weight: bold;
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 15px;
	background-color: #04AE8E;
	color: #FFFFFF;
	border-bottom: 1px solid #000;
	height: 30px;
}
#smTitle {
	text-align:center;
	width:624px;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 15px;
	background-color: #04AE8E;
	color: #FFFFFF;
	border-bottom: 1px solid #000;
	height: 20px;
}
#smTitle a:link {
	text-decoration: none;
	color: #fff;
	padding: 5px;
}
#smTitle a:visited {
	text-decoration: none;
	color: #fff;
	padding: 5px;
}
#smTitle a:hover {
	color: #000;
	text-decoration: underline;
	padding: 5px;
}
#smTitle a:active {
	color: #fff;
	text-decoration: none;
	padding: 5px;
}
#randomImage {
	float: left;
	width: 200px;
	margin-left: 10px;
}
#randomSMimage {
	float: left;
	width: 80px;
	margin-left: 10px;
}
#randomDesc {
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	width: 234px;
}
#randomSMdesc {
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	width: 484px;
}
#radomLinks {
	float: right;
	width: 140px;
	margin-right: 10px;
}
#randomRecipe {
	border: 1px solid #000000;
	margin-bottom: 10px;
}
#randomInfo {
	margin-top: 10px;
	margin-bottom: 0px;
	border-top: 1px solid #000;
	background-color: #CCCCCC;
}
.linkBoxes {
	white-space:nowrap; 
	border:1px solid black;
	text-align: right;
	font-weight:bold;
	padding: 2px;
	margin-bottom: 1px;
	font-size:9px;
}
.randomFooter {
	float: left;
	padding: 5px;
	margin-right: 10px;
}
#recipeTopLinks {
	line-height: 20px;
	height: 20px;
	margin-bottom: 10px;
	background: #eeeeee;
	border:1px solid black;
}
#recipeTopLinks a:link {
	text-decoration: none;
	color: #078243;
	padding: 5px;
}
#recipeTopLinks a:visited {
	text-decoration: none;
	color: #078243;
	padding: 5px;
}
#recipeTopLinks a:hover {
	color: #000;
	text-decoration: underline;
	padding: 5px;
}
#recipeTopLinks a:active {
	color: #078243;
	text-decoration: none;
	padding: 5px;
}
#latestRecipeHome {
	margin-top: 10px;
	border: 1px solid #000;
}
.bottomBorder {
	border-bottom: 1px solid #000;
}
.topBorder {
	border-top: 1px solid #000;
}
#recipeBasicInfo {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
.recipeInfoCat {
	float: left;
	padding: 5px;
	margin-right: 10px;
	width: 282px;
}
#galleryHomeImg {
	float: left;
	width: 35px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.galleryDescription {
	font-size: 12px;
}
#thisMonthTextScroll {
	height: 245px;
	overflow: auto;
}
#galleryUser {
	margin-left: 470px;
}
#mainContentUiCcares {
	width: 626px;
	float: left;
	margin-top: 9px;
	margin-left: 9px;
	background: #fff;
	padding: 10px;
	background-image: url(../images/header/UiCcaresBG.jpg);
	background-repeat: no-repeat;
}
#mainContentUiCcares h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 10px;
}
#mainContentUiCcares p {
	margin: 0 0 10px 0;
}
#mainContentUiCcares a:link {
	text-decoration: none;
	color: #078243;
}
#mainContentUiCcares a:visited {
	text-decoration: none;
	color: #078243;
}
#mainContentUiCcares a:hover {
	color: #000;
	text-decoration: underline;
}
#mainContentUiCcares a:active {
	color: #078243;
	text-decoration: none;
}
#UiCcaresMain {
	margin-left: 105px;
	font-size: 12px;
}
#adProofContent {
	width: 915px;
	float: left;
	margin-top: 9px;
	margin-left: 9px;
	background: #fff;
	padding: 10px;
	background-repeat: no-repeat;
}
#adProofContent h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 10px;
}
#adProofContent p {
	margin: 0 0 15px 0;
}
#adProofContent a:link {
	text-decoration: none;
	color: #078243;
}
#adProofContent a:visited {
	text-decoration: none;
	color: #078243;
}
#adProofContent a:hover {
	color: #000;
	text-decoration: underline;
}
#adProofContent a:active {
	color: #078243;
	text-decoration: none;
}
#adProofContentLeft {
	float: left;
	width: 350px;
	margin-top: 10px;
}
#container #container2 #adProofContent #adProofContentRight {
	margin-left: 360px;
	margin-top: 10px;
}
#adminView {
	background: #cccccc;
	width: 240px;
	padding: 5px;
}
#commentView {
	background: #fff;
	width: 240px;
	padding: 5px;
}




/* NEW */
#mainContentExpert {
	width: 626px;
	float: left;
	margin-top: 9px;
	margin-left: 9px;
	background: #fff;
	padding: 10px;
	background-image: url(../images/header/ask-experts-bulb.jpg);
	background-repeat: no-repeat;
}
#mainContentExpert h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 10px;
}
#mainContentExpert p {
	margin: 0 0 10px 0;
}
#mainContentExpert a:link {
	text-decoration: none;
	color: #078243;
}
#mainContentExpert a:visited {
	text-decoration: none;
	color: #078243;
}
#mainContentExpert a:hover {
	color: #000;
	text-decoration: underline;
}
#mainContentExpert a:active {
	color: #078243;
	text-decoration: none;
}

/* FORUM */
#mainContentExpertForum {
	width: 626px;
	float: left;
	margin-top: 9px;
	margin-left: 9px;
	background: #fff;
	padding: 10px;
	background-image: url(../images/header/ask-experts-bulb-forum.jpg);
	background-repeat: no-repeat;
}
#mainContentExpertForum h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 10px;
}
#mainContentExpertForum h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 10px;
	color: #078243;
}
#mainContentExpertForum p {
	margin: 0 0 10px 0;
}
#mainContentExpertForum a:link {
	text-decoration: none;
	color: #078243;
}
#mainContentExpertForum a:visited {
	text-decoration: none;
	color: #078243;
}
#mainContentExpertForum a:hover {
	color: #000;
	text-decoration: underline;
}
#mainContentExpertForum a:active {
	color: #078243;
	text-decoration: none;
}

.expertTitle
{

	color:#006600;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

.expertMenu
{
	color:#006600;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.expertBody
{
	color:#000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
}

.expertBody2
{
	color:#000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
}

.expertTitle2
{
	color:#006600;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}





/* TIPS */
#mainContentExpertTips {
	width: 626px;
	float: left;
	margin-left: 9px;
	background: #fff;
	padding: 10px;
	background-repeat: no-repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
#mainContentExpertTips h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 10px;
}
#mainContentExpertTips p {
	margin: 0 0 10px 0;
}
#mainContentExpertTips a:link {
	text-decoration: none;
	color: #078243;
}
#mainContentExpertTips a:visited {
	text-decoration: none;
	color: #078243;
}
#mainContentExpertTips a:hover {
	color: #000;
	text-decoration: underline;
}
#mainContentExpertTips a:active {
	color: #078243;
	text-decoration: none;
}

#introtext
{
	margin-left: 100px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
}