body { margin:0; padding: 0px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px;} 

/* General Links */
a{border: 0px; color:#664775;}  
a:hover {border: 0px; color:#77865E;}

h1,h2,h3,h4,h5,h6,p {
	padding:0;
	margin:0;
}

h1 {
	padding-top:20px;
	padding-bottom:10px;
}

h2 {
	padding-top:20px;
	padding-bottom:10px;
	font-style:italic;
	font-size:18px;
	color:#666666;
}

h3 {
	color:#664775;
}

h4 {
	font-size:12px;
	font-weight:bold;
	padding-top:12px;
	padding-bottom:0;
	color:#664775;
}

h5 {
	font-size:12px;
	font-weight:bold;
	padding-top:12px;
	padding-bottom:0;
	color:#666666;
}

h6 {
	font-size:12px;
	font-weight:bold;
	padding-top:12px;
	padding-bottom:0;
	color:#664775;
	font-decoration:underline;
}

p {padding-top:6px; padding-bottom:12px; } 

h1, h2, h3 { font-family: Georgia, "Times New Roman", Times, serif;}
h4 { font-family: 'Verdana'}

img { padding: 0px; margin: 0px; border: none;}

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

#bgcontain { width: 975px; margin: 0 auto; text-align: left; padding: 0px; } 
/* IE min height hack */ * html #container { height: 250px;} 
#container { padding: 0px; float: left; width: 975px; clear: both; min-height: 250px; margin: 0px;background: #fff url(../Images/bg_main.jpg) repeat-y top left; } 

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

.header h1.HeaderImage {padding: 0px 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 { position: relative; height: 167px; width:975; url('../Images/bg_header.jpg') no-repeat top left;}
.header h1 { font-size: 36px; letter-spacing: -1px; font-weight: normal; padding: 20px; margin: 0px; text-transform: lowercase;}
.header h1 a { text-decoration: none;}
.header h1 a:hover { text-decoration: none;}

.header .search { position: absolute; top: 0px; right: 0px; width: 255px; padding:0 10px 0 0; text-align:right;}
.header .search h2 { font-size: 11px; margin: 0px; padding: 0px 0px 5px 0px; font-weight: normal;}
.header .search form { padding: 0px; margin: 0px;}
.header .search input { border: none; font-size: 12px;}

.header .search .input { padding: 5px 5px 6px 5px; margin: 0px;}
.header .search .arrow {  }
.header .search .arrow:hover { }
.header .search .arrowIE {  }
/*\ IE/Win min height hack */ * html .searcharrow { } /* */ 
.searcharrow {}
.searcharrow {}
.header .search p { padding: 3px 0px; margin: 0px; font-size: 10px;}
.header .search p a { text-decoration: underline;}


.HeaderEnd {}

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

.menu a { padding: 4px 12px; 6px 0; border-right:2px solid #7D8D63; }
.menu a:hover { padding: 4px 12px; 6px 0; border-right:2px solid #7D8D63; }


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

.menu ul {
	width:975px;
	border: 0; 
}

.menu { 
	position: absolute; 
	top: 135px; 
	left: 55px;
	padding: 5px 0px 0px 0px; 
	margin: 0px; 
	width: 920px; 
}

.menu, .menu ul li {
	font-size: 11px; 
}

.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: 11px; font-weight: bold; 
}


.menu a, .menu a:link, .menu li a:visited {
	display: block;
	position: relative;
}


.menu li li a {

}

.menu ul a:link, .menu ul a:visited {
	
}

.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: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu .dropdown ul {
	background-color:#97A77D;
	width:160px;
	border:none;
	padding:0;
	margin:0;
}

.menu .dropdown ul a {border:none; padding:3px;}
.menu .dropdown ul a:hover {border:none; padding:3px;}
 
.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 { float: right; width: 559px; padding:20px 10px 0 20px; margin: 0px;} 

/* BreadCrumb */

.content .BreadCrumb { font-size: 11px; margin: 0px 0px 15px 0px; padding-bottom: 7px; }
.content .BreadCrumb ul { list-style-type: none; margin: 0px; padding: 0px;}
.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: 22px; letter-spacing: -1px; font-weight:bold; padding: 5px 0px; margin: 0px;}
.content h2 { 
	padding-top:20px;
	padding-bottom:10px;
	font-style:italic;
	font-size:18px;
	color:#664775;
	line-height:auto;
}
.content h3 { font-size: 14px; padding: 10px 0px 5px 0; margin: 0px; color:#664775; }
.content img.pic_right {margin:0 0 5px 5px;}
.content img.left {margin:0 5px 5px 0;}
.content img.pic_left {margin:0 5px 5px 0;}


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

.Intro { margin-bottom: 20px; float: left;}

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

.Articles { margin:20px 0 0px 0px;}
.Articles h1 {margin-bottom:20px;}
.Articles h2 {
	padding:0;
}

.Articles h2 a {
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	padding:0;
}

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

.Featured { margin: 0px 0px; clear: left;}
.Featured h1 { font-size: 23px; margin-bottom:20px; }
.Featured h2 {
	padding:0;
}

.Featured h2 a {
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	padding:0;
}


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

.RecentArticles { margin: 20px 0px;}
.RecentArticles h1 { font-size: 23px; margin-bottom:20px; }
.RecentArticles h2 {
	padding:0;
}

.RecentArticles h2 a {
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	padding:0;
}

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

.Categories {}
.Categories h1 { font-size: 23px; margin-bottom:20px; }
.Categories h2 {
	padding:0;
}

.Categories h2 a {
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	padding:0;
}

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

.Blogs {}

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

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

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

.Pages {}
.Pages .PostContentSingle h1 {
	padding-top:0;
}
.Pages .PostHead h1 {
	padding:0;
	margin:0;
	line-height:0;
	font-size:5px;
	visibility:hidden;
	display:none;
}

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

.News { margin-bottom: 20px;}
.News h1 { font-size: 23px;}
.News h2 { font-size: 14px; padding: 0px; margin: 0px;}
.News .Post { padding: 5px 0px; margin:0px; }
.News .Post .PostInfo { padding: 0px; margin: 0px; font-size: 10px; color:#333; background: none;  }
.News .Post .PostContent { font-size: 11px; color:#51555b; line-height: 14px; padding:0; margin:0; }
.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 {}

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

/* Recent Blogs */
.RecentBlogs { float: right; font-size: 11px; width:250px; padding:0; margin:0 0 20px 20px;}
.RecentBlogs h1 { margin-bottom: 10px;}
.RecentBlogs ul { padding: 0px; margin: 10px 0px; }
.RecentBlogs li { padding: 5px 0px; margin: 0px; list-style-type: none; font-size: 10px; }
.RecentBlogs big { font-size: 11px; display: block; font-weight: bold; letter-spacing: -1px; }


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

/* 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 { font-size: 14px; font-weight: bold; letter-spacing: -1px; padding: 0px 0px 5px 0px; 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: solid 1px #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 0px; font-size: 11px;    }
.Post .PostInfo li { padding: 0px; margin: 0px; display: inline; list-style-type: none;}
.Post .PostInfo a { text-decoration: underline;}
.Post .PostInfo .Author { border-right: solid 1px #cc9966; padding: 0px 5px 0px 0px;}
.Post .PostInfo .Time { border-right: solid 1px #cc9966; padding: 0px 5px 0px 5px;}
.Post .PostInfo .Categ { border-right: solid 1px #cc9966; padding: 0px 5px 0px 5px;}
.Post .PostInfo .Rating {padding: 0px 0px 0px 5px;}

/* Post Content */
.Post .PostContent { margin: 0px; padding: 10px 0px 0 0; font-size: 11px; line-height: 15px;}
.Post .PostContent img { margin: 0px 10px 10px 0px; padding: 1px; border: solid 1px #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 0px;}
.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: 0px 0px 15px 0px; margin: 0px;}
.Post .PostBottom li { padding: 2px 0px; margin: 0px 5px 0px 0px; list-style-type: none; display: inline; font-size: 11px; }
.Post .PostBottom li a { 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 0px; 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; 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 10px 0px; position: relative;}
.Category h1 { font-size: 25px; }
.Category .Desc { font-size: 10px; line-height: 14px; }
.Category .rss { position: absolute; right: 0px; top: 15px;}
.Category .SubCategory ul { padding: 0px 0px 0px 0px; 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: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-weight: normal; line-height: 15px; }

.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;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 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 li a {}
#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 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; }
.ViewAll a {}

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

.left { float: left; width: 186px; padding:0; margin:0; } 
.left div { padding: 0px; margin: 0px;}
.left h2 { font-size: 18px; font-style: italic; font-weight: bold; padding: 5px 0px; margin: 0px;}
.left #left_member {
	padding:0;
	margin:0;
}

.left #left_member h6 {
	font-size:12px;
	font-weight: bold;
	color:#664775;
	font-style:italic;
	padding-top:10px;
	padding-bottom:5px;
}

.left #left_member img {
	margin:0px 0px 10px 0;
}

.left ul { padding: 0px 0px 20px 0; margin: 0px;}
.left li { padding: 0px 0px 7px 10px; margin: 0px; list-style-type: none; font-size: 11px; line-height: 12px;}
.left li a {color:#664775; text-decoration:none;}
.left li a:hover {color:#77865E; text-decoration:none;}
.left .left_top {
	font-weight:bold;
	font-style:italic;
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding:10px 0 5px 0; 
}

.left .Categories { margin: 0px 0px 5px 0px; float: none; padding: 0px 5px 5px 5px;}
.left .Categories h2 { padding: 0px 0px 5px 0px; margin: 0px; }
.left .Categories li { padding:0 0 7px 0; margin: 0px;}
.left .Categories li a {color:#664775; font-size: 11px; font-weight:bold;}
.left .Categories li a:hover {color:#77865E;}
.left .Categories .cat_list_top {padding-top:7px;}
.left .Categories .sub_cat_list {margin-left:10px;}
.left .Categories .sub_cat_list a {
	font-weight:normal;
	font-size:11px;
}

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

.left .SiteMenu { margin-bottom: 5px; }
.left .ArticleOptions {margin-bottom: 5x;}
.left .PopularArticles {margin-bottom: 5px;}
.left .FavoriteArticles {margin-bottom: 5px;}
.left .ArticlesToRead { margin-bottom: 5px;}

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

.leftwrap {
	width:775px;
	padding:0;
	margin:0;
	float:left;
}

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

.right {
	width:200px;
	padding:0;
	margin:0;
	float:left;
}

.right ul {
	list-style-type:none;
	padding:0;
	margin:0 0 10px 3px;
}

.right li {
	line-height:16px;
}

#right_text {
	padding:0 5px 10px 10px;
}

.right input {
	margin:0;
}

.right form {
	margin:0;
}

.right h2 {
	font-size:17px;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.EmailToFriend { background: #fff; margin: 30px;} 

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

.footer { width: 975px; margin: 0 auto; clear: both; padding: 10px 0px 10px 0; text-align:center; color:#6C676E;}
.footer a { text-decoration: underline; padding-right:20px; color:#664775;}
.footer a:hover {}

.footer p { padding: 5px 0; 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: 12px; line-height: 18px;}

/* 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: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: 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: 14px; font-weight: bold; font-family:Arial,Helvetica,sans-serif; font-family: 'Georgia'; }

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

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

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

/*New Styles*/
#LayoutColumn2 {
	width:186px;
	padding:20px 0 0 0;
	margin:0;
}

.left #left_bg {
	width:186px;
	padding:0;
	margin:0;
	float:left;
	background-image: url(../Images/bg_left_middle.jpg);
	background-repeat:repeat-y;
	background-position:top left;
}
.left #left_bottom {
	width:186px;
	padding:0;
	margin:0;
	float:left;
	background-image: url(../Images/bg_left_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
.left #left_top {
	width:186px;
	padding:0;
	margin:0;
	float:left;
	background-image: url(../Images/bg_left_top.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

.left #left_text {
	padding:10px;
	margin:0;
}


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

/*MISC INFO*/

table#classes {
	padding:0;
	margin:0;
}

table#classes .date {
	width:160px;
	vertical-align:top;
	padding:10px 5px 5px 5px;
	font-weight:bold;
	border-bottom:1px solid #666666;
}

table#classes .event {
	vertical-align:top;
	padding:10px 5px 5px 5px;
	border-bottom:1px solid #666666;
}

table#classes h3 {
	padding:0;
}

table.myForm td.name {
	padding:3px;
	font-weight:bold;
	width:200px;
}

table.myForm td.field {
	padding:3px;
}

.required {
	color:#CC0000;
}

.Item {
	padding:3px 0;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*Tea Page*/

#tea_list {
 padding:0;
 margin:20px 0 0 0;
}


#tea_list td {
vertical-align:top;
padding:3px 0;
margin:0;
text-align:left;
}

#tea_list td.tea_image {
padding-right:12px;
}

#tea_list p {
padding:0 0 5px 0;
}

