BODY
{
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	min-width: 700px;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
HTML
{
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	min-width: 700px;
}
H1, H2, H3
{
	font-family: Arial, Helvetica, sans-serif;
}
H4
{
	font-family: Arial;
}
#bgcontain
{
	width: 780px;
	margin: 0 auto;
	text-align: left;
}
/*IE min height hack*/
* HTML #container
{
	height: 250px;
}
#container
{
	padding: 0;
	float: left;
	width: 100%;
	clear: both;
	min-height: 250px;
	background: url(../Images/bkg_container.png) repeat-y right top;
	margin: 20px 0px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.header H1.HeaderImage
{
	padding: 0px;
	margin: 0px;
}
.header H1.HeaderText
{
	font-size: 32px;
	letter-spacing: -2px;
	font-weight: normal;
	padding: 15px 0px;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
}
.header
{
	width: 780px;
	position: relative;
	height: 108px;
	margin-top: 32px;
}
.header H1
{
	font-size: 38px;
	letter-spacing: -2px;
	font-weight: normal;
	padding: 15px 0px;
	margin: 0px;
	font-family: font, Helvetica, Arial, sans-serif;
}
.header H1 A
{
	color: #FFF;
}
.header H1 A:visited
{
	color: #FFF;
}
.header H1 A:hover
{
	color: #FFF;
	text-decoration: none;
}
.header .search
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 205px;
	padding: 0px 15px 5px;
}
.header .search H2
{
	font-size: 14px;
	color: #FFF;
	margin: 0px;
	padding: 0px 0px 5px;
	font-weight: bold;
	letter-spacing: -1px;
}
.header .search FORM
{
	padding: 0px;
	margin: 0px;
}
.header .search .input
{
	background: #FFF;
	font-size: 11px;
	padding: 3px 3px 4px;
	margin: 0px;
}
.header .search .arrow
{
	width: 69px;
	height: 22px;
	background: url(../Images/SearchArrow.png) no-repeat;
}
/*\ IE/Win min height hack*/
* HTML .searcharrow
{
	margin: -23px 0px 0px 135px;
}
/* */
.searcharrow
{
	margin: -22px 0px 0px 135px;
}
.searcharrow
{
	padding: 0px;
	margin: -23px 0px 0px 135px;
	top: 0px;
	background: none;
}
.header .search P
{
	padding: 3px 0px;
	margin: 0px;
	font-size: 10px;
}
.header .search P A
{
}
/*Top Menu (Site Menu - SiteMenuPanel.html)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.TopMenu
{
	position: absolute;
	top: -23px;
	left: 0px;
}
.TopMenu UL
{
	padding: 0px;
	margin: 0px;
}
.TopMenu LI
{
	padding: 0px 5px;
	margin: 0px;
	list-style-type: none;
	display: inline;
	font-size: 10px;
}
.TopMenu LI A
{
	text-decoration: underline;
}
.TopMenu LI A:visited
{
	text-decoration: underline;
}
.TopMenu LI A:hover
{
	text-decoration: none;
	text-decoration: underline;
}
/*DropDown Menu ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.menu
{
	position: absolute;
	top: 80px;
	left: 0px;
}
.menu A
{
	padding: 8px;
}
/*remove all list stylings*/
.menu, .menu UL
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}
.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: 5;
	/*thus we need to apply explicit z-index here...*/
	font-size: 10px;
}
.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*/
	letter-spacing: 0px;
}
.menu UL
{
	visibility: hidden;
	/*initially hide all submenus.*/
	position: absolute;
	z-index: 10;
	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;
	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
{
	float: left;
	width: 500px;
	padding: 0px;
}
/*BreadCrumb*/
.content .BreadCrumb
{
	font-size: 11px;
	margin: 0px 0px 15px;
	padding: 7px;
	color: #666;
}
.content .BreadCrumb UL
{
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	background: url(../Images/BreadCrumbIcoUl.png) no-repeat left center;
}
.content .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;
}
.content .BreadCrumb LI A
{
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}
.content H1
{
	font-size: 18px;
	letter-spacing: 0px;
	font-weight: bold;
	padding: 5px 0px;
	margin: 0px 0px 5px;
}
.content H2
{
	font-size: 14px;
	letter-spacing: 0px;
	padding: 5px 0px;
	margin: 0px 0px 5px;
}
.content H3
{
	font-size: 14px;
	letter-spacing: -1px;
	padding: 5px 0px;
	margin: 0px 0px 5px;
}
/*article*/
.content .PostItem
{
	display: block;
	clear: both;
}
.Intro
{
	margin-bottom: 20px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.Articles
{
	margin: 0px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.Featured
{
	margin: 0px;
	clear: left;
}
.Featured H1
{
	padding-left: 25px;
	background: url(../Images/FeaturedIcoHeading.png) no-repeat left center;
	margin-bottom: 10px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.RecentArticles
{
	margin: 20px 0px;
}
.RecentArticles H1
{
	padding-left: 25px;
	background: url(../Images/SummaryIcoHeading.png) no-repeat left center;
	margin-bottom: 10px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.Categories
{
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.Blogs
{
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
IE min height hack*/
* HTML .Authors
{
	height: 150px;
}
.Authors
{
	min-height: 150px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.Pages
{
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.News
{
}
.News H1
{
	padding-left: 25px;
	background: url(../Images/NewsIcoHeading.png) no-repeat left center;
	margin-bottom: 10px;
}
.News H2
{
	font-size: 11px;
	letter-spacing: -1px;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Arial, Helvetica, sans-serif;
}
.News .Post
{
	padding: 3px 0px;
	border-bottom: 1px solid #E0E0E0;
}
.News .Post .PostInfo
{
	padding: 0px;
	margin: 0px;
	font-size: 9px;
	color: #AD9F98;
}
.News .Post .PostContent
{
	font-size: 11px;
	color: #333;
	line-height: 15px;
}
.News .Post .PostContent P
{
	padding: 4px 0px;
	margin: 4px 0px;
	font-size: 11px;
}
.News .Post .readmore
{
	background: url(../Images/icon_FullStory.png) no-repeat left center;
	padding-left: 17px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.SearchResults
{
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#RecentBlogsPanel
{
	float: right;
	width: 220px;
}
/*Recent Blogs*/
.RecentBlogs
{
	background: #FFF;
	font-size: 11px;
	padding: 0px 0px 0px 20px;
	float: right;
	width: 220px;
}
.RecentBlogs H1
{
	padding-left: 25px;
	background: url(../Images/RecentBlogIcoHeading.png) no-repeat left center;
	margin-bottom: 10px;
}
.RecentBlogs UL
{
	padding: 0px;
	margin: 10px 0px;
}
.RecentBlogs LI
{
	padding: 5px 0px;
	margin: 0px;
	list-style-type: none;
	font-size: 9px;
	border-bottom: 1px solid #E0E0E0;
}
.RecentBlogs BIG
{
	font-size: 11px;
	display: block;
	font-weight: bold;
	letter-spacing: 0px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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: 10px solid #FFF;
	border-left: 10px solid #FFF;
}
.Post .PostAuthorDetails H2
{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: normal;
	padding: 0px 0px 5px;
	margin: 0px;
}
.Post .PostAuthorDetails P
{
	font-size: 10px;
	padding: 3px 0px;
	margin: 0px;
	color: #333;
}
.Post .PostAuthorDetails IMG
{
	margin: 0px 10px 0px 0px;
	padding: 1px;
	border: 1px solid #CCC;
	float: left;
}
/*Post Head*/
.Post .PostHead
{
}
.Post .PostHead H1
{
	padding: 2px 0px;
	margin: 2px 0px;
}
.Post .PostHead H2
{
	padding: 2px 0px;
	margin: 0px;
}
/*Post Info/Details*/
.Post .PostInfo
{
	padding: 5px;
	margin: 0px 0px 10px;
	font-size: 10px;
	background: #F6F6F6;
	color: #7E8996;
}
.Post .PostInfo LI
{
	padding: 0px;
	margin: 0px;
	display: inline;
	list-style-type: none;
}
.Post .PostInfo A
{
	color: #7E8996;
	text-decoration: underline;
	font-weight: bold;
}
.Post .PostInfo .Author
{
	border-right: 1px solid #7E8996;
	padding: 0px 5px 0px 0px;
}
.Post .PostInfo .Time
{
	border-right: 1px solid #7E8996;
	padding: 0px 5px;
}
.Post .PostInfo .Categ
{
	border-right: 1px solid #7E8996;
	padding: 0px 5px;
}
.Post .PostInfo .Rating
{
	padding: 0px 0px 0px 5px;
}
/*Post Content*/
.Post .PostContent
{
	margin: 0px;
	padding: 10px 0px;
	font-size: 11px;
	line-height: 15px;
}
.Post .PostContent IMG
{
	margin: 0px 10px 10px 0px;
	padding: 1px;
	border: 1px solid #CCC;
}
.Post .PostContent P
{
	font-size: 11px;
	line-height: 15px;
}
/*Post Content -Single Page*/
.Post .PostContentSingle
{
	margin: 0px;
	padding: 10px 0px;
	font-size: 11px;
	line-height: 15px;
}
.Post .PostContentSingle IMG
{
}
.Post .PostContentSingle H1
{
	padding: 10px 0px;
	margin: 0px 0px 5px;
}
.Post .PostContentSingle P
{
	font-size: 11px;
	line-height: 15px;
	padding: 6px 0px;
	margin: 6px 0px;
}
/*Post Bottom - Printer Version +  Full story + Visit Site*/
.Post .PostBottom
{
	padding: 5px 0px 15px;
	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;
}
.Post .PostMore H1
{
	font-size: 23px;
	padding: 5px 0px;
	margin: 0px;
}
/*Article Comments*/
.Post .PostMore .Comment, .Post .PostMore .CommentAlt
{
	padding: 5px 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: #F5F5F5;
	padding: 6px;
	min-height: 15px;
}
.ArtNav STRONG
{
	letter-spacing: -1px;
}
.ArtNavLeft
{
	float: left;
}
.ArtNavRight
{
	float: right;
}
/*Paging*/
.Paging
{
	text-align: right;
	padding: 6px;
	margin: 5px 0px;
	font-size: 10px;
	line-height: 15px;
}
.Paging STRONG
{
	letter-spacing: -1px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Category Top ( Only on the Category page)*/
.Category
{
	padding: 0px;
	margin: 10px 0px;
	position: relative;
}
.Category H1
{
	font-size: 25px;
	float: left;
}
.Category .Desc
{
	font-size: 10px;
	line-height: 14px;
	clear: both;
	float: left;
}
.Category .rss
{
	position: absolute;
	right: 0px;
	top: 15px;
}
.Category .SubCategory UL
{
	padding: 15px 0px 5px;
	margin: 0px;
}
.Category .SubCategory LI
{
	padding: 2px 0px 2px 15px;
	margin: 0px;
	font-size: 11px;
	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: 10px;
	font-weight: bold;
}
.AZ UL
{
	padding: 5px 0px;
	margin: 0px;
}
.AZ LI
{
	padding: 0px 1px;
	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 TR TD
{
	padding: 10px;
}
.PageForms TH
{
	padding: 10px 2px 10px 10px;
	text-align: left;
	font-size: 13px;
	font-family: Arial;
	font-weight: normal;
}
.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 TD TABLE TD INPUT
{
	padding: 3px;
}
.PageForms TD TABLE TD INPUT.keyfield
{
	border: 1px inset #CCC;
	padding: 3px;
}
.PageForms TD TABLE TD TEXTAREA
{
	border: 1px inset #CCC;
	padding: 5px;
}
.PageForms TD TABLE TD SELECT
{
	border: 1px inset #CCC;
	padding: 2px;
}
.PageForms .Button
{
	font-size: 10px;
	padding: 2px 5px;
	border: 2px outset #E0E0E0;
	font-weight: bold;
}
.PageForms .Required
{
	color: #FF0000;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Message*/
.Message
{
	color: #FF4E00;
	background: #FFFFCC url(../Images/warning.gif) 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;
	padding-left: 20px;
	line-height: 16px;
}
.SuccessMessage
{
	color: #66AD00;
	background: url(../Images/success.png) no-repeat left center;
	font-size: 11px;
	padding-left: 20px;
	line-height: 16px;
}
/*tabs styles*/
#tabnav
{
	height: 26px;
	margin: 0px 0px 10px;
	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 LI A
{
}
#tabnav LI A:visited
{
}
#tabnav LI A:hover
{
}
#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: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 5px 10px;
	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/ico_view_all.png) no-repeat left center;
	padding-left: 13px;
	font-size: 10px;
	font-weight: bold;
	color: #33B0EE;
}
.ViewAll A
{
	color: #33B0EE;
}
.ViewAll A:visited
{
	color: #33B0EE;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.right
{
	float: right;
	width: 235px;
	padding-top: 10px;
}
.right UL
{
	padding: 10px;
	margin: 10px;
	list-style-image: url(../Images/ArrowLeft.png);
}
.right LI
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.right H2
{
	padding: 0px 0px 10px;
	font-size: 14px;
	line-height: 14px;
	margin: 0px;
	letter-spacing: 0px;
	border-bottom: 2px solid #CCC;
}
.right LI A
{
	font-size: 11px;
}
.right LI A:visited
{
}
.right .Categories
{
	margin-bottom: 15px;
}
.right .Categories H2
{
	background: url(../Images/IcoCategories.png) no-repeat left top;
	padding-left: 20px;
	margin-bottom: 10px;
}
.right .Categories UL
{
	padding: 0px;
	margin: 0px;
	padding-top: 0px;
	border-top: 1px solid #DFE6EC;
	padding-bottom: 0px;
	list-style-image: none;
}
.right .Categories LI A
{
	font-size: 12px;
	padding-left: 15px;
	display: block;
	border-bottom: 1px solid #DFE6EC;
	background: url(../Images/ArrowLeft.png) no-repeat left top;
	padding-top: 3px;
	padding-bottom: 3px;
}
.right .Categories LI A:hover
{
}
.right .ArticleOptions
{
	margin-bottom: 15px;
}
.right .ArticleOptions H2
{
	background: url(../Images/IcoArticleOptions.png) no-repeat left top;
	padding-left: 20px;
}
.right .ArticleOptions LI A
{
}
.right .ArticleOptions .EmailToFried
{
	background: url(../Images/ArticleOptionsEmail.png) no-repeat left center;
	padding-left: 15px;
}
.right .ArticleOptions .PrintArticle
{
	background: url(../Images/ArticleOptionsPrint.png) no-repeat left center;
	padding-left: 15px;
}
.right .ArticleOptions .RemoveFavorites
{
	background: url(../Images/ArticleOptionsFavorites.png) no-repeat left center;
	padding-left: 15px;
}
.right .ArticleOptions .AddToFavorites
{
	background: url(../Images/ArticleOptionsFavorites.png) no-repeat left center;
	padding-left: 15px;
}
.right .ArticleOptions .ArticlesToRead
{
	background: url(../Images/ArticleOptionsRead.png) no-repeat left center;
	padding-left: 15px;
}
.right .ArticleOptions .RemoveRead
{
	background: url(../Images/ArticleOptionsRead.png) no-repeat left center;
	padding-left: 15px;
}
.right .PopularArticles
{
	margin-bottom: 15px;
}
.right .PopularArticles H2
{
	background: url(../Images/IcoPopularArticles.png) no-repeat left top;
	padding-left: 20px;
}
.right .PopularArticles LI A
{
}
.right .FavoriteArticles
{
	margin-bottom: 15px;
}
.right .FavoriteArticles H2
{
	background: url(../Images/IcoFavoriteArticles.png) no-repeat left top;
	padding-left: 20px;
}
.right .FavoriteArticles LI A
{
}
.right .ArticlesToRead
{
	margin-bottom: 15px;
}
.right .ArticlesToRead H2
{
	background: url(../Images/IcoArticlesToRead.png) no-repeat left top;
	padding-left: 20px;
}
.right .ArticlesToRead LI A
{
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.EmailToFriend
{
	background: #FFF;
	margin: 30px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.footer
{
	padding: 10px;
	width: 760px;
	margin: 0 auto;
	background: #F8F8F8;
	clear: both;
	color: #61614E;
}
.footer P
{
	padding: 0px;
	margin: 0px;
	font-size: 10px;
}
/*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: 6px;
	margin: 5px 0px;
	font-size: 10px;
	line-height: 15px;
}
.Paging STRONG
{
	letter-spacing: -1px;
}
.Paging A
{
	display: inline;
	padding: 2px 5px;
}
.Paging A:visited
{
}
.Paging A:hover
{
	text-decoration: none;
}
.PagingDisabled
{
	display: inline;
	padding: 2px 5px;
}
.PagingCurrentPageNumber
{
	display: inline;
	font-weight: bold;
	padding: 2px 5px;
}
.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: 1px dotted #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;
}
.FloatNone
{
	float: none;
}
.FloatRight
{
	float: right;
}
.FloatLeft
{
	float: left;
}
/*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
{
	background: url(../Images/IcoNewsletter.png) no-repeat left top;
	padding-left: 20px;
	margin-bottom: 10px;
}
/*Teaser Image Styles*/
.FeatureImageSpan
{
	font-size: 9px;
	margin: 5px;
}
.FeatureImageCaption
{
	padding-left: 3px;
	padding-right: 3px;
}
