﻿/* Content */

#content {
	float: right;
	width: 65%;
    background: #001230;
    padding: 0 20px 20px 20px;
    margin-right: 40px;
    
}

#biocontent {
    width: 1024px;
    margin: 0 auto;
    padding: 0;
    background-color: #001230;
    overflow: hidden;
    clear: both;
}

/* Post */

.post {
	margin-bottom: 25px;
}

.post .title {
	margin-bottom: 3px;
	padding: 10px 0px;
    text-align: left;
}

.post .entry {
	
    font-family: Calibri;
	text-align: left;
	
}

.post .entry ul {
    list-style: inside;
}   


.post .entry td {
    padding-left: 20px;
   
}

.post .entry td h2, .post .entry td h3 {
    color: #e4801c;
}


.smallerfont {
    font-size: 9pt;
    text-indent: 10px;
   
}

/* Sidebar */

#sidebar {
	float: left;
	width: 20%;
    background: #00235d;
    font-family: Calibri;
    height: 600px;
    
}

#sidebar ul, #biosidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	font-size: 12pt;
	color: White;
    margin-top: 50px;
}

#sidebar li, #biosidebar li {
	margin-bottom: 10px;
    font-size: 11pt;
    font-weight: bold;
    color: White;
}

#sidebar li a, #biosidebar li a {
    text-decoration: none; 
    color: White;
}

#sidebar li a:hover, #biosidebar li a:hover { color: #e4801c; }

#sidebar .cur, #biosidebar .cur{
    color: #e4801c;
}


#sidebar img, #biosidebar img {
    width: 100%;
   
}

#biosidebar {
	float: left;
	width: 20%;
    background: #00235d;
    font-family: Calibri;
    height: 1300px;
}



.leftcol {
    width: 40%;
    float: left;
    background: #00235d;
    height: 520px;
    padding: 50px;
}

.rightcol {
    width: 40%;
    float: right;
    background: #001230;
    height: 520px;
    padding: 50px;
}

.leftcol p, .rightcol p {
    font-size: 9pt;
}

.leftcol h2, .rightcol h2 {
    font-size: 12pt;
    color: #e4801c;
}

.leftcol h3, .rightcol h3 {
    font-size: 10pt;
    color: #0e87e2;
    font-weight:bold;
}



.title {
    text-align: center;
}


