/* CSS Document */

body {
	background-color: #f3e4cd;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #3D1C12;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
img {border: 0;}

.style1 {
	font-size: 16px;
	font-weight: bold;
}

a:link {
	color: #3D1C12;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #990000;
}
a:active {
	color: #3D1C12;
}
.SmallText {font-size: 10px}
.bullets {
	color: #3D1C12;
	font-weight: bold;
}
.RedScriptText {
	color: #990000;
	font-style: italic;
}
.RedScript16 {
	font-size: 16px;
	color: #990000;
	font-style: italic;
}

table.homeleftbar
{
	background: url('/images/home_leftbar_bg.gif') repeat-y center;
}

td.homecentercol
{
	padding: 10px 0 0 5px;
}

/* blog styles */
.error
{
	color: #CC0000;
	font-size: 16px;
	font-weight: bold;
}
.warning
{
	color: #FFCC00;
	font-size: 16px;
	font-weight: bold;
}


#postContainer
{
	background-color: #FFF8ED;
	border: 1px solid #F2EADA;
	margin: 10px 20px 0 0;
	padding: 5px;
	color: #652e1c;
}

#postContainerPopup
{
	background-color: #FFF8ED;
	border: 1px solid #F2EADA;
}

.post
{
	background-color: #FFFCF7;
	padding: 5px;
}

.postContent
{
	background-color: #FFFCF7;
	border: 1px solid #F8E6D0;
	padding: 5px;
}

.postTitleBar
{
	background-color: #FFFCF7;
	background-image: url("/images/bg_titlebar.gif");
	border: 1px solid #F6D796;
}

.postTitle
{
	font-weight: bold;
	text-align:right;
	padding: 3px;
	padding-right: 5px;
}

.postJump
{
	font-weight: bold;
	float: left;
}

.postMeta
{
	font-weight: bold;
	text-align:right
}

.calTable td
{
	font-size: 11px;
}

.businessTitle
{
	font-weight: bold;
	padding: 3px;
	padding-right: 5px;
}

#shuttleLinks
{
	font-family: verdana, helvetica, arial;
	font-size: 12px;
	color: #666666;
	text-align:center;
	height: 25px;
}

#shuttleLinks a:visited
{
	color: #CC0000;
	text-decoration: none;
}

#shuttleLinks a:hover
{
	color: #666666;
	text-decoration: none;
}

#shuttleLinks a:active
{
	color: #999999;
	text-decoration: none;
}

#shuttleLinks a:link
{
	color: #CC0000;
	text-decoration: none;
}

#shuttleLinks a:visited
{
	color: #CC0000;
	text-decoration: none;
}