* {
	padding: 0;
	margin: 0;
} 

body {
	background: #fff;
	font: 10pt "Trebuchet MS" Verdana, Arial, sans-serif;
	line-height: 1.5em; 
	text-align: center;
}

a {
	color: #3B6EBF;
	text-decoration: none;
	font-size:10pt;
}

a:hover {
	text-decoration: none;
	color: #F27900;
	/*color: #B2BEEE;*/
}

p{
	margin-top:15px;
}

ul {
	list-style-type:circle;
}

li {
	margin-top:0px;
	margin-left:15px;
}

td {
	font-size: 13px;
}

#wrap {
	margin: 0px;
	width: 780px;
	background: #fff url('/images/aggregator/midbg.jpg');
	background-repeat: repeat-y;
	text-align: left;
	/* 
	the following two auto-margins are needed because without them Firefox and Opera will not center this element
	as specified in the body style
	*/
	margin-right:auto; 
	margin-left:auto; 
}

.middle h2 { 
	color: #3B6EBF; 
	font-size: 14px; 
	margin-top: 15px;
}

.middle h3 { 
	color: #3B6EBF; 
	font-size: 12px
}

#top { 
	background: #fff url('/images/aggregator/topbg.jpg');
	height: 30px;
}

#content {
	padding: 0 20px 0 28px;
}

#bottom {
	background: #fff url('/images/aggregator/botbg.jpg');
	height: 30px;
}



.header {
	height: 100px;
	background: #85ACF7 url('/images/aggregator/hidr.jpg');
	text-align: left;
	border: 1px solid #02619F;
}

.header h1 { 
	padding-left: 17px; 
	padding-top: 22px; 
	font-size: 22px; 
	color: #FFF; 
}

.header h1 a { 
	font-size: 22px; 
	color: #FFF; 
	text-decoration: none;
}

.header h1 a:hover { 
	color: #FFF; 
}

.breadcrumbs { 
	background: #F6F9FB; 
	/*border-bottom: 1px solid #E1E1E1; */
	border-bottom: 3px solid #F27900;
	/*padding: 5px;*/
	/*text-align: right;*/
}

.buttons { 
	float:right;
  padding: 5px 5px 15px 25px;
}

.famousQuote { 
  padding:5px;
	border-bottom: 0px solid #F27900; 
	font-style: italic;
	font-size: 12px;
	text-align:justify;
}

.famousQuote .quote { 
	color: #3B6EBF; 
	font-size: 13px;
	margin-bottom: 10px;
}

.famousQuote .author { 
	font-weight: bold;
	color: #3B6EBF; 
	padding-left: 10px;
}

.famousQuote .quoteRefresh { 
	vertical-align:middle;
	border:0px;
}

	
.middle {
	float: left;
	width: 480;
}

.right {
	float: right;
	width: 226;
	padding-top: 20px;
}

.middle h1 { 
	color: #3B6EBF; 
	font-size: 16px; 
	margin-bottom: 10px; 
	margin-top: 10px;
}

.middle p {
	margin-bottom: 15px;
}

.right h2 { 
	color: #3B6EBF; 
	font-size: 14px; 
	margin-top: 15px;
}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #666;
}

.responseArea {
	height:25px;
	margin-left:10px;
}

#authorField {
	width:100%;
	border: 1px solid #3B6EBF;
	font: 14px \"Trebuchet MS\" Verdana, Arial, sans-serif; 
	color:#344;
}

#commentArea {
	width:100%;
	height:150px;
	border: 1px solid #3B6EBF;
	font: 14px \"Trebuchet MS\" Verdana, Arial, sans-serif; 
	color:#344;
}

.thickOrangeLine {
	border: 2px solid #F27900;
	margin-top: 15px;
	margin-bottom: 15px;
}

.mediumOrangeLine {
	border: 1.5px solid #F27900;
}

.thinOrangeLine {
	border-top: 1px solid #F27900;
	margin-top: 15px;
	/*margin-bottom: 15px;*/
}

.comment {
	margin-top:10px;
	margin-bottom:10px;
}

.commentTitle {
	padding-top:15px;
}

.commentContent {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:15px;
}

.oddComment {
}

