body {
	background: url("images/bg.jpg") center repeat-y #CCCCCC;
	margin: 0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #444444;
}

a {
	color: #000000;
}


div#main {
	width: 750px;
	background-color: #FFFFFF;
	margin-left: auto;
    margin-right: auto;
    text-align: center;
}

img#title {
	border-top: 1px solid;
	border-bottom: 1px solid;
}

a.smallText {
	font-family: Verdana, Arial, Sans-Serif;	
	font-size: 9px;
}

div#menuBar {
	padding: 10px;
}

a.menuItem {
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: 600;
	padding: 10px;
}

a.menuItem:link {
	color: #000000;
	text-decoration: none;
}

a.menuItem:visited {
	color: #000000;
	text-decoration: none;
}

a.menuItem:hover {
	background: url("images/bullet.jpg") no-repeat center;
}

div#leftColumn {
	float: left;
	width: 66%;
	text-align: left;
	padding: 10px;
}

div#rightColumn {
	float: left;
	text-align: left;
	padding-top: 30px;
}

div.blog {
	background: url("images/blogBG.jpg") top left no-repeat;
	padding: 25px;
	margin-bottom: 25px;	
	line-height: 1.5;
}

a.blogHeader {
	font-size: 18px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
	line-height: 1;
}
a.blogHeader:hover {
	text-decoration: underline;
}

span.timeStamp {
	font-size: 9px;
	color: #777777;
}

span.blogFooter {
	font-size: 10px;
	color: #666666;
}

a.footerLink {
	color: #777777;
	text-decoration: none;
}

a.footerLink:hover {
	text-decoration: underline;
}

div.box {
	background: #eeeeee;
	border: 1px solid;
	border-color: #2c8a1d;
	width: 200px;
	font-size: 10px;
	margin-right: 10px;
}

span.boxHeader {
	background: #2c8a1d;
	padding-left: 15px;
	color: #ffffff;
	display: block;
}

img.blogImage {
	display: block;
	float: left;
	margin-right: 10px;
}

a.imgLink {
	color: #2c8a1d;
}
