html, body {
	height:100%;
	background: #7e878d;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img 
{
    border-width: 0px;
}
#footer 
{
    text-align:center;
    color: White;
    font-family: "Trebuchet MS", Verdana, "Arial Narrow", Arial;
	font-size: 10px;
}

.projects dt
{
    clear:both;
    border-top:1px solid #ccc;
    padding-top:5px;
}

.projects dd
{
    padding-top:3px;
}

.projects dt img
{
    float:right;
    padding-bottom:15px;  
    padding-left:15px; 
}

.projects small
{
    color:#cccccc;
    font-size:8pt;
}

.projects dd 
{
    padding-bottom:10px;
}

#header-img {
    top:0px;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    height: 150px;
}
.contentTable 
{
    margin: 0 auto;    
}

.contentTable tr
{
    vertical-align: top;    
}
.contentTable td
{
    padding: 10px;
    text-align: center;
}
.contentTable p
{
    text-align:justify;
}

#content {
    margin-left: auto;
    margin-right: auto;
    width: 770px;
	background-attachment: scroll;
	background-repeat: repeat;
	background-color: #2b5067;
	padding: 0px 15px 20px 15px;
	background-position: center top;
}
.nav-links
{
    font-family: "Times New Roman", "Times", serif;
    font-size: 18px;
    font-weight:bold;
    font-variant:small-caps;
	font-style: normal;	
	width:100%;
	text-align:center;
	margin-bottom:10px;
	color: #FFFFFF;
}
.nav-links a
{
    text-decoration: none;
    margin-left:10px;
    margin-right:10px;
}
.header-text {
    font-size: 18px;
    font-weight: bold;
}
.subheader-text {
    font-size: 16px;
    font-weight: bold;
}
.post-time 
{
    font-size: 11px;
    font-weight: normal;
}
.body-text {
	font-family: "Trebuchet MS", Verdana, "Arial Narrow", Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: justify;
}
a {
    color: #FFFFFF;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
