body { margin: 0px 0px 20px 0px; padding: 0px; height: 100%; text-align: center; min-width: 900px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;} 

/* General Links */
a:link { text-decoration : none; border: 0px; -moz-outline-style: none;} 
a:active { text-decoration : underline; border: 0px; -moz-outline-style: none;} 
a:visited { text-decoration : none; border: 0px; -moz-outline-style: none;} 
a:hover { text-decoration : underline; border: 0px; -moz-outline-style: none;} 
a:focus { outline: none;-moz-outline-style: none;}

img { padding: 0px; margin: 0px; border: none;}
hr { border-left:0px solid #abb0b5; border-right:0px solid #abb0b5; border-top:1px dotted #abb0b5; border-bottom:0px solid #abb0b5; height : 1px;  }

input { font-family: 'Verdana'; color: #2f2928; font-size: 11px; }
textarea { font-family: 'Verdana'; color: #2f2928; font-size: 12px;  }
select { font-family: 'Verdana'; color: #2f2928; font-size: 11px;  }

h1, h2, h3 { font-family: "Arial" ;}
h4 { font-family: 'Verdana'}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.header h1.HeaderImage {padding: 0px 0px; margin: 0px;}
.header h1.HeaderText { }
.header { width: 900px; position: relative; padding: 0px; height: 172px; margin-bottom: 20px; } 
.header h1 { font-size: 32px; font-family: 'Helvetica'; font-weight: normal; letter-spacing: -2px; padding: 50px 0px 0px 20px; margin: 0px;}

/* Top Menu ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.TopMenu { position: absolute; top: 5px; left: 20px;}
.TopMenu ul { padding: 0px; margin: 0px; }
.TopMenu li { padding: 0px 5px; margin: 0px; display: inline; font-size: 11px; }
.TopMenu li a { text-decoration: underline;}
.TopMenu li a:visited { text-decoration: underline;}
.TopMenu li a:hover { text-decoration: underline;}


/* Theme Girl +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.HDoc { position: absolute; top: 0px; width: 260px; height: 228px; right: 0px;}

/* DropDown Menu ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* remove all list stylings */
.menu, .menu ul {margin: 0; padding: 0; list-style-type: none; display: block; }

.menu ul {
	width: 11em;
	border: 0; 
	
}

.menu { 
	position: absolute; top: 130px; left: 20px;
	font-size: 10px; font-weight: bold;
}

.menu a span { padding:7px 7px 5px 0px; display: block; float: left; }

.menu li { margin: 0; padding: 0; border: 0; display: block; float: left;	/* move all main list items into one row, by floating them */
	position: relative; /* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5000; /* thus we need to apply explicit z-index here... */
}

.menu li a {
	display: block;

	height: 24px;
	cursor: hand;
}

.menu li li a:link, .menu li li a:visited {
	font-weight: bold;
}

.menu a, .menu a:link, .menu li a:visited {
	text-decoration: none; padding: 0px 0px 0px 7px; margin-right: 2px;
}

.menu li ul li a{
	padding-top: 5px;
}

.menu ul a:link, .menu ul a:visited {
	width: 150px;
	font-weight: bold;
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}
.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li { float: none; /* items of the nested menus are kept on separate lines */ 

}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 100;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0; left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: "."; height: 0; display: block; visibility: hidden; overflow: hidden; clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */
/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 11px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.content { background: url(../Images/contentTop.gif) no-repeat left top;  float: left; width: 580px; padding: 20px; z-index: -150; } 

/* BreadCrumb */

.leftwrap .BreadCrumb { font-size: 10px; margin: 0px 0px 0px 0px; padding: 0px 0 0 5px;   z-index: 1;}
.leftwrap .BreadCrumb ul { list-style-type: none; margin: 0px; padding: 0px 0px 0px 0px;z-index: 1;}
.leftwrap .BreadCrumb li { background: url(../Images/trail_arrow.gif) no-repeat left center; margin: 0px 4px 0px 0px; padding: 0px 0px 0px 10px; text-decoration: none; display: inline;z-index: 1;}
.leftwrap .BreadCrumb li a { margin: 0px; padding: 0px; text-decoration: underline;z-index: 1; color: #8c8c8c}
.leftwrap .BreadCrumbGreater { padding:4px; z-index: 1;}

.content h1 { font-size: 18px; padding: 8px 0px; margin: 0px 0px 8px 0px; letter-spacing: -1px;  font-weight: normal;}
.content h2 { font-size: 14px; font-weight: bold; letter-spacing: -1px; padding: 5px 0px; margin: 0px 0px 5px 0px; }
.content h3 { font-size: 16px; padding: 3px 0px; margin: 0px 0px 3px 0px; }

/* article */
.content .PostItem {display: block; clear: both;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Articles { margin: 20px 0px;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Featured { margin: 20px 0px;}
.Featured h1 { margin-bottom: 10px; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.RecentArticles { margin: 20px 0px;}
.RecentArticles h1 { margin-bottom: 10px; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Categories {}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Blogs {}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* IE min height hack */ * html .Authors { height: 150px;} 
.Authors {min-height: 150px;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Pages {}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.News {}
.News h1 { margin-bottom: 10px;}
.News h2 { font-size: 12px; letter-spacing: normal; font-weight: normal; font-style: normal; padding: 0px; margin: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.News .Post { padding: 5px 0px;}
.News .Post .PostInfo {}
.News .Post .PostContent { font-size: 12px; color:#333; line-height: 16px; }
.News .Post .PostContent p { padding: 4px 0px; margin: 4px 0px; font-size: 12px; line-height: 16px;}
.News .Post .readmore   { background: url(../Images/icon_FullStory.png) no-repeat left center; padding-left: 17px;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.SearchResults {}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Recent Blogs */
.RecentBlogs { float: right; padding: 0px; margin: 0px 0px 10px 20px; width: 260px; font-size: 12px; border-bottom: #fff 20px solid; border-left: #fff 30px solid; }

.RecentBlogs h3 { font-size: 18px; padding: 8px 0px; margin: 0px 0px 8px 0px; font-weight: normal; letter-spacing: -1px;}
.RecentBlogs h4 { font-size: 12px; padding: 3px 0px; margin: 0px; padding-top: 3px;}

.RecentBlogs em {font-size: 10px; font-weight: bold; display: block; padding: 4px 0px; padding: 0px 0px 5px 0px; font-style: normal;}
.RecentBlogs em a { font-weight: bold; text-decoration: underline; }
.RecentBlogs em a:visited { font-weight: bold; text-decoration: underline; }
.RecentBlogs em a:hover { font-weight: bold; text-decoration: underline; }

.RecentBlogs a { text-decoration: underline; font-weight: normal; }
.RecentBlogs a:visited { text-decoration: underline; font-weight: normal;}
.RecentBlogs a:hover {  text-decoration: underline; font-weight: normal; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Post */
.Post { padding: 0px; margin: 0px;}

/* Post Author left side from the article */
.Post .PostAuthorDetails { float: right; padding: 10px; margin: 0px 0px 10px 20px; width: 200px; font-size: 11px; border-bottom: #fff 10px solid; border-left: #fff 10px solid; }
.Post .PostAuthorDetails h2 { text-transform: uppercase; font-size: 14px; font-weight: bold; letter-spacing: normal; padding: 0px 0px 5px 0px; margin: 0px;}
.Post .PostAuthorDetails p { font-size: 10px; padding: 3px 0px; margin: 0px; }
.Post .PostAuthorDetails img { margin: 0px 10px 0px 0px; padding: 1px; border: solid 1px #ccc; float: left;}

/* Post Head */
.Post .PostHead {}
.Post .PostHead h1 { padding-top: 0px; margin-top: 0px;}
.Post .PostHead h2 { padding: 2px 0px; margin: 0px; }

/* Post Info/Details */
.Post .PostInfo { padding: 4px; margin: 0px 0px 10px 0px; font-size: 10px; color:#8C8C8C; font-weight: normal; }
.Post .PostInfo li { padding: 0px; margin: 0px; display: inline; list-style-type: none;}
.Post .PostInfo a { color: #666666; text-decoration: underline;}
.Post .PostInfo .Author { border-right: solid 1px #999; padding: 0px 5px 0px 0px;}
.Post .PostInfo .Time { border-right: solid 1px #999; padding: 0px 5px 0px 5px;}
.Post .PostInfo .Categ { border-right: solid 1px #999; padding: 0px 5px 0px 5px;}
.Post .PostInfo .Rating {padding: 0px 0px 0px 5px;}

/* Post Content */
.Post .PostContent { margin: 0px; padding: 4px 0px; font-size: 12px; line-height: 17px;}
.Post .PostContent img { margin: 0px 10px 10px 0px; padding: 1px; border: solid 1px #ccc;}
.Post .PostContent p { font-size: 12px; line-height: 17px;}
.Post .PostContent a { color: #0066CC; text-decoration : underline;} 
.Post .PostContent a:hover { color: #2227F9; text-decoration : underline;} 

/* Post Content -Single Page */
.Post .PostContentSingle { margin: 0px; padding: 10px 0px; font-size: 12px; line-height: 17px;}
.Post .PostContentSingle img {}
.Post .PostContentSingle h1 { padding: 10px 0px; margin: 0px 0px 5px 0px;}
.Post .PostContentSingle p { font-size: 12px; line-height: 17px;}

/* Post Bottom - Printer Version +  Full story + Visit Site */
.Post .PostBottom { padding: 5px 0px 15px 0px; margin: 0px;}
.Post .PostBottom li { padding: 2px 0px; margin: 0px 5px 0px 0px; list-style-type: none; display: inline; font-size: 10px; }
.Post .PostBottom li a { text-decoration: underline; }
.Post .PostBottom li a:visited { text-decoration: underline; }
.Post .PostBottom li a:hover { text-decoration: underline;}
.Post .PostBottom .FullStory { background: url(../Images/icon_FullStory.png) no-repeat left center; padding-left: 17px;}
.Post .PostBottom .VisitSite { background: url(../Images/icon_VisitSite.png) no-repeat left center; padding-left: 17px;}
.Post .PostBottom .PrinterVersion { background: url(../Images/icon_PrinterVersion.png) no-repeat left center; padding-left: 17px;}
.Post .PostBottom .EditArticle { background: url(../Images/icon_EditArticle.png) no-repeat left center; padding-left: 17px;}

/* Article More Related Info */
.Post .PostMore { padding: 0px; margin: 5px 0px 5px 0px;}
.Post .PostMore h1 { font-size: 23px; padding: 5px 0px; margin: 0px; }

/* Article Comments */
.Post .PostMore .Comment, .Post .PostMore .CommentAlt { padding: 5px 10px 10px 10px;}
.Post .PostMore .Comment .Title, .Post .PostMore .CommentAlt .Title { font-size: 12px; padding: 4px 3px; padding-left:40px; margin: 0px;}
.Post .PostMore .Comment .Details, .Post .PostMore .CommentAlt .Details { font-size: 9px; padding: 0px 3px; padding-left:40px; margin: 0px; color: #7E8996;}
.Post .PostMore .Comment .Reply, .Post .PostMore .CommentAlt .Reply { float: right; font-size: 9px; padding-top:4px; color: #7E8996; clear: both;}
.Post .PostMore .Comment .Content, .Post .PostMore .CommentAlt .Content { font-size: 11px; padding: 10px 0px 0px 5px; margin: 0px;}


/* Article Submit Comments*/
.PostSubmitComments { font-size: 10px;}

/* Article Navigation */
/* IE min height hack */ * html .ArtNav { height: 15px;} 
.ArtNav {font-size: 11px; line-height: 13px; background: #f8f8f8; padding: 6px; min-height: 15px;}
.ArtNav strong { letter-spacing: -1px;}
.ArtNavLeft { float: left }
.ArtNavRight { float: right }

/* Paging */
.Paging { text-align: right; padding: 6px 0 6px 6px; margin: 5px 0px 0 0; font-size: 10px; line-height: 15px;}
.Paging strong { letter-spacing: -1px;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Category Top ( Only on the Category page)  */
.Category { padding: 0px; margin: 10px 0px 10px 0px; position: relative;}
.Category h1 { font-size: 25px; }
.Category .Desc { font-size: 11px; line-height: 16px; }
.Category .rss { position: absolute; right: 0px; top: 15px;}
.Category .SubCategory ul { padding: 15px 0px 5px 0px; margin: 0px;}
.Category .SubCategory li {  padding: 3px 0px 3px 20px; margin: 0px; font-size: 12px; list-style-type: none;}
.Category .SubCategory ul {  width: 38em; }
.Category .SubCategory ul li { float: left; width: 15em;  /* accommodate the widest item */ }
/* stop the floating after the list */
.Category .SubCategory br { clear: left; }
/* separate the list from what follows it */
.Category .SubCategory { margin-bottom: 1em; }
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Authors A-Z - ( Only on the Author page) */
.AZ { padding: 0px; margin: 15px 0px; position: relative; font-size: 13px;}
.AZ ul { padding: 10px; margin: 0px;}
.AZ li { padding: 0px; margin: 0px; list-style-type: none; display: inline;}
.AZ a { padding: 0px 3px; margin-right: 1px;}
.AZ a:visited { padding: 1px 3px;}
.AZ a:hover { padding: 1px 3px; }

.ListAuthors {}
.ListAuthors ul { margin: 0px; padding: 0px 0px 0px 20px; }
.ListAuthors li { line-height: 16px;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* PageForms */

.PageForms tr td { padding: 10px; }
.PageForms tr td table tr td { padding: 3px; font-size: 11px; }
.PageForms tr td table tr td table tr td { padding: 0px; font-size: 11px; }

.PageForms {font-size: 10px;}
.PageForms form {}
.PageForms td { padding: 10px; }
.PageForms th { padding: 10px 2px 10px 10px; text-align: left; font-size: 13px; font-family: "Trebuchet MS"; font-weight: normal;}

.PageForms td table td { padding: 3px; font-size: 11px; }
.PageForms td table td input { padding: 3px; }
.PageForms td table td input.keyfield { border: inset 1px #ccc; padding: 3px; }
.PageForms td table td textarea { border: inset 1px #ccc; padding: 5px; }
.PageForms td table td select { border: inset 1px #ccc; padding: 2px; }

.PageForms .Button { font-size: 10px; padding: 2px 5px; font-weight: bold;}
.PageForms .Required { color:#FF0000;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Message */
.Message { color: #ff4e00; background: url('../Images/warning.gif') #FFFFCC no-repeat 5px center; font-size: 11px; padding: 5px 5px 5px 25px; line-height: 16px; border: 1px solid #FFCC66;  margin-left: 5px;}
.ErrorMessage { color: #FF0000; background: url('../Images/exclamation.png') no-repeat left center; font-size: 11px;}
.SuccessMessage { color: #FF0000; background: url('../Images/success.png') no-repeat left center; font-size: 11px;}


/* tabs styles */
#tabnav { height: 30px; margin: 0px 0px 10px 0px; padding-left: 6px; background: url('../Images/tab_bottom.gif') repeat-x bottom;}
#tabnav li { margin: 0; padding: 0;	display: inline; list-style-type: none;}
#tabnav .navlinks {margin: 0; padding: 0; display: inline; list-style-type: none; float: right;}
.tablink { float: left; }
#tabnav .tablink a:link, #tabnav  .tablink a:visited 
{ float: left;	font-size: 12px; line-height: 14px; padding: 7px 14px; margin: 0px 4px 0px 0px ; text-decoration: none;}
#tabnav .tablink a:link.active, #tabnav .tablink a:visited.active {}
#tabnav a:hover {}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.ViewAll { background: url(../Images/ViewAllIco.png) no-repeat left center; padding-left: 15px; font-size: 12px; font-weight: bold;}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* Search */
.right .search { position: relative; padding: 0px 15px 15px 15px; margin-bottom: 10px;}
/*\ IE/Win min height hack */ * html .right .searchTop { left: -15px;} /* */ 
.right .searchTop { position: absolute; width: 250px; height: 10px; left: 0px; top: 0px;}
.right .search h2 { padding: 0px 0px 10px 0px; margin: 0px; color:#fff; border-bottom: none; }
.right .search form { padding: 0px; margin: 0px;}
.right .search input { margin-bottom: 4px;}
.right .search select { margin-bottom: 4px;}
.right .search .input { border: inset 1px #ccc; font-size: 11px; padding: 2px;}
.right .search .arrow { width: 22px; height: 20px;}
.right .search .arrow:hover {}
.right .search .arrowIE { width: 22px; height: 20px;}
/*\ IE/Win min height hack */ * html .searcharrow { margin: -25px 0px 0px 193px; } /* */ 
.searcharrow { padding: 0px 5px 0px 0px; margin: -24px 0px 0px 193px; background: none; }
.right .search p { padding: 5px 0px; margin: 0px; font-size: 11px; font-weight: normal;}


.right .Categ { padding: 5px 15px 15px 15px; position: relative; margin-bottom: 10px; }
/*\ IE/Win min height hack */ * html .right .CategTop { left: -15px;} /* */ 
.right .CategTop { position: absolute; width: 260px; height: 10px; left: 0px; top: 0px;}
.right .Categ ul {}
.right .Categ li { background: none; padding-left: 0px;}

.right .ArticleOptions { margin-bottom: 10px; position: relative; }
.right .ArticleOptions li { padding-left: 20px; }
.right .ArticleOptions .EmailToFried { background: url(../Images/ArticleOptionsEmail.png) no-repeat left center;}
.right .ArticleOptions .PrintArticle { background: url(../Images/ArticleOptionsPrint.png) no-repeat left center;}
.right .ArticleOptions .RemoveFavorites { background: url(../Images/ArticleOptionsFavorites.png) no-repeat left center;}
.right .ArticleOptions .AddToFavorites { background: url(../Images/ArticleOptionsFavorites.png) no-repeat left center;}
.right .ArticleOptions .ArticlesToRead { background: url(../Images/ArticleOptionsRead.png) no-repeat left center;}
.right .ArticleOptions .RemoveRead { background: url(../Images/ArticleOptionsRead.png) no-repeat left center;}

.right .PopularArticles { margin-bottom: 10px; position: relative;}
.right .FavoriteArticles { margin-bottom: 10px; position: relative; }
.right .ArticleHistory { margin-bottom: 10px; position: relative; }
.right .ArticlesToRead { margin-bottom: 10px; position: relative; }
.right .PopularAuthors { margin-bottom: 10px; position: relative; }


/* Spread the Word */
.SpreadTheWord {}
.SpreadTheWord ul { padding: 0px; margin: 0px; }
.SpreadTheWord li { padding: 0px 2px; margin: 0px; list-style-type: none; display: inline; font-size: 11px; line-height: 16px;}
/* Paging ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Paging { text-align: right; padding: 5px 0 5px 5px; margin: 0px 0px; font-size: 11px; line-height: 10px;}
.Paging strong { letter-spacing: -1px;}
.Paging a { display: inline; padding: 2px 6px}
.Paging a:visited { display: inline; padding: 2px 6px; }
.Paging a:hover { display: inline; padding: 2px 6px; text-decoration: none;}
.PagingDisabled { display: inline; padding: 2px 6px;}
.PagingCurrentPageNumber { display: inline; font-weight: bold; padding: 3px 7px;}


/* Footer ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.footer { padding: 20px 20px 0px 20px; width: 900px; margin: 0 auto; clear: both}
.footer p { padding: 0px 0 6px 0; margin: 0px;  font-size: 10px; text-align: center}
.footer a { text-decoration: underline;}
.msgWarning
{
	background-image: url('../Images/warning.gif');
	background-repeat: no-repeat;
	background-position: 6px 7px;
	font: normal 11px/18px Tahoma;
	padding: 5px;
	margin-bottom: 15px;
	padding-left: 25px;
	border: dotted 1px #C0C0C0;
	background-color: lightyellow;
	color: #333333;
	text-decoration: none;
	display: '';
	z-index:1000;
	width: 220px;
}


.ArticleExtraContent { font-size: 11px;}
.ArticleExtra ol, .ArticleExtra ol li { font-size: 11px;}
.ArticleExtra ul, .ArticleExtra ul li { font-size: 11px;}


.ArticleExtra ul { padding-top: 0px; padding-bottom: 0px; margin:0px; list-style-type: none;  padding-left: 20px;}
.ArticleExtra ul li a {  font-size: 11px; display: block; padding-left: 20px; background: url(../Images/ArrowLeft.png) no-repeat left top; }

/* Summary Article Attachment */
.AttachmentList { padding: 6px;}
.AttachmentList ul { padding-top: 0px; padding-bottom: 0px; margin:0px; list-style-type: none;  padding-left: 20px;}
.AttachmentList ul li { padding: 3px;}
.AttachmentList ul li a { font-size: 10px; display: block; padding-left: 20px; }
.AttachmentHeading { font-size: 11px; font-weight: bold; font-family:Arial,Helvetica,sans-serif; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.right .Newsletter { margin-bottom: 15px; font-size: 11px; }
.right .Newsletter h2 { margin-bottom: 10px;}

/* Teaser Image Styles */
.FeatureImageSpan { font-size: 9px; margin: 5px;}
.FeatureImageCaption {  padding-left: 3px; padding-right: 3px;}






body,div,ul,li,h1,p,form {margin:0;padding:0}

img {border:0px}

ul li {list-style:none}

h1 {font-size:100%;font-weight:normal}

html,body {height:100%;width:100%}

body 
{
	margin: 0 0 0 0;
	padding: 0px;
	font-family: tahoma, arial, Helvetica, "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #555555;
	background: #ffffff;
}

h1
{
	color: #4A4A4A;
	font-size: 18px;
	margin: 0px;
	padding: 3px 0 8px 3px;
	font-family: tahoma, sans-serif;
	font-weight: bold;
	text-align: left;
	background: url(../Images/h1-sep.gif) repeat-x left bottom;
}

#right-row h1
{
	color: #69A01F;
	font-size: 14px;
	margin: 0px;
	padding: 28px 0 8px 0;
	font-family: tahoma, sans-serif;
	font-weight: bold;
	text-align: left;
	background: url(../Images/h1-sep.gif) repeat-x left bottom;
}

.block h2
{
	color: #69A01F;
	font-size: 14px;
	margin: 0px;
	padding: 12px 0 8px 0;
	font-family: tahoma, sans-serif;
	font-weight: bold;
	text-align: left;
/*	background: url(../Images/h1-sep.gif) repeat-x left bottom;*/
}

.block div
{
	border-top: 1px solid #C6D9E9
}

h2
{
	color: #3A6D8F;
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	padding-bottom: 14px;
	text-transform: uppercase;
	padding: 20px 0 0 0
}

h3
{
	color: #CF5354;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding-bottom: 14px;
	text-transform: uppercase;
	padding: 10px 0 0 0
}

p
{
	text-align: justify;
	margin: 0px;
	padding: 15px 0 5px 0
}

table, td
{
	font-size: 11px
}

ul li, ol li
{
	padding: 3px 0 3px 0
}

a		{ text-decoration: underline; color: #73A927}
a:link, a:visited	{ color: #73A927}
a:hover, a:active	{ color: #456913; text-decoration: none}

.clear
{
	clear: both;
}

#bgcontain 
{
	width: 898px;
	padding-bottom: 6px;
	margin: 0 auto;
	text-align: left;
}

#logo-block
{
	text-align: left;
	float: left
}

#logo-block a img
{
	width: 243px;
	height: 59px;
	margin: 12px 0 0 26px
}

#header-right
{
	float: right;
	width: 400px
}

#top-menu ul
{
	padding: 8px 0 0 0;
	margin: 0px
}

#top-menu ul li
{
	padding-left: 2px;
	float: right
}

#top-menu ul li a:link, #top-menu ul li a:visited, #top-menu ul li a.selected
{
	color: #565656; 
	text-decoration: none;
	display: block;
	text-align: left;
	padding: 4px 0 3px 0;
	font-size: 10px;
	background: url(../Images/top-but.gif) no-repeat left top;
	width: 113px
}

#top-menu ul li a:hover, #top-menu ul li a:active, #top-menu ul li a.selected
{
	text-decoration: none;
	color: #222222;
	background: url(../Images/top-but.gif) no-repeat left bottom;
}

#top-menu ul li a b, #top-menu ul li a b
{
	font-weight: normal;
	display: block;
	padding: 0 0 0 20px
}

#search
{
	float: right;
	width: 400px;
	padding-top: 10px
}

#src-form
{
	float: right;
	background: url(../Images/src-bgr.gif) no-repeat;
	width: 239px;
	height: 27px
}

#src-form  .src-but
{
	float:right;
	width: 61px;
	height: 21px;
	margin: 3px 3px 0 3px
}

#src-form  .src-inp
{
	float:right;
	font-size: 11px;
	line-height: 1.2em;
	margin: 6px 0 0 0;
	width: 165px;
	border: none
}

#search a:link, #search a:visited
{
	color: #527189; 
	text-decoration: underline;
	display: block;
	text-align: right;
	padding: 4px 0 3px 0;
	font-size: 10px;
	width: 113px;
	float: right;
	margin: 3px 6px 0 0
}

#search a:hover, #search a:active
{
	text-decoration: none;
	color: #1E3F59;
}

#container
{
	margin-top: 12px;
	border: 1px solid #C6D9E9;
	padding: 8px 14px 8px 14px;
}

#google-top
{
	text-align: left;
	height: 35px
}

.leftwrap
{
	float: left;
	text-align: left;
	width: 604px;
}

.right
{
	float: right;
	text-align: left;
	width: 250px;
	padding: 0 0 20px 0;
}

.block 
{
	padding-top: 10px;
	background:#ffffff
}

.block ul
{
	padding: 0px;
	margin: 0px
}

.block ul li
{
	padding: 3px 0 4px 4px;
	background: url(../Images/h1-sep.gif) repeat-x left bottom;
}

.block ul li a:link, .block ul li a:visited
{
	color: #666666; 
	text-decoration: none;
	display: block;
	text-align: left;
	padding: 5px 0 4px 10px;
	font-size: 11px;
}

.block ul li a:hover, .block ul li a:active
{
	text-decoration: underline;
	color: #222222;
}

#google-right
{
	text-align: center
}

img.brd
{
	border: 3px solid #DDE9F3;
	margin: 6px 16px 16px 0
}

#footer
{
	border-top: 1px solid #C6D9E9
}

#footer center
{
	padding: 20px 20px 20px 20px;
	color: #999999;
	font-size: 11px
}

.leftwrap .article .post .postinfo, .leftwrap .article .post ul.postinfo
{
	background:#ffffff;
	font-weight: normal
}

.footer a:link, .footer a:visited
{
	padding: 0 20px 0 20px;
	font-size: 10px;
}

.footer a:hover, .footer a:active
{
	text-decoration: underline;
}