/* CSS Document */

* {
	padding:0;
	font-size:100%;
}

body{
	margin: 0 auto;
	background: #eeeee5;
}

img 
{
	vertical-align:top;
}

a img  
{
	border:0;
}

html, input, textarea
{
	font-family: Arial;
	font-size: 12px;
	color: RGB(51, 51, 51);
}

p
{
	margin: 0 0 10px 0;
}

h1
{
	font-family: Georgia;
	font-size: 20px;
	margin: 0 0 10px 0;
	color: RGB(102, 102, 51);
}

h2
{
	font-family: Georgia;
	font-size: 16px;
	margin: 0 0 5px 0;
	color: RGB(114, 108, 93);
}

h3
{
	font-weight: bold;
}

ul, ol
{
	margin-left: 15px;
	margin-bottom: 0px;
}

li
{
   margin-left: 20px;
   margin-bottom: 5px;
}

.textCallout
{
	font-family: Georgia;
	font-size: 16px;
	margin: 0 0 5px 0;
	color: RGB(114, 108, 93);
	display: block;
	padding: 10px;
	margin: 10px;
	border: solid 3px #efefe9;
}

a
{
	color: #0066CC;
 text-decoration: underline;
}

a:hover
{
	text-decoration: underline; 
}

.callout
{
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	background-color: #769ba5;
	border: solid 5px #5d6373;
	color: White;
	font-weight: bold;
}

.callout a
{
	color: White;
}

#main  
{
	background: url('images/header_bkg.jpg') repeat-x;
	text-align: left;
        margin-bottom: 150px !important;
}

#header
{
	width: 910px;
	height: 120px;
	padding: 0 5px 0 5px;
	margin: 0 auto;
}

.headerText
{
	font: Helvetica;
	color: White;
	font-size: 16px;
	font-weight: bold;
}

#menu
{
	background: url('images/menu_bkg.jpg');
}

#menu #items
{
	width: 910px;
	height: 50px;
	margin: 0 auto;
	text-align: center;
}

.menuItem, .menuItemLit
{
	background: url('images/menu_underlay.png');
	padding: 5px;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
	border-bottom: solid 1px #585c64;
}

.menuItemLit
{
	text-decoration: underline;
}

#main #mainbody
{
	width: 910px;
	margin: 0 auto;
}

#main #mainbody #content
{
	width: 565px;
	margin: 40px 0 20px 0;
	padding: 0 20px 0 20px;
	float: left;
	border-right: solid 3px #efefe9;
}

#main #mainbody #sidebar
{
	width: 258px;
	padding: 40px 0px 0px 40px;
	float: left;
}

#footer
{
	font-size: 11px;
	position: absolute;
	position: fixed;
	color: #999999;
        padding-bottom: 5px;
	bottom: 0;
	z-index: 5;
	width: 100%;	
	background: #eeeee5;
}

#footer #inner
{
	width: 910px;
	margin: 0 auto;
}

.left
{
      float: left;
}

.right
{
      float: right;
}

.clear
{
      clear: both;
}

.author {
display:none;
} 

.time {
display:none;
} 

.blogimage
{
  border: solid 1px #cccccc;
  padding: 5px;
  margin: 0 0 10px 10px;
  float: right;
  max-height: 100px;
}
