@charset "windows-1252";

body {
	background-color: #B5B5B5;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#site {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 391px;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
}

#content {
	margin-right: auto;
	margin-left: auto;
	color: #333;
}

#left {
	width: 260px;
	float: left;
	font-size: 11px;
}

#right {
	width: 575px;
	float: right;
}

UL {
PADDING-LEFT: 20px; 
LIST-STYLE:square;}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0087B5;
	font-size: 18px;
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #0087B6;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0087B5;
	font-size: 16px;
}

td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

strong {
	color: #2265A2;
}

a:link,a:active,a:visited {
	text-decoration: none;
	color: #21413c;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #21413c;
}

a:hover{
	color: #fff;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0087B5;
	font-size: 18px;
PADDING-TOP: 15px;
}

#comments {
	width: 540px;
}

.comment_content {
	width: 540px;
}

.twitter_title_link a {
	color: #2265A2;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#newsblock {
	width:560px;
}

#newstitle a:active, #newstitle a:link, #newstitle a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0087B5;
	font-size: 18pt;
	border: 0px;
}

#tags h2 {
	text-decoration: none;
	color: #21413c;
        font-size: 8px; 
        font-style:normal;
        text-transform: uppercase;
        text-align: left;
        padding-right: 10px;
}