﻿body {
	background-color: #F1F1F1;
	color: #444444;
	font-family: Verdana;
	font-size: 11px;
	margin: 0 auto;
	width: 980px;
	position: relative;
}

h1 {
	font-size: 12px;
	letter-spacing: 1px;
	color: #5C80B1;
}

h2 {
	font-size: 11px;
	color: #5C80B1;
}

h1#welcomeTitle
{
    text-align: center;
    margin: 10px 0px 20px 0px;
}

a {
	text-decoration: none;
	color: #5C80B1;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}


div.textArea
{
	background: white;
	border: 1px solid silver;
	padding: 10px 15px;
	margin-bottom: 0px;
	z-index: 1;
	min-width: 1px;
	height: 100%;
}

div#content-body-wrapper {
    display:table;
    border-collapse:collapse;
}

div#content-body {
    display:table-row;
}

div#primary-nav, div#secondary-nav, div#content {
    display:table-cell;
}

div#primary-nav 
{
    width:29%;
}
div#secondary-nav
{
    width: 1%;
}
   
div#content 
{
    width:70%;
}

#latestPosts a.feed
{
    float: right;
}

#latestPosts a.feed img{
	margin-right: 3px;
	margin-bottom: -2px;
}

hr#separator
{
    margin: 20px 0px 20px 0px;
    border: 1px solid silver;
  
}

ul#lbptext
{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.recentPostDate
{
    font-size: 10px;
    margin: 5px 0px 1px 0px;
}

div#rdImage, div#mvpImage
{
    text-align: center;
    margin: 20px 0px 20px 0px;
}

div#genisoftImage1, div#genisoftImage2
{
    text-align: center;
    margin: 10px 0px 10px 0px;
}

div#contactInfo 
{
    text-align:center;
}

div#teachingYears
{
    margin: 0px 0px 0px 150px;
}

div.textArea#note
{
    background: #C7D1E0;
}