.evenComment {
	background-color: #F5F5F5;
}

#disclaimer {
	background: #F6F9FB;
	border-bottom: 1px solid #E1E1E1; 
	padding: 5px;
	font: 13px "Trebuchet MS" Verdana, Arial, sans-serif; 
	color:  #3B6EBF;
}


.thickGreenLine {
	border: 2px solid #008000;
	margin-top: 15px;
	margin-bottom: 15px;
}

.thinGreenLine {
	border-top: 1px solid #008000;
	margin-top: 15px;
	margin-bottom: 15px;
}

#Bookmarks {
	margin-top: 15px;
}

.bookmark {
	margin-left:25px;
	text-decoration: none;
}

.thickBlueLine {
	border: 2px solid #3B6EBF;
}

.thinBlueLine {
	border-top: 1px solid #3B6EBF;
	margin-top: 1px;
}

.header2 { 
	color: #3B6EBF; 
	font-size: 14px; 
}

.header3 { 
	color: #3B6EBF; 
	font-size: 12px
}

.header3light { 
	color: #5B8EDF; 
	font-size: 12px
}

.emailField {
	width:250px;
	border: 1px solid #3B6EBF;
	font: 14px \"Trebuchet MS\" Verdana, Arial, sans-serif; 
	color:#344;
}

.titleList { 
	margin-top: 10px;
	margin-bottom: 25px;
	padding-left: 1px;
	list-style-image: url(/images/aggregator/bullet.gif);
}

.titleListTitle { 
}

.titleListTitle:hover { 
	list-style-image: url(/images/aggregator/bullet-lighted.gif);
}

.titleListTitleLink { 
	font: 8pt Arial, sans-serif;
	color: #3B6EBF; 
	font-weight: bold;
}

.titleListTitleLink:hover { 
	list-style-image: url(/images/aggregator/bullet-lighted.gif);
	color: #F27900; 
}

.title { 
	font: 10pt Arial, sans-serif;
	color: #3B6EBF; 
	font-weight: bold;
	margin-top: 15px;
}

.summary { 
	font: 9pt Arial, sans-serif;
	line-height: 1.5em; 
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 3px;
}

.smallBar { 
	background: #85ACF7 url('/images/aggregator/smallBarBg.gif');
	background-repeat: repeat-x;
	border: 1px solid #02619F;
	height: 20px;
	font: bold 12px Verdana, Arial, sans-serif;
	/*color: #02619F;*/
	color: white;
}

.smallBar div { 
	margin: 2px 0px 0px 5px;
}


.allThemesList { 
	padding-left: 1px;
}

.allThemesListTitle { 
	list-style-image: url(/images/aggregator/bullet.gif);
	margin-top: 5px;
}

.allThemesListTitle:hover { 
	list-style-image: url(/images/aggregator/bullet-lighted.gif);
}

.allThemesListTitleLink { 
	font: 8pt Arial, sans-serif;
	color: #3B6EBF; 
	font-weight: bold;
}

.allThemesListTitleLink:hover { 
	list-style-image: url(/images/aggregator/bullet-lighted.gif);
	color: #F27900; 
}

.allThemesListDate {
	font: 8pt Arial, sans-serif;
	color: gray;
	font-weight: normal;
}

.allThemesListDate:hover {
	color: #F27900;
}

.adsense { 
	margin: 30px 0px 20px 0px;
}

.subtitle {
	font: 8pt "Trebuchet MS" Verdana, Arial, sans-serif;
	color: gray;
}

.readMore {
	font: 8pt "Trebuchet MS" Verdana, Arial, sans-serif;
}

.buttonImg {
	border: none;
	vertical-align: middle;
}

.paginator {
	margin-top:20px;
	margin-bottom:20px;
	text-align: center;
	font-weight: bold;
}

.articleDate, .articleAuthor {
	color: gray;
}

.articleSource {
	text-align: right;
	color: gray;
}

.articleAuthorInfo {
	color: gray;
	border: 1px solid silver;
	padding: 5px;
}

.articleLink {
	color: gray;
}

.articleBody {
	margin-top:20px;
	margin-bottom:20px;
}

.currentPage {
	color: silver;
}


